summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-06-18 21:07:59 +0000
committerMichał Górny <mgorny@gentoo.org>2014-06-18 21:07:59 +0000
commit4532e57c7ead83840a91bb3096279687f278a169 (patch)
tree2edc62313ffa13fdfcb2696699d2f157d8853de0
parentUpdate dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff)
downloadgentoo-2-4532e57c7ead83840a91bb3096279687f278a169.tar.gz
gentoo-2-4532e57c7ead83840a91bb3096279687f278a169.tar.bz2
gentoo-2-4532e57c7ead83840a91bb3096279687f278a169.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!)
-rw-r--r--x11-libs/libxkbcommon/ChangeLog6
-rw-r--r--x11-libs/libxkbcommon/libxkbcommon-0.4.1.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-libs/libxkbcommon/ChangeLog b/x11-libs/libxkbcommon/ChangeLog
index 47a2002840b0..23a111e8420c 100644
--- a/x11-libs/libxkbcommon/ChangeLog
+++ b/x11-libs/libxkbcommon/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/libxkbcommon
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxkbcommon/ChangeLog,v 1.8 2014/05/08 12:56:04 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxkbcommon/ChangeLog,v 1.9 2014/06/18 21:07:59 mgorny Exp $
+
+ 18 Jun 2014; Michał Górny <mgorny@gentoo.org> libxkbcommon-0.4.1.ebuild:
+ Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
+ #513718.
*libxkbcommon-0.4.1 (08 May 2014)
diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.4.1.ebuild b/x11-libs/libxkbcommon/libxkbcommon-0.4.1.ebuild
index 90a605a5be75..b6c78e0b3476 100644
--- a/x11-libs/libxkbcommon/libxkbcommon-0.4.1.ebuild
+++ b/x11-libs/libxkbcommon/libxkbcommon-0.4.1.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/libxkbcommon/libxkbcommon-0.4.1.ebuild,v 1.1 2014/05/08 12:56:04 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxkbcommon/libxkbcommon-0.4.1.ebuild,v 1.2 2014/06/18 21:07:59 mgorny Exp $
EAPI=5
XORG_EAUTORECONF="yes"
@@ -24,8 +24,8 @@ IUSE="X doc"
DEPEND="sys-devel/bison
sys-devel/flex
X? ( >=x11-libs/libxcb-1.10[${MULTILIB_USEDEP},xkb] )
- x11-proto/xproto[${MULTILIB_USEDEP}]
- >=x11-proto/kbproto-1.0.5[${MULTILIB_USEDEP}]
+ >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]
+ >=x11-proto/kbproto-1.0.6-r1[${MULTILIB_USEDEP}]
doc? ( app-doc/doxygen )"
RDEPEND=""