diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-11-21 15:17:22 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-11-21 15:17:22 +0000 |
commit | 35c474480abe7fb4a21232e11168bc75375af9f5 (patch) | |
tree | 239e35af68a7eb834fb0bdf5ebb19d29c438e10d /x11-libs/xpyb | |
parent | keyword ~amd64-fbsd, bug #430720 (diff) | |
download | gentoo-2-35c474480abe7fb4a21232e11168bc75375af9f5.tar.gz gentoo-2-35c474480abe7fb4a21232e11168bc75375af9f5.tar.bz2 gentoo-2-35c474480abe7fb4a21232e11168bc75375af9f5.zip |
keyword ~amd64-fbsd, bug #442934
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'x11-libs/xpyb')
-rw-r--r-- | x11-libs/xpyb/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/xpyb/xpyb-1.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/xpyb/ChangeLog b/x11-libs/xpyb/ChangeLog index 42d07870e25d..91d44f69170c 100644 --- a/x11-libs/xpyb/ChangeLog +++ b/x11-libs/xpyb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/xpyb # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xpyb/ChangeLog,v 1.19 2012/11/16 12:34:02 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xpyb/ChangeLog,v 1.20 2012/11/21 15:17:22 aballier Exp $ + + 21 Nov 2012; Alexis Ballier <aballier@gentoo.org> xpyb-1.3.1.ebuild: + keyword ~amd64-fbsd, bug #442934 16 Nov 2012; Anthony G. Basile <blueness@gentoo.org> xpyb-1.3.1.ebuild: keyword ~ppc ~ppc64, bug #442934 diff --git a/x11-libs/xpyb/xpyb-1.3.1.ebuild b/x11-libs/xpyb/xpyb-1.3.1.ebuild index 296fed015dda..90aeafb44a52 100644 --- a/x11-libs/xpyb/xpyb-1.3.1.ebuild +++ b/x11-libs/xpyb/xpyb-1.3.1.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/xpyb/xpyb-1.3.1.ebuild,v 1.6 2012/11/16 12:34:02 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xpyb/xpyb-1.3.1.ebuild,v 1.7 2012/11/21 15:17:22 aballier Exp $ EAPI=4 @@ -12,7 +12,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/" -KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd" IUSE="selinux" RDEPEND=">=x11-libs/libxcb-1.7 |