diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-02-06 10:48:19 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-02-06 10:48:19 +0000 |
commit | f2937ffc9ec6d7cc7960296ae8ea9c4cacde7f14 (patch) | |
tree | e1c7e4e4192ef2146f81d202231e166f0580c94a /x11-libs/libxcb | |
parent | Readd version for move from games-puzzle (diff) | |
download | gentoo-2-f2937ffc9ec6d7cc7960296ae8ea9c4cacde7f14.tar.gz gentoo-2-f2937ffc9ec6d7cc7960296ae8ea9c4cacde7f14.tar.bz2 gentoo-2-f2937ffc9ec6d7cc7960296ae8ea9c4cacde7f14.zip |
arm/ia64/s390/sh stable wrt #244210
(Portage version: 2.1.6.4/cvs/Linux 2.6.26-gentoo-r2 ia64)
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 ea2f056a5fbf..806f99023bc1 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.28 2009/02/01 18:50:01 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.29 2009/02/06 10:48:19 armin76 Exp $ + + 06 Feb 2009; Raúl Porcel <armin76@gentoo.org> libxcb-1.1.ebuild: + arm/ia64/s390/sh stable wrt #244210 01 Feb 2009; nixnut <nixnut@gentoo.org> libxcb-1.1.ebuild: ppc stable #244210 diff --git a/x11-libs/libxcb/libxcb-1.1.ebuild b/x11-libs/libxcb/libxcb-1.1.ebuild index 983110b224af..8271a916bd21 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.9 2009/02/01 18:50:01 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.1.ebuild,v 1.10 2009/02/06 10:48:19 armin76 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 |