From b82fee5274ac679338b4678e134a775285af3068 Mon Sep 17 00:00:00 2001 From: Alin Năstac Date: Mon, 23 Oct 2006 07:57:53 +0000 Subject: Replace deprecated tcltk USE flag with tk (#17808). Package-Manager: portage-2.1.1 --- net-dialup/pptpclient/pptpclient-1.7.0.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'net-dialup/pptpclient/pptpclient-1.7.0.ebuild') 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" } -- cgit v1.2.3-65-gdbad