diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-01-21 19:33:02 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-01-21 19:33:02 +0000 |
commit | e85a36a26a72f6b266ef7467e88c67a336a870aa (patch) | |
tree | 590a69681571bccbab0f8dbe06fd8c80d5780cd1 /x11-libs/libxcb | |
parent | Stable for HPPA (bug #244210). (diff) | |
download | gentoo-2-e85a36a26a72f6b266ef7467e88c67a336a870aa.tar.gz gentoo-2-e85a36a26a72f6b266ef7467e88c67a336a870aa.tar.bz2 gentoo-2-e85a36a26a72f6b266ef7467e88c67a336a870aa.zip |
Stable for HPPA (bug #244210).
(Portage version: 2.2_rc23/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.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/libxcb/ChangeLog b/x11-libs/libxcb/ChangeLog index 90626b008e67..47a631d59e8b 100644 --- a/x11-libs/libxcb/ChangeLog +++ b/x11-libs/libxcb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libxcb # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.23 2009/01/21 18:02:55 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.24 2009/01/21 19:33:02 jer Exp $ + + 21 Jan 2009; Jeroen Roovers <jer@gentoo.org> libxcb-1.1.ebuild: + Stable for HPPA (bug #244210). 21 Jan 2009; Ferris McCormick <fmccor@gentoo.org> libxcb-1.1.ebuild: Sparc stable, Bug #244210. diff --git a/x11-libs/libxcb/libxcb-1.1.ebuild b/x11-libs/libxcb/libxcb-1.1.ebuild index a25b2c2ff0dc..977106bd3437 100644 --- a/x11-libs/libxcb/libxcb-1.1.ebuild +++ b/x11-libs/libxcb/libxcb-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.1.ebuild,v 1.4 2009/01/21 18:02:55 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.1.ebuild,v 1.5 2009/01/21 19:33:02 jer Exp $ # Must be before x-modular eclass is inherited SNAPSHOT="yes" @@ -11,7 +11,7 @@ DESCRIPTION="X C-language Bindings library" HOMEPAGE="http://xcb.freedesktop.org/" SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2" LICENSE="X11" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~x86-fbsd" IUSE="doc" RDEPEND="x11-libs/libXau x11-libs/libXdmcp |