diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-06-18 21:16:16 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-06-18 21:16:16 +0000 |
commit | 8f42f01030406b933051aadc489c48715e9cffde (patch) | |
tree | 096398fe05459e177e657842d84df38aaf4d9b6a /x11-libs | |
parent | Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff) | |
download | gentoo-2-8f42f01030406b933051aadc489c48715e9cffde.tar.gz gentoo-2-8f42f01030406b933051aadc489c48715e9cffde.tar.bz2 gentoo-2-8f42f01030406b933051aadc489c48715e9cffde.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 'x11-libs')
-rw-r--r-- | x11-libs/xcb-util-image/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/xcb-util-image/xcb-util-image-0.3.9-r1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-libs/xcb-util-image/ChangeLog b/x11-libs/xcb-util-image/ChangeLog index eb90790cfc03..4a4ebee6d6de 100644 --- a/x11-libs/xcb-util-image/ChangeLog +++ b/x11-libs/xcb-util-image/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/xcb-util-image # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-image/ChangeLog,v 1.20 2014/06/17 17:35:52 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-image/ChangeLog,v 1.21 2014/06/18 21:16:16 mgorny Exp $ + + 18 Jun 2014; Michał Górny <mgorny@gentoo.org> xcb-util-image-0.3.9-r1.ebuild: + Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug + #513718. *xcb-util-image-0.3.9-r1 (17 Jun 2014) diff --git a/x11-libs/xcb-util-image/xcb-util-image-0.3.9-r1.ebuild b/x11-libs/xcb-util-image/xcb-util-image-0.3.9-r1.ebuild index 7abe9d859973..517d3ca4d702 100644 --- a/x11-libs/xcb-util-image/xcb-util-image-0.3.9-r1.ebuild +++ b/x11-libs/xcb-util-image/xcb-util-image-0.3.9-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/x11-libs/xcb-util-image/xcb-util-image-0.3.9-r1.ebuild,v 1.1 2014/06/17 17:35:52 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-image/xcb-util-image-0.3.9-r1.ebuild,v 1.2 2014/06/18 21:16:16 mgorny Exp $ EAPI=5 @@ -20,10 +20,10 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 IUSE="test" RDEPEND=">=x11-libs/xcb-util-${PV}[${MULTILIB_USEDEP}] - x11-proto/xproto[${MULTILIB_USEDEP}]" + >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND} >=dev-util/gperf-3.0.1 - test? ( >=dev-libs/check-0.9.4[${MULTILIB_USEDEP}] )" + test? ( >=dev-libs/check-0.9.11[${MULTILIB_USEDEP}] )" PATCHES=( "${FILESDIR}"/${P}-return-type.patch |