diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-07-27 17:12:33 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-07-27 17:12:33 +0000 |
commit | d80759f26f01d77f9788d989c0f47482c865f2ac (patch) | |
tree | 22f56c5b031fc06800e4e3efb7b1eb7754db5659 /dev-libs/gobject-introspection | |
parent | Remove duplicate description. (diff) | |
download | gentoo-2-d80759f26f01d77f9788d989c0f47482c865f2ac.tar.gz gentoo-2-d80759f26f01d77f9788d989c0f47482c865f2ac.tar.bz2 gentoo-2-d80759f26f01d77f9788d989c0f47482c865f2ac.zip |
Regression test needs cairo.
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'dev-libs/gobject-introspection')
-rw-r--r-- | dev-libs/gobject-introspection/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/gobject-introspection/gobject-introspection-1.36.0.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-libs/gobject-introspection/ChangeLog b/dev-libs/gobject-introspection/ChangeLog index b74d8329c535..47caebdfe1aa 100644 --- a/dev-libs/gobject-introspection/ChangeLog +++ b/dev-libs/gobject-introspection/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/gobject-introspection # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.92 2013/05/18 14:08:22 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.93 2013/07/27 17:12:33 eva Exp $ + + 27 Jul 2013; Gilles Dartiguelongue <eva@gentoo.org> + gobject-introspection-1.36.0.ebuild: + Regression test needs cairo. 18 May 2013; Pacho Ramos <pacho@gentoo.org> gobject-introspection-1.36.0.ebuild: diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.36.0.ebuild b/dev-libs/gobject-introspection/gobject-introspection-1.36.0.ebuild index edbeb69c68c1..98a73b90af6f 100644 --- a/dev-libs/gobject-introspection/gobject-introspection-1.36.0.ebuild +++ b/dev-libs/gobject-introspection/gobject-introspection-1.36.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.36.0.ebuild,v 1.4 2013/05/18 14:08:22 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.36.0.ebuild,v 1.5 2013/07/27 17:12:33 eva Exp $ EAPI="5" GCONF_DEBUG="no" @@ -17,6 +17,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="cairo doctool test" +REQUIRED_USE="test? ( cairo )" RDEPEND=" >=dev-libs/gobject-introspection-common-${PV} |