diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-06-18 21:05:23 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-06-18 21:05:23 +0000 |
commit | c7bd1f252a15aff3467919e7898624a07f958f6c (patch) | |
tree | fcd7b13110d00cc0749ff18f8ba46aa7d29b444b /x11-libs/libXcursor | |
parent | Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff) | |
download | gentoo-2-c7bd1f252a15aff3467919e7898624a07f958f6c.tar.gz gentoo-2-c7bd1f252a15aff3467919e7898624a07f958f6c.tar.bz2 gentoo-2-c7bd1f252a15aff3467919e7898624a07f958f6c.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/libXcursor')
-rw-r--r-- | x11-libs/libXcursor/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/libXcursor/libXcursor-1.1.14.ebuild | 10 |
2 files changed, 10 insertions, 6 deletions
diff --git a/x11-libs/libXcursor/ChangeLog b/x11-libs/libXcursor/ChangeLog index d62230d61305..8331a7d035cd 100644 --- a/x11-libs/libXcursor/ChangeLog +++ b/x11-libs/libXcursor/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libXcursor # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXcursor/ChangeLog,v 1.109 2014/03/26 12:24:38 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXcursor/ChangeLog,v 1.110 2014/06/18 21:05:23 mgorny Exp $ + + 18 Jun 2014; Michał Górny <mgorny@gentoo.org> libXcursor-1.1.14.ebuild: + Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug + #513718. 26 Mar 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> -libXcursor-1.1.11.ebuild, -libXcursor-1.1.12.ebuild, diff --git a/x11-libs/libXcursor/libXcursor-1.1.14.ebuild b/x11-libs/libXcursor/libXcursor-1.1.14.ebuild index 1ac703dfa926..3654eb62e3a7 100644 --- a/x11-libs/libXcursor/libXcursor-1.1.14.ebuild +++ b/x11-libs/libXcursor/libXcursor-1.1.14.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXcursor/libXcursor-1.1.14.ebuild,v 1.10 2013/10/08 05:07:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXcursor/libXcursor-1.1.14.ebuild,v 1.11 2014/06/18 21:05:23 mgorny Exp $ EAPI=5 @@ -12,9 +12,9 @@ DESCRIPTION="X.Org Xcursor library" 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 ~x64-solaris ~x86-solaris" IUSE="" -RDEPEND=">=x11-libs/libXrender-0.8.2[${MULTILIB_USEDEP}] - x11-libs/libXfixes[${MULTILIB_USEDEP}] - x11-libs/libX11[${MULTILIB_USEDEP}]" +RDEPEND=">=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}] + >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}] + >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND}" XORG_CONFIGURE_OPTIONS=( |