diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-04-25 14:56:02 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-04-25 14:56:02 +0000 |
commit | f706ba53e79458535976aadd75455b3fdc3cdb6c (patch) | |
tree | c84253ca45d7a31e1c02d8503ab242391398e7c1 /x11-libs | |
parent | Keyworded ~x86-fbsd. (diff) | |
download | gentoo-2-f706ba53e79458535976aadd75455b3fdc3cdb6c.tar.gz gentoo-2-f706ba53e79458535976aadd75455b3fdc3cdb6c.tar.bz2 gentoo-2-f706ba53e79458535976aadd75455b3fdc3cdb6c.zip |
Improve Python-related code, patch by arfrever, bug 316995
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libxcb/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/libxcb/libxcb-1.6.ebuild | 8 |
2 files changed, 10 insertions, 4 deletions
diff --git a/x11-libs/libxcb/ChangeLog b/x11-libs/libxcb/ChangeLog index d181e6a5898f..4e44df882580 100644 --- a/x11-libs/libxcb/ChangeLog +++ b/x11-libs/libxcb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libxcb # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.57 2010/04/20 21:06:05 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.58 2010/04/25 14:56:02 chithanh Exp $ + + 25 Apr 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + libxcb-1.6.ebuild: + Improve Python-related code, patch by arfrever, bug 316995 *libxcb-1.6 (20 Apr 2010) diff --git a/x11-libs/libxcb/libxcb-1.6.ebuild b/x11-libs/libxcb/libxcb-1.6.ebuild index 71a760a64b71..ce20ca17a22c 100644 --- a/x11-libs/libxcb/libxcb-1.6.ebuild +++ b/x11-libs/libxcb/libxcb-1.6.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.6.ebuild,v 1.1 2010/04/20 21:06:05 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.6.ebuild,v 1.2 2010/04/25 14:56:02 chithanh Exp $ EAPI=3 -inherit xorg-2 + +inherit python xorg-2 DESCRIPTION="X C-language Bindings library" HOMEPAGE="http://xcb.freedesktop.org/" @@ -21,9 +22,10 @@ DEPEND="${RDEPEND} doc? ( app-doc/doxygen ) dev-libs/libxslt >=x11-proto/xcb-proto-1.6 - >=dev-lang/python-2.5[xml]" + =dev-lang/python-2*[xml]" pkg_setup() { + python_set_active_version 2 xorg-2_pkg_setup CONFIGURE_OPTIONS="$(use_enable doc build-docs) $(use_enable selinux) |