net-dialup/pptpclient: Fix dependency on dev-perl/Tk

Package-Manager: portage-2.2.27
This commit is contained in:
Kent Fredric
2016-03-12 16:22:58 +13:00
committed by Andreas K. Hüttel
parent d32afcbc12
commit 0ba70cf504
2 changed files with 4 additions and 4 deletions

View File

@@ -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"

View File

@@ -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"