summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2004-12-29 08:50:47 +0000
committerAlin Năstac <mrness@gentoo.org>2004-12-29 08:50:47 +0000
commit4f0396da83c3671dfa371efd33867f8257cab099 (patch)
treeab5b68f4a935c2966636a6f4d37c9d2152ea2e92 /net-dialup/penggy/penggy-0.2.1.ebuild
parentAdded ~ppc64 to KEYWORDS (diff)
downloadhistorical-4f0396da83c3671dfa371efd33867f8257cab099.tar.gz
historical-4f0396da83c3671dfa371efd33867f8257cab099.tar.bz2
historical-4f0396da83c3671dfa371efd33867f8257cab099.zip
correct dependency
Diffstat (limited to 'net-dialup/penggy/penggy-0.2.1.ebuild')
-rw-r--r--net-dialup/penggy/penggy-0.2.1.ebuild4
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"