diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-30 14:54:46 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-30 14:54:46 +0000 |
commit | 15af378294cab28c23f9ee841c31eb38fee699ef (patch) | |
tree | 78ea3dbdd9d4c2809c2ae89598bdbbf37fd7dfb5 /x11-libs/libxcb | |
parent | Stable for alpha, wrt bug #440872 (diff) | |
download | gentoo-2-15af378294cab28c23f9ee841c31eb38fee699ef.tar.gz gentoo-2-15af378294cab28c23f9ee841c31eb38fee699ef.tar.bz2 gentoo-2-15af378294cab28c23f9ee841c31eb38fee699ef.zip |
Stable for alpha, wrt bug #440872
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'x11-libs/libxcb')
-rw-r--r-- | x11-libs/libxcb/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/libxcb/libxcb-1.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/libxcb/ChangeLog b/x11-libs/libxcb/ChangeLog index 595023135646..2470d92d1188 100644 --- a/x11-libs/libxcb/ChangeLog +++ b/x11-libs/libxcb/ChangeLog @@ -1,6 +1,9 @@ # 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.105 2012/12/28 17:44:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.106 2012/12/30 14:54:46 ago Exp $ + + 30 Dec 2012; Agostino Sarubbo <ago@gentoo.org> libxcb-1.9.ebuild: + Stable for alpha, wrt bug #440872 28 Dec 2012; Agostino Sarubbo <ago@gentoo.org> libxcb-1.9.ebuild: Stable for sparc, wrt bug #440872 diff --git a/x11-libs/libxcb/libxcb-1.9.ebuild b/x11-libs/libxcb/libxcb-1.9.ebuild index 934b7f81322b..aefff0e91749 100644 --- a/x11-libs/libxcb/libxcb-1.9.ebuild +++ b/x11-libs/libxcb/libxcb-1.9.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.9.ebuild,v 1.8 2012/12/28 17:44:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.9.ebuild,v 1.9 2012/12/30 14:54:46 ago Exp $ EAPI=4 @@ -13,7 +13,7 @@ EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/libxcb" [[ ${PV} != 9999* ]] && \ SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2" -KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="selinux" RDEPEND="dev-libs/libpthread-stubs |