mattst88 15/02/23 01:36:47 Modified: libxcb-1.11-r1.ebuild ChangeLog Log: Depend on dev-libs/check for tests, bug 484054. (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Revision Changes Path 1.7 x11-libs/libxcb/libxcb-1.11-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/libxcb-1.11-r1.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/libxcb-1.11-r1.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/libxcb-1.11-r1.ebuild?r1=1.6&r2=1.7 Index: libxcb-1.11-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.11-r1.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- libxcb-1.11-r1.ebuild 22 Feb 2015 13:22:41 -0000 1.6 +++ libxcb-1.11-r1.ebuild 23 Feb 2015 01:36:47 -0000 1.7 @@ -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 @@ 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 @@ >=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 \ 1.154 x11-libs/libxcb/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.154&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.154&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/ChangeLog?r1=1.153&r2=1.154 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v retrieving revision 1.153 retrieving revision 1.154 diff -u -r1.153 -r1.154 --- ChangeLog 22 Feb 2015 13:22:41 -0000 1.153 +++ ChangeLog 23 Feb 2015 01:36:47 -0000 1.154 @@ -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 <[email protected]> libxcb-1.11-r1.ebuild: + Depend on dev-libs/check for tests, bug 484054. 22 Feb 2015; Agostino Sarubbo <[email protected]> libxcb-1.11-r1.ebuild: Stable for ia64, wrt bug #530652
