summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2005-09-07 20:54:22 +0000
committerAlin Năstac <mrness@gentoo.org>2005-09-07 20:54:22 +0000
commit754daaca20346c58348171ed88dadf038f062353 (patch)
treeef30a34aaf3de1198787cbb6ffd753d5574fd441 /net-dialup
parentMark 0.3.7-r1 stable on ia64 (diff)
downloadhistorical-754daaca20346c58348171ed88dadf038f062353.tar.gz
historical-754daaca20346c58348171ed88dadf038f062353.tar.bz2
historical-754daaca20346c58348171ed88dadf038f062353.zip
fix RDEPEND (gettext not needed for bin packages)
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/pppconfig/Manifest8
-rw-r--r--net-dialup/pppconfig/pppconfig-2.3.11-r2.ebuild7
2 files changed, 8 insertions, 7 deletions
diff --git a/net-dialup/pppconfig/Manifest b/net-dialup/pppconfig/Manifest
index c00863cc7b5d..850cb21819d1 100644
--- a/net-dialup/pppconfig/Manifest
+++ b/net-dialup/pppconfig/Manifest
@@ -2,7 +2,7 @@
Hash: SHA1
MD5 c4d95862f441200aedd85d9a89d8f483 pppconfig-2.3.11.ebuild 776
-MD5 9ba80fafdfc8e86520413daf252e007a pppconfig-2.3.11-r2.ebuild 1653
+MD5 bc2c7441386adc9083146359fa57b3f3 pppconfig-2.3.11-r2.ebuild 1674
MD5 8fe4008a947e7d0594b4642524268f0a ChangeLog 2888
MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163
MD5 075c1c15d87393ab98a10d051bbfd1bd files/digest-pppconfig-2.3.11 68
@@ -11,7 +11,7 @@ MD5 075c1c15d87393ab98a10d051bbfd1bd files/digest-pppconfig-2.3.11-r2 68
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
-iD8DBQFDHzhHNSP4Vda7IdsRArTGAJ9YkGtjuXsrghM+6mWQmeSAAVbl1ACcDY/l
-ul3vLlZ+JqB11SiGNOLEzRQ=
-=ycwb
+iD8DBQFDH1OfNSP4Vda7IdsRAjEZAJ9KBLU8HPLtswX4GoC6oTedPSwh2ACgjuWa
+62ncGsBZN7FW2cDQWWif7F8=
+=3RXy
-----END PGP SIGNATURE-----
diff --git a/net-dialup/pppconfig/pppconfig-2.3.11-r2.ebuild b/net-dialup/pppconfig/pppconfig-2.3.11-r2.ebuild
index 0789d1fcd499..f99dfacb3ad0 100644
--- a/net-dialup/pppconfig/pppconfig-2.3.11-r2.ebuild
+++ b/net-dialup/pppconfig/pppconfig-2.3.11-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppconfig/pppconfig-2.3.11-r2.ebuild,v 1.1 2005/09/07 18:57:39 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppconfig/pppconfig-2.3.11-r2.ebuild,v 1.2 2005/09/07 20:54:22 mrness Exp $
DESCRIPTION="A text menu based utility for configuring ppp."
SRC_URI="http://http.us.debian.org/debian/pool/main/p/pppconfig/${PN}_${PV}.tar.gz"
@@ -11,8 +11,9 @@ LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="nls"
-DEPEND="net-dialup/ppp
- dev-util/dialog
+RDEPEND="net-dialup/ppp
+ dev-util/dialog"
+DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )"
S=${WORKDIR}/${PN}