diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-02-01 18:50:01 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-02-01 18:50:01 +0000 |
commit | cc02070ce2a0082f4a8ce9901745f8acec9ee873 (patch) | |
tree | 1c5da7199942e2e64a20ef595b21fef4863939e3 /x11-libs/libxcb | |
parent | ppc stable #244210 (diff) | |
download | gentoo-2-cc02070ce2a0082f4a8ce9901745f8acec9ee873.tar.gz gentoo-2-cc02070ce2a0082f4a8ce9901745f8acec9ee873.tar.bz2 gentoo-2-cc02070ce2a0082f4a8ce9901745f8acec9ee873.zip |
ppc stable #244210
(Portage version: 2.1.6.7/cvs/Linux ppc)
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 6c5bfeb4fd8c..ea2f056a5fbf 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.27 2009/01/31 15:59:45 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.28 2009/02/01 18:50:01 nixnut Exp $ + + 01 Feb 2009; nixnut <nixnut@gentoo.org> libxcb-1.1.ebuild: + ppc stable #244210 31 Jan 2009; Tobias Klausmann <klausman@gentoo.org> libxcb-1.1.ebuild: Stable on alpha, bug #244210 diff --git a/x11-libs/libxcb/libxcb-1.1.ebuild b/x11-libs/libxcb/libxcb-1.1.ebuild index d382964889ef..983110b224af 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.8 2009/01/31 15:59:45 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.1.ebuild,v 1.9 2009/02/01 18:50:01 nixnut 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 |