diff options
author | Alin Năstac <mrness@gentoo.org> | 2009-09-30 22:15:33 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2009-09-30 22:15:33 +0000 |
commit | ee632326ecc36e27e1e13c20b3c3f3c3ecdd6673 (patch) | |
tree | 33ff0901d10e6d9f24b5d271b83dabef8e0a6f6d /net-dialup | |
parent | media-libs/imlib2 is required, not media-libs/imlib. (diff) | |
download | gentoo-2-ee632326ecc36e27e1e13c20b3c3f3c3ecdd6673.tar.gz gentoo-2-ee632326ecc36e27e1e13c20b3c3f3c3ecdd6673.tar.bz2 gentoo-2-ee632326ecc36e27e1e13c20b3c3f3c3ecdd6673.zip |
Add sys-apps/iproute2 to RDEPEND (#284460).
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/pptpclient/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/pptpclient/pptpclient-1.7.2-r1.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-dialup/pptpclient/ChangeLog b/net-dialup/pptpclient/ChangeLog index 20cc8f6b7df3..e34096d539c4 100644 --- a/net-dialup/pptpclient/ChangeLog +++ b/net-dialup/pptpclient/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/pptpclient # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/ChangeLog,v 1.53 2009/09/30 17:22:10 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/ChangeLog,v 1.54 2009/09/30 22:15:33 mrness Exp $ + + 30 Sep 2009; Alin Năstac <mrness@gentoo.org> pptpclient-1.7.2-r1.ebuild: + Add sys-apps/iproute2 to RDEPEND (#284460). 30 Sep 2009; Tobias Klausmann <klausman@gentoo.org> pptpclient-1.7.2-r1.ebuild: diff --git a/net-dialup/pptpclient/pptpclient-1.7.2-r1.ebuild b/net-dialup/pptpclient/pptpclient-1.7.2-r1.ebuild index c83bb1eaffef..b2a3093f384d 100644 --- a/net-dialup/pptpclient/pptpclient-1.7.2-r1.ebuild +++ b/net-dialup/pptpclient/pptpclient-1.7.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/pptpclient-1.7.2-r1.ebuild,v 1.4 2009/09/30 17:22:10 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/pptpclient-1.7.2-r1.ebuild,v 1.5 2009/09/30 22:15:33 mrness Exp $ EAPI="2" @@ -22,7 +22,8 @@ IUSE="tk" DEPEND="net-dialup/ppp dev-lang/perl tk? ( dev-perl/perl-tk )" -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + sys-apps/iproute2" RESTRICT="test" #make test is useless and vector_test.c is broken |