diff options
author | 2001-11-10 02:33:03 +0000 | |
---|---|---|
committer | 2001-11-10 02:33:03 +0000 | |
commit | 9a85e4584c5eef4803233d8980d7292f6a517e3e (patch) | |
tree | a7a0fe6d95e59a2ee544ed2eae9e3771e60e1eca /app-admin/runset | |
parent | fix the libIDLConf-file so that gnome-config --cflags libIDL returns the corr... (diff) | |
download | gentoo-2-9a85e4584c5eef4803233d8980d7292f6a517e3e.tar.gz gentoo-2-9a85e4584c5eef4803233d8980d7292f6a517e3e.tar.bz2 gentoo-2-9a85e4584c5eef4803233d8980d7292f6a517e3e.zip |
don't do A=
Diffstat (limited to 'app-admin/runset')
-rw-r--r-- | app-admin/runset/runset-1.4.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-admin/runset/runset-1.4.ebuild b/app-admin/runset/runset-1.4.ebuild index 5db6e746b4db..f0e300570613 100644 --- a/app-admin/runset/runset-1.4.ebuild +++ b/app-admin/runset/runset-1.4.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-admin/runset/runset-1.4.ebuild,v 1.1 2001/04/08 18:46:29 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/runset/runset-1.4.ebuild,v 1.2 2001/11/10 02:30:19 hallski Exp $ -A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Runset Init suite, a replacement for sysv style initd" -SRC_URI="ftp://ftp.ocis.net/pub/users/ldeutsch/release/${A}" +SRC_URI="ftp://ftp.ocis.net/pub/users/ldeutsch/release/${P}.tar.gz" DEPEND="virtual/glibc" |