diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-12-31 20:15:45 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-12-31 20:15:45 +0000 |
commit | abc9755dc13a66861abdebbe39e3984a0b5c6ff9 (patch) | |
tree | c0da6b598b81f22df4cd75cb3f6a8a121c707cff /x11-libs/libxcb | |
parent | Version bump. (diff) | |
download | historical-abc9755dc13a66861abdebbe39e3984a0b5c6ff9.tar.gz historical-abc9755dc13a66861abdebbe39e3984a0b5c6ff9.tar.bz2 historical-abc9755dc13a66861abdebbe39e3984a0b5c6ff9.zip |
Stable for HPPA (bug #344827).
Package-Manager: portage-2.2.0_alpha11/cvs/Linux i686
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 0414327c68a0..483e3304b0cf 100644 --- a/x11-libs/libxcb/ChangeLog +++ b/x11-libs/libxcb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libxcb # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.75 2010/12/29 21:14:23 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.76 2010/12/31 20:13:45 jer Exp $ + + 31 Dec 2010; Jeroen Roovers <jer@gentoo.org> libxcb-1.7.ebuild: + Stable for HPPA (bug #344827). 29 Dec 2010; Markus Meier <maekke@gentoo.org> libxcb-1.7.ebuild: arm stable, bug #344827 diff --git a/x11-libs/libxcb/libxcb-1.7.ebuild b/x11-libs/libxcb/libxcb-1.7.ebuild index 5e49fecb960c..27136496b12c 100644 --- a/x11-libs/libxcb/libxcb-1.7.ebuild +++ b/x11-libs/libxcb/libxcb-1.7.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/libxcb/libxcb-1.7.ebuild,v 1.6 2010/12/29 21:14:23 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.7.ebuild,v 1.7 2010/12/31 20:13:45 jer 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" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" IUSE="doc selinux" RDEPEND="x11-libs/libXau |