diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-10-23 19:50:01 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-10-23 19:50:01 +0000 |
commit | 37c09f65adf7c613ab2890fe3c60ef7c4e0ed174 (patch) | |
tree | 7cf9065be25a750656bd52c69d36b9a799cd4dca /x11-libs/xcb-util-image | |
parent | Update dependencies. (diff) | |
download | gentoo-2-37c09f65adf7c613ab2890fe3c60ef7c4e0ed174.tar.gz gentoo-2-37c09f65adf7c613ab2890fe3c60ef7c4e0ed174.tar.bz2 gentoo-2-37c09f65adf7c613ab2890fe3c60ef7c4e0ed174.zip |
Update dependencies.
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'x11-libs/xcb-util-image')
-rw-r--r-- | x11-libs/xcb-util-image/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/xcb-util-image/xcb-util-image-0.4.0.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-libs/xcb-util-image/ChangeLog b/x11-libs/xcb-util-image/ChangeLog index c2ddbf1bcfde..bb4e6868fbac 100644 --- a/x11-libs/xcb-util-image/ChangeLog +++ b/x11-libs/xcb-util-image/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/xcb-util-image # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-image/ChangeLog,v 1.22 2014/10/23 14:00:08 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-image/ChangeLog,v 1.23 2014/10/23 19:50:01 mgorny Exp $ + + 23 Oct 2014; Michał Górny <mgorny@gentoo.org> xcb-util-image-0.4.0.ebuild: + Update dependencies. *xcb-util-image-0.4.0 (23 Oct 2014) diff --git a/x11-libs/xcb-util-image/xcb-util-image-0.4.0.ebuild b/x11-libs/xcb-util-image/xcb-util-image-0.4.0.ebuild index dcd75aca1efd..453bc869a425 100644 --- a/x11-libs/xcb-util-image/xcb-util-image-0.4.0.ebuild +++ b/x11-libs/xcb-util-image/xcb-util-image-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-image/xcb-util-image-0.4.0.ebuild,v 1.1 2014/10/23 14:00:08 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-image/xcb-util-image-0.4.0.ebuild,v 1.2 2014/10/23 19:50:01 mgorny Exp $ EAPI=5 @@ -18,11 +18,12 @@ 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-1.9.1:=[${MULTILIB_USEDEP}] + >=x11-libs/xcb-util-${PV}:=[${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=( |