diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2006-11-28 18:17:28 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2006-11-28 18:17:28 +0000 |
commit | 08231242b724a8f8f0450b2e2bccd53f6f68811b (patch) | |
tree | 6b666641b335c7035f649b532b6d230c8ac4cdc3 /media-libs/hamlib/hamlib-1.2.4.ebuild | |
parent | moved tcltk USE flag over to separate tk and tcl flags, see bug #17808 (diff) | |
download | gentoo-2-08231242b724a8f8f0450b2e2bccd53f6f68811b.tar.gz gentoo-2-08231242b724a8f8f0450b2e2bccd53f6f68811b.tar.bz2 gentoo-2-08231242b724a8f8f0450b2e2bccd53f6f68811b.zip |
moved tcltk USE flag over to separate tk and tcl flags, see bug #17808
(Portage version: 2.1.1-r2)
Diffstat (limited to 'media-libs/hamlib/hamlib-1.2.4.ebuild')
-rw-r--r-- | media-libs/hamlib/hamlib-1.2.4.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/media-libs/hamlib/hamlib-1.2.4.ebuild b/media-libs/hamlib/hamlib-1.2.4.ebuild index 72f9e9e8fc32..6f8d69061f60 100644 --- a/media-libs/hamlib/hamlib-1.2.4.ebuild +++ b/media-libs/hamlib/hamlib-1.2.4.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/media-libs/hamlib/hamlib-1.2.4.ebuild,v 1.6 2006/07/06 23:34:41 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/hamlib/hamlib-1.2.4.ebuild,v 1.7 2006/11/28 18:17:28 opfer Exp $ inherit eutils multilib @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 ~ppc x86" -IUSE="doc gd python tcltk X" +IUSE="doc gd python tk X" RESTRICT="test" @@ -19,8 +19,7 @@ RDEPEND="virtual/libc gd? ( media-libs/gd ) python? ( dev-lang/python dev-lang/tcl ) - tcltk? ( dev-lang/tk - dev-lang/tcl )" + tk? dev-lang/tk" DEPEND=">=sys-devel/libtool-1.5 >=sys-devel/autoconf-2.54 >=sys-devel/automake-1.7 @@ -44,7 +43,7 @@ src_compile() { --without-rpc-backends \ --without-perl-binding \ $(use_with python python-binding) \ - $(use_with tcltk tcl-binding) \ + $(use_with tk tcl-binding) \ $(use_with gd rigmatrix) \ $(use_with X x) \ || die "configure failed" |