diff options
author | Raúl Porcel <armin76@gentoo.org> | 2011-02-12 21:36:11 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2011-02-12 21:36:11 +0000 |
commit | 2b843d027f995811e1cd4f8d55bfe717b11cec73 (patch) | |
tree | f4500180a2803d570c12b11491eefee23c2070d3 /x11-libs/libxcb | |
parent | Stable on amd64 wrt bug #354591 (diff) | |
download | historical-2b843d027f995811e1cd4f8d55bfe717b11cec73.tar.gz historical-2b843d027f995811e1cd4f8d55bfe717b11cec73.tar.bz2 historical-2b843d027f995811e1cd4f8d55bfe717b11cec73.zip |
alpha/ia64/s390/sh/sparc stable wrt #344827
Package-Manager: portage-2.1.9.25/cvs/Linux ia64
Diffstat (limited to 'x11-libs/libxcb')
-rw-r--r-- | x11-libs/libxcb/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/libxcb/libxcb-1.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/libxcb/ChangeLog b/x11-libs/libxcb/ChangeLog index 524ee60b12e5..433e508e3865 100644 --- a/x11-libs/libxcb/ChangeLog +++ b/x11-libs/libxcb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libxcb # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.77 2011/01/27 16:59:39 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.78 2011/02/12 21:32:51 armin76 Exp $ + + 12 Feb 2011; Raúl Porcel <armin76@gentoo.org> libxcb-1.7.ebuild: + alpha/ia64/s390/sh/sparc stable wrt #344827 27 Jan 2011; Jeremy Olexa <darkside@gentoo.org> libxcb-1.7.ebuild: Push Gentoo Prefix changes from x11 overlay, as approved diff --git a/x11-libs/libxcb/libxcb-1.7.ebuild b/x11-libs/libxcb/libxcb-1.7.ebuild index 6b608c445ef9..da785831337e 100644 --- a/x11-libs/libxcb/libxcb-1.7.ebuild +++ b/x11-libs/libxcb/libxcb-1.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.7.ebuild,v 1.8 2011/01/27 16:59:39 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.7.ebuild,v 1.9 2011/02/12 21:32:51 armin76 Exp $ EAPI=3 @@ -12,7 +12,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 ~x86-fbsd ~x86-freebsd ~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 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc selinux" RDEPEND="x11-libs/libXau |