diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-06-15 16:30:12 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-06-15 16:30:12 +0000 |
commit | 8cc0235057d43efc6eab306b5e156a84b22df0d3 (patch) | |
tree | 17ecf927e7d39276019247015e6791a7bd92d343 /dev-libs | |
parent | Fix imagemagick dependencies wrt bug #314235 (diff) | |
download | gentoo-2-8cc0235057d43efc6eab306b5e156a84b22df0d3.tar.gz gentoo-2-8cc0235057d43efc6eab306b5e156a84b22df0d3.tar.bz2 gentoo-2-8cc0235057d43efc6eab306b5e156a84b22df0d3.zip |
Pass --enable-introspection=no since we are not yet ready for introspection usage due issues like bug 324045
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libunique/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libunique/libunique-1.1.6.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-libs/libunique/ChangeLog b/dev-libs/libunique/ChangeLog index 7bdc7e441030..89828879496f 100644 --- a/dev-libs/libunique/ChangeLog +++ b/dev-libs/libunique/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libunique # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libunique/ChangeLog,v 1.24 2010/06/15 14:14:22 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libunique/ChangeLog,v 1.25 2010/06/15 16:30:12 pacho Exp $ + + 15 Jun 2010; Pacho Ramos <pacho@gentoo.org> libunique-1.1.6.ebuild: + Pass --enable-introspection=no since we are not yet ready for + introspection usage due issues like bug 324045 15 Jun 2010; Jeremy Olexa <darkside@gentoo.org> libunique-1.1.6.ebuild: Add back dropped Gentoo Prefix keywords. As tested by myself diff --git a/dev-libs/libunique/libunique-1.1.6.ebuild b/dev-libs/libunique/libunique-1.1.6.ebuild index a0497fd72dc0..e0350ad63bb2 100644 --- a/dev-libs/libunique/libunique-1.1.6.ebuild +++ b/dev-libs/libunique/libunique-1.1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libunique/libunique-1.1.6.ebuild,v 1.3 2010/06/15 14:14:22 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libunique/libunique-1.1.6.ebuild,v 1.4 2010/06/15 16:30:12 pacho Exp $ EAPI="2" @@ -43,6 +43,7 @@ src_test() { pkg_setup() { G2CONF="${G2CONF} --disable-static + --enable-introspection=no $(use_enable dbus) $(use_enable debug)" } |