diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-10-23 19:51:16 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-10-23 19:51:16 +0000 |
commit | 0eb1f5bf09a86ce2cb9bcb4531638eb331cbedac (patch) | |
tree | 1b0dcdbfe0b9f5f41d2ecdaa8e7082d026b13c45 /x11-libs | |
parent | Update dependencies. (diff) | |
download | gentoo-2-0eb1f5bf09a86ce2cb9bcb4531638eb331cbedac.tar.gz gentoo-2-0eb1f5bf09a86ce2cb9bcb4531638eb331cbedac.tar.bz2 gentoo-2-0eb1f5bf09a86ce2cb9bcb4531638eb331cbedac.zip |
Update dependencies.
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/xcb-util-keysyms/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-libs/xcb-util-keysyms/ChangeLog b/x11-libs/xcb-util-keysyms/ChangeLog index 92ff2f1451c7..fcf60f682064 100644 --- a/x11-libs/xcb-util-keysyms/ChangeLog +++ b/x11-libs/xcb-util-keysyms/ChangeLog @@ -1,6 +1,9 @@ # 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.21 2014/10/23 13:57:57 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-keysyms/ChangeLog,v 1.22 2014/10/23 19:51:16 mgorny Exp $ + + 23 Oct 2014; Michał Górny <mgorny@gentoo.org> xcb-util-keysyms-0.4.0.ebuild: + Update dependencies. *xcb-util-keysyms-0.4.0 (23 Oct 2014) diff --git a/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0.ebuild b/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0.ebuild index 488df5e6fbdc..1fa2ecee0e1f 100644 --- a/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0.ebuild +++ b/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0.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.4.0.ebuild,v 1.1 2014/10/23 13:57:57 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0.ebuild,v 1.2 2014/10/23 19:51:16 mgorny Exp $ EAPI=5 @@ -18,11 +18,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 ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris" IUSE="test" -RDEPEND=">=x11-libs/xcb-util-${PV}:=[${MULTILIB_USEDEP}] +RDEPEND="x11-libs/libxcb:=[${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}] )" + test? ( >=dev-libs/check-0.9.11[${MULTILIB_USEDEP}] )" src_configure() { XORG_CONFIGURE_OPTIONS=( |