summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2008-10-22 00:12:18 +0000
committerMart Raudsepp <leio@gentoo.org>2008-10-22 00:12:18 +0000
commitb67495eb2fd8dba81d55f7b13a45a8996a0943b6 (patch)
treebb71fe27b579d49a00f2dc78533302ddae26f6e2 /x11-themes/gtk-engines
parentFixed bug #242826 (invalid tomcat version reported), patch by Yoann Pannier <... (diff)
downloadgentoo-2-b67495eb2fd8dba81d55f7b13a45a8996a0943b6.tar.gz
gentoo-2-b67495eb2fd8dba81d55f7b13a45a8996a0943b6.tar.bz2
gentoo-2-b67495eb2fd8dba81d55f7b13a45a8996a0943b6.zip
Remove USE=static and disable static libraries always. gtk-engines only ships dynamic modules that gtk+ dynamically opens, which does not work with static libraries.
(Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)
Diffstat (limited to 'x11-themes/gtk-engines')
-rw-r--r--x11-themes/gtk-engines/ChangeLog7
-rw-r--r--x11-themes/gtk-engines/gtk-engines-2.16.1.ebuild6
2 files changed, 9 insertions, 4 deletions
diff --git a/x11-themes/gtk-engines/ChangeLog b/x11-themes/gtk-engines/ChangeLog
index f0df5bc3a3ec..eccfa3f5fed0 100644
--- a/x11-themes/gtk-engines/ChangeLog
+++ b/x11-themes/gtk-engines/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-themes/gtk-engines
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines/ChangeLog,v 1.130 2008/10/21 23:00:46 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines/ChangeLog,v 1.131 2008/10/22 00:12:18 leio Exp $
+
+ 22 Oct 2008; Mart Raudsepp <leio@gentoo.org> gtk-engines-2.16.1.ebuild:
+ Remove USE=static and disable static libraries always. gtk-engines only
+ ships dynamic modules that gtk+ dynamically opens, which does not work
+ with static libraries.
*gtk-engines-2.16.1 (21 Oct 2008)
diff --git a/x11-themes/gtk-engines/gtk-engines-2.16.1.ebuild b/x11-themes/gtk-engines/gtk-engines-2.16.1.ebuild
index fea915ee25b9..6e18e583f606 100644
--- a/x11-themes/gtk-engines/gtk-engines-2.16.1.ebuild
+++ b/x11-themes/gtk-engines/gtk-engines-2.16.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines/gtk-engines-2.16.1.ebuild,v 1.1 2008/10/21 23:00:46 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines/gtk-engines-2.16.1.ebuild,v 1.2 2008/10/22 00:12:18 leio Exp $
inherit gnome2
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.gtk.org/"
LICENSE="GPL-2 LGPL-2.1"
SLOT="2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="accessibility static"
+IUSE="accessibility"
RDEPEND=">=x11-libs/gtk+-2.12"
DEPEND="${RDEPEND}
@@ -20,6 +20,6 @@ DEPEND="${RDEPEND}
DOCS="AUTHORS ChangeLog NEWS README"
pkg_setup() {
- G2CONF="$(use_enable static) --enable-animation --enable-lua"
+ G2CONF="--enable-animation --enable-lua"
use accessibility || G2CONF="${G2CONF} --disable-hc"
}