diff options
author | 2010-07-13 13:45:33 +0000 | |
---|---|---|
committer | 2010-07-13 13:45:33 +0000 | |
commit | 69e70a69e44ca046f7bd35fe0063379ca094370a (patch) | |
tree | 760d4c292fed899081e6022e4320afd48b704a0d /x11-libs/xpyb | |
parent | old (diff) | |
download | historical-69e70a69e44ca046f7bd35fe0063379ca094370a.tar.gz historical-69e70a69e44ca046f7bd35fe0063379ca094370a.tar.bz2 historical-69e70a69e44ca046f7bd35fe0063379ca094370a.zip |
x86 stable, bug 327777
Package-Manager: portage-2.1.8.3/cvs/Linux i686
RepoMan-Options: --force
Diffstat (limited to 'x11-libs/xpyb')
-rw-r--r-- | x11-libs/xpyb/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/xpyb/xpyb-1.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/xpyb/ChangeLog b/x11-libs/xpyb/ChangeLog index a82b7f7c7b4d..fd7b1969fdbf 100644 --- a/x11-libs/xpyb/ChangeLog +++ b/x11-libs/xpyb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/xpyb # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xpyb/ChangeLog,v 1.12 2010/07/12 11:16:14 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xpyb/ChangeLog,v 1.13 2010/07/13 13:45:33 fauli Exp $ + + 13 Jul 2010; Christian Faulhammer <fauli@gentoo.org> xpyb-1.2-r1.ebuild: + x86 stable, bug 327777 12 Jul 2010; Markos Chandras <hwoarang@gentoo.org> xpyb-1.2-r1.ebuild: Stable on amd64 wrt bug #327777 diff --git a/x11-libs/xpyb/xpyb-1.2-r1.ebuild b/x11-libs/xpyb/xpyb-1.2-r1.ebuild index 98c7a77fcf70..3de6474d79af 100644 --- a/x11-libs/xpyb/xpyb-1.2-r1.ebuild +++ b/x11-libs/xpyb/xpyb-1.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xpyb/xpyb-1.2-r1.ebuild,v 1.3 2010/07/12 11:16:14 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xpyb/xpyb-1.2-r1.ebuild,v 1.4 2010/07/13 13:45:33 fauli Exp $ inherit x-modular @@ -9,7 +9,7 @@ SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2" DESCRIPTION="XCB-based Python bindings for the X Window System" HOMEPAGE="http://xcb.freedesktop.org/ http://pypi.python.org/pypi/xpyb" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="selinux" RDEPEND=">=x11-libs/libxcb-1.1 |