summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2008-01-19 00:32:13 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2008-01-19 00:32:13 +0000
commit76e790a9d4551d397b9aeb77aa1caa7dc7500c1a (patch)
treed32ddf207aad9d3b0dd3e48afc6030e7aa6ef354 /dev-tcltk
parentold (diff)
downloadgentoo-2-76e790a9d4551d397b9aeb77aa1caa7dc7500c1a.tar.gz
gentoo-2-76e790a9d4551d397b9aeb77aa1caa7dc7500c1a.tar.bz2
gentoo-2-76e790a9d4551d397b9aeb77aa1caa7dc7500c1a.zip
Removed opengl USE flag, bug #206225.
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-tcltk')
-rw-r--r--dev-tcltk/tkzinc/ChangeLog7
-rw-r--r--dev-tcltk/tkzinc/tkzinc-3.3.4.ebuild17
2 files changed, 11 insertions, 13 deletions
diff --git a/dev-tcltk/tkzinc/ChangeLog b/dev-tcltk/tkzinc/ChangeLog
index 783ceba7cfd8..64a7d0fffa20 100644
--- a/dev-tcltk/tkzinc/ChangeLog
+++ b/dev-tcltk/tkzinc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-tcltk/tkzinc
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkzinc/ChangeLog,v 1.4 2007/04/28 00:12:47 matsuu Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkzinc/ChangeLog,v 1.5 2008/01/19 00:32:13 matsuu Exp $
+
+ 19 Jan 2008; MATSUU Takuto <matsuu@gentoo.org> tkzinc-3.3.4.ebuild:
+ Removed opengl USE flag, bug #206225.
*tkzinc-3.3.4 (28 Apr 2007)
diff --git a/dev-tcltk/tkzinc/tkzinc-3.3.4.ebuild b/dev-tcltk/tkzinc/tkzinc-3.3.4.ebuild
index 95d3e6e1bd90..35d4c2cf2e5a 100644
--- a/dev-tcltk/tkzinc/tkzinc-3.3.4.ebuild
+++ b/dev-tcltk/tkzinc/tkzinc-3.3.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkzinc/tkzinc-3.3.4.ebuild,v 1.1 2007/04/28 00:12:47 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkzinc/tkzinc-3.3.4.ebuild,v 1.2 2008/01/19 00:32:13 matsuu Exp $
inherit eutils
@@ -10,22 +10,17 @@ SRC_URI="http://www.tkzinc.org/Packages/zinc-tk_${PV}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~ppc"
-IUSE="threads opengl doc"
+IUSE="threads doc"
DEPEND=">=dev-lang/tk-8.4
- opengl? ( virtual/opengl )
+ virtual/opengl
doc? ( virtual/tetex )"
S="${WORKDIR}/Tkzinc"
src_compile() {
- local myconf
- if use opengl ; then
- myconf="--enable-gl=damage"
- fi
-
econf \
- $(use_enable threads) \
- ${myconf} || die
+ --enable-gl=damage \
+ $(use_enable threads) || die
emake || die "make failed"
if use doc ; then