diff options
author | Alin Năstac <mrness@gentoo.org> | 2004-12-29 08:50:47 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2004-12-29 08:50:47 +0000 |
commit | 67511ba14272794f9f943618df070cb8d9f59f4c (patch) | |
tree | 401fff0a757b6b05ae0309a300bcd0a4651a0077 /net-dialup/penggy | |
parent | Added ~ppc64 to KEYWORDS (Manifest recommit) (diff) | |
download | gentoo-2-67511ba14272794f9f943618df070cb8d9f59f4c.tar.gz gentoo-2-67511ba14272794f9f943618df070cb8d9f59f4c.tar.bz2 gentoo-2-67511ba14272794f9f943618df070cb8d9f59f4c.zip |
correct dependency
Diffstat (limited to 'net-dialup/penggy')
-rw-r--r-- | net-dialup/penggy/penggy-0.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/penggy/penggy-0.2.1.ebuild b/net-dialup/penggy/penggy-0.2.1.ebuild index f7e6b65db39a..2e8f7074c801 100644 --- a/net-dialup/penggy/penggy-0.2.1.ebuild +++ b/net-dialup/penggy/penggy-0.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/penggy/penggy-0.2.1.ebuild,v 1.5 2004/12/28 23:05:03 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/penggy/penggy-0.2.1.ebuild,v 1.6 2004/12/29 08:50:47 mrness Exp $ DESCRIPTION="Provide access to Internet using the AOL/Compuserve network." HOMEPAGE="http://www.peng.apinc.org/eng/" @@ -9,7 +9,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="" -RDEPEND=">=dev-util/guile-1.4.0" +DEPEND=">=dev-util/guile-1.4.0" src_install() { make DESTDIR=${D} install || die "make install failed" |