diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:14:57 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:14:57 +0000 |
commit | f7ee013449accc92c5ee72fd4ad947e2d7ba4e46 (patch) | |
tree | 870ed94ba45954e109bd6d421a7ef3ee483ca6fa /app-admin/longrun | |
parent | New Ebuild. (diff) | |
download | gentoo-2-f7ee013449accc92c5ee72fd4ad947e2d7ba4e46.tar.gz gentoo-2-f7ee013449accc92c5ee72fd4ad947e2d7ba4e46.tar.bz2 gentoo-2-f7ee013449accc92c5ee72fd4ad947e2d7ba4e46.zip |
Remove rdepend=depend
Diffstat (limited to 'app-admin/longrun')
-rw-r--r-- | app-admin/longrun/longrun-0.9.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-admin/longrun/longrun-0.9.ebuild b/app-admin/longrun/longrun-0.9.ebuild index 142588f3e0fd..6d6e3421b879 100644 --- a/app-admin/longrun/longrun-0.9.ebuild +++ b/app-admin/longrun/longrun-0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/longrun/longrun-0.9.ebuild,v 1.8 2002/10/18 13:31:45 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/longrun/longrun-0.9.ebuild,v 1.9 2002/10/20 18:14:57 vapier Exp $ S=${WORKDIR}/${PN} DESCRIPTION="A utility to control Transmeta's Crusoe processor" @@ -13,7 +13,6 @@ LICENSE="GPL-2" KEYWORDS="x86 -ppc" DEPEND="virtual/glibc" -RDEPEND="${DEPEND}" src_compile() { emake || die |