diff options
author | 2014-06-18 21:15:06 +0000 | |
---|---|---|
committer | 2014-06-18 21:15:06 +0000 | |
commit | dc0c0e03389b6c4072b1158700ae3e546711c467 (patch) | |
tree | 1798e91fa051a5cbd4bb4f9a763e040f92586dd8 /x11-libs | |
parent | Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff) | |
download | gentoo-2-dc0c0e03389b6c4072b1158700ae3e546711c467.tar.gz gentoo-2-dc0c0e03389b6c4072b1158700ae3e546711c467.tar.bz2 gentoo-2-dc0c0e03389b6c4072b1158700ae3e546711c467.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-cursor/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.1-r1.ebuild | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-libs/xcb-util-cursor/ChangeLog b/x11-libs/xcb-util-cursor/ChangeLog index 7f049ef583ac..03bbc7df9260 100644 --- a/x11-libs/xcb-util-cursor/ChangeLog +++ b/x11-libs/xcb-util-cursor/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/xcb-util-cursor # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-cursor/ChangeLog,v 1.12 2014/06/17 17:35:57 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-cursor/ChangeLog,v 1.13 2014/06/18 21:15:06 mgorny Exp $ + + 18 Jun 2014; Michał Górny <mgorny@gentoo.org> xcb-util-cursor-0.1.1-r1.ebuild: + Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug + #513718. *xcb-util-cursor-0.1.1-r1 (17 Jun 2014) diff --git a/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.1-r1.ebuild b/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.1-r1.ebuild index 5773315987a2..78e6fe13528b 100644 --- a/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.1-r1.ebuild +++ b/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.1-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-cursor/xcb-util-cursor-0.1.1-r1.ebuild,v 1.1 2014/06/17 17:35:57 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.1-r1.ebuild,v 1.2 2014/06/18 21:15:06 mgorny Exp $ EAPI=5 @@ -20,11 +20,11 @@ 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/xcb-proto[${MULTILIB_USEDEP}] - x11-proto/xproto[${MULTILIB_USEDEP}]" + >=x11-proto/xcb-proto-1.8-r3[${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}] )" src_configure() { XORG_CONFIGURE_OPTIONS=( |