diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-10-23 19:39:58 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-10-23 19:39:58 +0000 |
commit | c4bac142e77f3bd6bfe5ffe0496dc662df86b9c0 (patch) | |
tree | f87dfda635236b4d57febe87be03a674206a5733 /x11-libs/xcb-util-cursor | |
parent | add ~arm, bug #358465 (diff) | |
download | gentoo-2-c4bac142e77f3bd6bfe5ffe0496dc662df86b9c0.tar.gz gentoo-2-c4bac142e77f3bd6bfe5ffe0496dc662df86b9c0.tar.bz2 gentoo-2-c4bac142e77f3bd6bfe5ffe0496dc662df86b9c0.zip |
Update dependencies. Fixes https://bugs.funtoo.org/browse/FL-1655.
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'x11-libs/xcb-util-cursor')
-rw-r--r-- | x11-libs/xcb-util-cursor/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.1-r1.ebuild | 10 |
2 files changed, 10 insertions, 5 deletions
diff --git a/x11-libs/xcb-util-cursor/ChangeLog b/x11-libs/xcb-util-cursor/ChangeLog index 03bbc7df9260..668949d30f1f 100644 --- a/x11-libs/xcb-util-cursor/ChangeLog +++ b/x11-libs/xcb-util-cursor/ChangeLog @@ -1,6 +1,9 @@ # 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.13 2014/06/18 21:15:06 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-cursor/ChangeLog,v 1.14 2014/10/23 19:39:58 mgorny Exp $ + + 23 Oct 2014; Michał Górny <mgorny@gentoo.org> xcb-util-cursor-0.1.1-r1.ebuild: + Update dependencies. Fixes https://bugs.funtoo.org/browse/FL-1655. 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 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 78e6fe13528b..ad3a3e566a7e 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.2 2014/06/18 21:15:06 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.1-r1.ebuild,v 1.3 2014/10/23 19:39:58 mgorny Exp $ EAPI=5 @@ -19,9 +19,11 @@ HOMEPAGE="http://xcb.freedesktop.org/" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris" IUSE="test" -RDEPEND=">=x11-libs/xcb-util-${PV}[${MULTILIB_USEDEP}] - >=x11-proto/xcb-proto-1.8-r3[${MULTILIB_USEDEP}] - >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]" +RDEPEND=">=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}] + >=x11-libs/xcb-util-image-0.3.9-r1[${MULTILIB_USEDEP}] + >=x11-libs/xcb-util-renderutil-0.3.9[${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.11[${MULTILIB_USEDEP}] )" |