diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-10-23 07:57:53 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-10-23 07:57:53 +0000 |
commit | b82fee5274ac679338b4678e134a775285af3068 (patch) | |
tree | 665ba9b114dae3af8b35441e62619f3d4c2b129d /net-dialup/pptpclient/pptpclient-1.7.0.ebuild | |
parent | Added missing junit dependency. (diff) | |
download | historical-b82fee5274ac679338b4678e134a775285af3068.tar.gz historical-b82fee5274ac679338b4678e134a775285af3068.tar.bz2 historical-b82fee5274ac679338b4678e134a775285af3068.zip |
Replace deprecated tcltk USE flag with tk (#17808).
Package-Manager: portage-2.1.1
Diffstat (limited to 'net-dialup/pptpclient/pptpclient-1.7.0.ebuild')
-rw-r--r-- | net-dialup/pptpclient/pptpclient-1.7.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-dialup/pptpclient/pptpclient-1.7.0.ebuild b/net-dialup/pptpclient/pptpclient-1.7.0.ebuild index eaaa55c2a95d..80c165b80f7a 100644 --- a/net-dialup/pptpclient/pptpclient-1.7.0.ebuild +++ b/net-dialup/pptpclient/pptpclient-1.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/pptpclient-1.7.0.ebuild,v 1.7 2006/03/13 05:53:43 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/pptpclient-1.7.0.ebuild,v 1.8 2006/10/23 07:57:53 mrness Exp $ MY_P=${P/client} MY_CMD=pptp-command-20050401 @@ -13,11 +13,11 @@ SRC_URI="mirror://sourceforge/pptpclient/${MY_P}.tar.gz SLOT="0" LICENSE="GPL-2" KEYWORDS="alpha amd64 ppc ppc64 x86" -IUSE="tcltk" +IUSE="tk" DEPEND=">=net-dialup/ppp-2.4.2 dev-lang/perl - tcltk? ( dev-perl/perl-tk )" + tk? ( dev-perl/perl-tk )" S="${WORKDIR}/${MY_P}" @@ -38,5 +38,5 @@ src_install() { doins "${FILESDIR}/options.pptp" newsbin "${WORKDIR}/${MY_CMD}" pptp-command dosbin "${FILESDIR}/pptp_fe.pl" - use tcltk && dosbin "${FILESDIR}/xpptp_fe.pl" + use tk && dosbin "${FILESDIR}/xpptp_fe.pl" } |