mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
net-dialup/pptpclient: Fix dependency on dev-perl/Tk
Package-Manager: portage-2.2.27
This commit is contained in:
committed by
Andreas K. Hüttel
parent
d32afcbc12
commit
0ba70cf504
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user