diff options
Diffstat (limited to 'net-dialup/pptpclient/pptpclient-1.7.2-r1.ebuild')
-rw-r--r-- | net-dialup/pptpclient/pptpclient-1.7.2-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
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 |