diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-09-07 20:54:22 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-09-07 20:54:22 +0000 |
commit | 5b2dbc975150bb0cc636084c2c9d739a6c512ba2 (patch) | |
tree | 515efd4e68c7918444bbb52314f949bca2c65404 /net-dialup/pppconfig | |
parent | Mark 0.3.7-r1 stable on ia64 (diff) | |
download | gentoo-2-5b2dbc975150bb0cc636084c2c9d739a6c512ba2.tar.gz gentoo-2-5b2dbc975150bb0cc636084c2c9d739a6c512ba2.tar.bz2 gentoo-2-5b2dbc975150bb0cc636084c2c9d739a6c512ba2.zip |
fix RDEPEND (gettext not needed for bin packages)
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-dialup/pppconfig')
-rw-r--r-- | net-dialup/pppconfig/pppconfig-2.3.11-r2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
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} |