diff options
author | Kent Fredric <kentfredric@gmail.com> | 2016-03-12 16:22:58 +1300 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-03-15 00:06:37 +0100 |
commit | 0ba70cf504b1c8fb420ee0bc366c85715700adc7 (patch) | |
tree | 45cec0a8cb120948e0740f7adb700ca4bf71d17c /net-dialup/pptpclient | |
parent | net-analyzer/oinkmaster: Fix dependency on dev-perl/Tk (diff) | |
download | gentoo-0ba70cf504b1c8fb420ee0bc366c85715700adc7.tar.gz gentoo-0ba70cf504b1c8fb420ee0bc366c85715700adc7.tar.bz2 gentoo-0ba70cf504b1c8fb420ee0bc366c85715700adc7.zip |
net-dialup/pptpclient: Fix dependency on dev-perl/Tk
Package-Manager: portage-2.2.27
Diffstat (limited to 'net-dialup/pptpclient')
-rw-r--r-- | net-dialup/pptpclient/pptpclient-1.7.2-r3.ebuild | 4 | ||||
-rw-r--r-- | net-dialup/pptpclient/pptpclient-1.8.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-dialup/pptpclient/pptpclient-1.7.2-r3.ebuild b/net-dialup/pptpclient/pptpclient-1.7.2-r3.ebuild index bfca077d7ed8..9c621c1fbccd 100644 --- a/net-dialup/pptpclient/pptpclient-1.7.2-r3.ebuild +++ b/net-dialup/pptpclient/pptpclient-1.7.2-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -21,7 +21,7 @@ IUSE="tk" DEPEND="net-dialup/ppp dev-lang/perl - tk? ( dev-perl/perl-tk )" + tk? ( dev-perl/Tk )" RDEPEND="${DEPEND} sys-apps/iproute2" diff --git a/net-dialup/pptpclient/pptpclient-1.8.0.ebuild b/net-dialup/pptpclient/pptpclient-1.8.0.ebuild index 5d422122a86a..9c621c1fbccd 100644 --- a/net-dialup/pptpclient/pptpclient-1.8.0.ebuild +++ b/net-dialup/pptpclient/pptpclient-1.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -21,7 +21,7 @@ IUSE="tk" DEPEND="net-dialup/ppp dev-lang/perl - tk? ( dev-perl/perl-tk )" + tk? ( dev-perl/Tk )" RDEPEND="${DEPEND} sys-apps/iproute2" |