diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-04-08 20:03:52 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-04-08 20:03:52 +0000 |
commit | 9f11bc8e2ccbb5b1dabb2b727e50c561acea19c3 (patch) | |
tree | 41656699995bede2db0f134564978aeea97071c9 /x11-libs/xpyb | |
parent | Add patch to fix building w/linux-3.14 #506466 by tman. Also switch over to d... (diff) | |
download | gentoo-2-9f11bc8e2ccbb5b1dabb2b727e50c561acea19c3.tar.gz gentoo-2-9f11bc8e2ccbb5b1dabb2b727e50c561acea19c3.tar.bz2 gentoo-2-9f11bc8e2ccbb5b1dabb2b727e50c561acea19c3.zip |
Stable for ppc, wrt bug #500368
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Diffstat (limited to 'x11-libs/xpyb')
-rw-r--r-- | x11-libs/xpyb/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/xpyb/xpyb-1.3.1-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/xpyb/ChangeLog b/x11-libs/xpyb/ChangeLog index 78e5bfd1b5af..d5ecf58c54ee 100644 --- a/x11-libs/xpyb/ChangeLog +++ b/x11-libs/xpyb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/xpyb # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xpyb/ChangeLog,v 1.55 2014/04/06 10:11:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xpyb/ChangeLog,v 1.56 2014/04/08 20:03:52 ago Exp $ + + 08 Apr 2014; Agostino Sarubbo <ago@gentoo.org> xpyb-1.3.1-r3.ebuild: + Stable for ppc, wrt bug #500368 06 Apr 2014; Agostino Sarubbo <ago@gentoo.org> xpyb-1.3.1-r3.ebuild: Stable for x86, wrt bug #500368 diff --git a/x11-libs/xpyb/xpyb-1.3.1-r3.ebuild b/x11-libs/xpyb/xpyb-1.3.1-r3.ebuild index bd7e660b82e8..f5fffa25890b 100644 --- a/x11-libs/xpyb/xpyb-1.3.1-r3.ebuild +++ b/x11-libs/xpyb/xpyb-1.3.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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-r3.ebuild,v 1.5 2014/04/06 10:11:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xpyb/xpyb-1.3.1-r3.ebuild,v 1.6 2014/04/08 20:03:52 ago Exp $ EAPI=5 @@ -14,7 +14,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="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="selinux" RDEPEND=">=x11-libs/libxcb-1.7 |