diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-02-08 23:49:11 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-02-08 23:49:11 +0000 |
commit | 6120e025057c7d81811032b775a7f7ed19194c15 (patch) | |
tree | 73579de9d805e6ea5da5e30da993471744b176df /x11-libs/libxcb | |
parent | Add dependency on xcb-proto as xcb-ewmh.pc requires it. (diff) | |
download | gentoo-2-6120e025057c7d81811032b775a7f7ed19194c15.tar.gz gentoo-2-6120e025057c7d81811032b775a7f7ed19194c15.tar.bz2 gentoo-2-6120e025057c7d81811032b775a7f7ed19194c15.zip |
Drop runtime dependency on xcb-proto, bug #398953.
(Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libxcb')
-rw-r--r-- | x11-libs/libxcb/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/libxcb/libxcb-1.7.ebuild | 10 | ||||
-rw-r--r-- | x11-libs/libxcb/libxcb-1.8.ebuild | 8 |
3 files changed, 14 insertions, 10 deletions
diff --git a/x11-libs/libxcb/ChangeLog b/x11-libs/libxcb/ChangeLog index e2679e1a8b9a..0573d8156e3d 100644 --- a/x11-libs/libxcb/ChangeLog +++ b/x11-libs/libxcb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libxcb # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.84 2012/01/11 20:38:34 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.85 2012/02/08 23:49:11 chithanh Exp $ + + 08 Feb 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + libxcb-1.7.ebuild, libxcb-1.8.ebuild: + Drop runtime dependency on xcb-proto, bug #398953. 11 Jan 2012; Matt Turner <mattst88@gentoo.org> libxcb-1.8.ebuild: Bump dependency to xcb-proto-1.7. diff --git a/x11-libs/libxcb/libxcb-1.7.ebuild b/x11-libs/libxcb/libxcb-1.7.ebuild index f5df9667fcac..6806d563547a 100644 --- a/x11-libs/libxcb/libxcb-1.7.ebuild +++ b/x11-libs/libxcb/libxcb-1.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.7.ebuild,v 1.13 2011/06/08 15:48:51 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.7.ebuild,v 1.14 2012/02/08 23:49:11 chithanh Exp $ EAPI=3 @@ -18,12 +18,12 @@ IUSE="doc selinux" RDEPEND="x11-libs/libXau x11-libs/libXdmcp - dev-libs/libpthread-stubs - >=x11-proto/xcb-proto-1.6" + dev-libs/libpthread-stubs" DEPEND="${RDEPEND} doc? ( app-doc/doxygen ) dev-libs/libxslt - =dev-lang/python-2*[xml]" + =dev-lang/python-2*[xml] + >=x11-proto/xcb-proto-1.6" PATCHES=( "${FILESDIR}/${P}-interix.patch" ) diff --git a/x11-libs/libxcb/libxcb-1.8.ebuild b/x11-libs/libxcb/libxcb-1.8.ebuild index 94dd7cde43eb..75a5a120d3b3 100644 --- a/x11-libs/libxcb/libxcb-1.8.ebuild +++ b/x11-libs/libxcb/libxcb-1.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.8.ebuild,v 1.2 2012/01/11 20:38:34 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.8.ebuild,v 1.3 2012/02/08 23:49:11 chithanh Exp $ EAPI=3 @@ -17,12 +17,12 @@ IUSE="doc selinux" RDEPEND="x11-libs/libXau x11-libs/libXdmcp - dev-libs/libpthread-stubs - >=x11-proto/xcb-proto-1.7" + dev-libs/libpthread-stubs" DEPEND="${RDEPEND} doc? ( app-doc/doxygen ) dev-libs/libxslt - =dev-lang/python-2*[xml]" + =dev-lang/python-2*[xml] + >=x11-proto/xcb-proto-1.7" pkg_setup() { python_set_active_version 2 |