diff options
author | 2015-02-23 01:36:47 +0000 | |
---|---|---|
committer | 2015-02-23 01:36:47 +0000 | |
commit | ce6e89dc22336832a1c41061fe81f7c4eaac46f8 (patch) | |
tree | 5160de8953ee2b6576a52c1146c229fd5793a5b7 /x11-libs/libxcb | |
parent | Initial commit of hash-slinger (diff) | |
download | gentoo-2-ce6e89dc22336832a1c41061fe81f7c4eaac46f8.tar.gz gentoo-2-ce6e89dc22336832a1c41061fe81f7c4eaac46f8.tar.bz2 gentoo-2-ce6e89dc22336832a1c41061fe81f7c4eaac46f8.zip |
Depend on dev-libs/check for tests, bug 484054.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Diffstat (limited to 'x11-libs/libxcb')
-rw-r--r-- | x11-libs/libxcb/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/libxcb/libxcb-1.11-r1.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/libxcb/ChangeLog b/x11-libs/libxcb/ChangeLog index 4cf12a9488ca..948583f7dfd3 100644 --- a/x11-libs/libxcb/ChangeLog +++ b/x11-libs/libxcb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libxcb # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.153 2015/02/22 13:22:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.154 2015/02/23 01:36:47 mattst88 Exp $ + + 23 Feb 2015; Matt Turner <mattst88@gentoo.org> libxcb-1.11-r1.ebuild: + Depend on dev-libs/check for tests, bug 484054. 22 Feb 2015; Agostino Sarubbo <ago@gentoo.org> libxcb-1.11-r1.ebuild: Stable for ia64, wrt bug #530652 diff --git a/x11-libs/libxcb/libxcb-1.11-r1.ebuild b/x11-libs/libxcb/libxcb-1.11-r1.ebuild index c1533a27c0ca..db2942dc30d5 100644 --- a/x11-libs/libxcb/libxcb-1.11-r1.ebuild +++ b/x11-libs/libxcb/libxcb-1.11-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.11-r1.ebuild,v 1.6 2015/02/22 13:22:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.11-r1.ebuild,v 1.7 2015/02/23 01:36:47 mattst88 Exp $ EAPI=5 @@ -19,7 +19,7 @@ EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/libxcb" SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2" KEYWORDS="~alpha amd64 ~arm ~arm64 ~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 ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="selinux xkb" +IUSE="selinux test xkb" SLOT="0/${PV}" RDEPEND=">=dev-libs/libpthread-stubs-0.3-r1[${MULTILIB_USEDEP}] @@ -27,6 +27,7 @@ RDEPEND=">=dev-libs/libpthread-stubs-0.3-r1[${MULTILIB_USEDEP}] >=x11-libs/libXdmcp-1.1.1-r1[${MULTILIB_USEDEP}]" # Note: ${PYTHON_USEDEP} needs to go verbatim DEPEND="${RDEPEND} + test? ( dev-libs/check[${MULTILIB_USEDEP}] ) dev-libs/libxslt ${PYTHON_DEPS} $(python_gen_any_dep \ |