diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-04-11 10:15:41 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-04-11 10:15:41 +0000 |
commit | bd9b58933f79cafca58162f8f53fc7244349191e (patch) | |
tree | efea33bda376f24d4926c6d174cbe5cf80c86488 /dev-libs/gom/gom-0.3.0.ebuild | |
parent | Needs dev-libs/libltdl and not full libtool (#545736 by Bruno), drop old (diff) | |
download | historical-bd9b58933f79cafca58162f8f53fc7244349191e.tar.gz historical-bd9b58933f79cafca58162f8f53fc7244349191e.tar.bz2 historical-bd9b58933f79cafca58162f8f53fc7244349191e.zip |
gdk-pixbuf is needed for glibtest (#546216 by Toralf Förster), drop old
Package-Manager: portage-2.2.18/cvs/Linux x86_64
Manifest-Sign-Key: 0xA188FBD4
Diffstat (limited to 'dev-libs/gom/gom-0.3.0.ebuild')
-rw-r--r-- | dev-libs/gom/gom-0.3.0.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-libs/gom/gom-0.3.0.ebuild b/dev-libs/gom/gom-0.3.0.ebuild index 2952cc185cc9..0de6434e4a5b 100644 --- a/dev-libs/gom/gom-0.3.0.ebuild +++ b/dev-libs/gom/gom-0.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gom/gom-0.3.0.ebuild,v 1.4 2015/03/15 13:17:53 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gom/gom-0.3.0.ebuild,v 1.5 2015/04/11 10:15:38 pacho Exp $ EAPI="5" GCONF_DEBUG="yes" @@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Gom" LICENSE="LGPL-2+" SLOT="0" -IUSE="+introspection" +IUSE="+introspection test" KEYWORDS="amd64 ~ppc ~ppc64 x86" RDEPEND=" @@ -26,10 +26,12 @@ DEPEND="${RDEPEND} >=dev-util/intltool-0.40.0 sys-devel/gettext virtual/pkgconfig + test? ( x11-libs/gdk-pixbuf ) " src_configure() { gnome2_src_configure \ --disable-static \ - $(use_enable introspection) + $(use_enable introspection) \ + $(use_enable test glibtest) } |