summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2006-11-28 18:41:50 +0000
committerChristian Faulhammer <opfer@gentoo.org>2006-11-28 18:41:50 +0000
commit5c0c73729d65de2c115e925dd19d2ac0ff61c197 (patch)
tree8355735ad11a9247b3b6818d8b16e2594fd879fe /sci-libs/plplot
parentFix wrapper (diff)
downloadgentoo-2-5c0c73729d65de2c115e925dd19d2ac0ff61c197.tar.gz
gentoo-2-5c0c73729d65de2c115e925dd19d2ac0ff61c197.tar.bz2
gentoo-2-5c0c73729d65de2c115e925dd19d2ac0ff61c197.zip
moved tcltk USE flag over to separate tk and tcl flags, see bug #17808
(Portage version: 2.1.1-r2)
Diffstat (limited to 'sci-libs/plplot')
-rw-r--r--sci-libs/plplot/ChangeLog5
-rw-r--r--sci-libs/plplot/plplot-5.5.2.ebuild9
2 files changed, 8 insertions, 6 deletions
diff --git a/sci-libs/plplot/ChangeLog b/sci-libs/plplot/ChangeLog
index 25e8bd752b7c..3f740e77fa07 100644
--- a/sci-libs/plplot/ChangeLog
+++ b/sci-libs/plplot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/plplot
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.8 2006/11/18 04:54:33 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.9 2006/11/28 18:41:50 opfer Exp $
+
+ 28 Nov 2006; Christian Faulhammer <opfer@gentoo.org> plplot-5.5.2.ebuild:
+ moved tcltk USE flag over to separate tk and tcl flags, see bug #17808
18 Nov 2006; Saleem Abdulrasool <compnerd@gentoo.org> plplot-5.5.2.ebuild:
Drop gnome useflag for gnome-1.x removal
diff --git a/sci-libs/plplot/plplot-5.5.2.ebuild b/sci-libs/plplot/plplot-5.5.2.ebuild
index 100768965364..839b798f4495 100644
--- a/sci-libs/plplot/plplot-5.5.2.ebuild
+++ b/sci-libs/plplot/plplot-5.5.2.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/sci-libs/plplot/plplot-5.5.2.ebuild,v 1.6 2006/11/18 04:54:33 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.5.2.ebuild,v 1.7 2006/11/28 18:41:50 opfer Exp $
inherit eutils
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~ppc"
-IUSE="X debug doc fortran ifc itcl java jpeg octave png python tcltk tetex truetype"
+IUSE="X debug doc fortran ifc itcl java jpeg octave png python tk tetex truetype"
RDEPEND="virtual/libc
dev-lang/perl
@@ -31,8 +31,7 @@ RDEPEND="virtual/libc
x11-libs/libXdmcp
)
virtual/x11 )
- tcltk? ( dev-lang/tcl
- dev-lang/tk
+ tk? ( dev-lang/tk
itcl? ( dev-tcltk/itcl )
)
)"
@@ -127,7 +126,7 @@ src_compile() {
# Additional X-dependent language bindings and device drivers.
if use X; then
EXTRA_CONF="${EXTRA_CONF} --with-x"
- if use tcltk; then
+ if use tk; then
EXTRA_CONF="${EXTRA_CONF} --enable-tcl"
EXTRA_CONF="${EXTRA_CONF} $(use_enable itcl)"
else