diff options
-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" |