diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-06-18 19:12:47 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-06-18 19:12:47 +0000 |
commit | 9429be63b6910b196f5e240e9c79594c80508916 (patch) | |
tree | dd382fa5a224179c868d930563d4d91e8836fd5e /dev-libs/libcroco/libcroco-0.6.8-r1.ebuild | |
parent | Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff) | |
download | gentoo-2-9429be63b6910b196f5e240e9c79594c80508916.tar.gz gentoo-2-9429be63b6910b196f5e240e9c79594c80508916.tar.bz2 gentoo-2-9429be63b6910b196f5e240e9c79594c80508916.zip |
Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #513718.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-libs/libcroco/libcroco-0.6.8-r1.ebuild')
-rw-r--r-- | dev-libs/libcroco/libcroco-0.6.8-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/libcroco/libcroco-0.6.8-r1.ebuild b/dev-libs/libcroco/libcroco-0.6.8-r1.ebuild index d9cb9f7ef7ff..41f29f576f61 100644 --- a/dev-libs/libcroco/libcroco-0.6.8-r1.ebuild +++ b/dev-libs/libcroco/libcroco-0.6.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcroco/libcroco-0.6.8-r1.ebuild,v 1.1 2014/06/17 20:08:10 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcroco/libcroco-0.6.8-r1.ebuild,v 1.2 2014/06/18 19:12:47 mgorny Exp $ EAPI="5" GCONF_DEBUG="no" @@ -16,11 +16,11 @@ SLOT="0.6" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="test" -RDEPEND="dev-libs/glib:2[${MULTILIB_USEDEP}] - >=dev-libs/libxml2-2.4.23[${MULTILIB_USEDEP}]" +RDEPEND=">=dev-libs/glib-2.38.2-r1:2[${MULTILIB_USEDEP}] + >=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND} dev-util/gtk-doc-am - virtual/pkgconfig[${MULTILIB_USEDEP}]" + >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]" src_prepare() { if ! use test; then |