diff options
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/xcb-util-keysyms/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.3.9-r1.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/x11-libs/xcb-util-keysyms/ChangeLog b/x11-libs/xcb-util-keysyms/ChangeLog index 337053d3c236..6a0f98b3e5b4 100644 --- a/x11-libs/xcb-util-keysyms/ChangeLog +++ b/x11-libs/xcb-util-keysyms/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/xcb-util-keysyms # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-keysyms/ChangeLog,v 1.19 2014/06/17 17:36:11 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-keysyms/ChangeLog,v 1.20 2014/06/18 21:17:02 mgorny Exp $ + + 18 Jun 2014; Michał Górny <mgorny@gentoo.org> + xcb-util-keysyms-0.3.9-r1.ebuild: + Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug + #513718. *xcb-util-keysyms-0.3.9-r1 (17 Jun 2014) diff --git a/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.3.9-r1.ebuild b/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.3.9-r1.ebuild index 93ed38aebf7d..f2cb47536337 100644 --- a/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.3.9-r1.ebuild +++ b/x11-libs/xcb-util-keysyms/xcb-util-keysyms-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-keysyms/xcb-util-keysyms-0.3.9-r1.ebuild,v 1.1 2014/06/17 17:36:11 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.3.9-r1.ebuild,v 1.2 2014/06/18 21:17:02 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}] )" src_configure() { XORG_CONFIGURE_OPTIONS=( |