diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-01-31 15:59:45 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-01-31 15:59:45 +0000 |
commit | c0b1968bb217120051898a38951097b494fc5b69 (patch) | |
tree | ceca1a0ca42f36221d2511d0fabca5a39effcdea /x11-libs/libxcb | |
parent | Stable on alpha, bug #244210 (diff) | |
download | gentoo-2-c0b1968bb217120051898a38951097b494fc5b69.tar.gz gentoo-2-c0b1968bb217120051898a38951097b494fc5b69.tar.bz2 gentoo-2-c0b1968bb217120051898a38951097b494fc5b69.zip |
Stable on alpha, bug #244210
(Portage version: 2.1.6.7/cvs/Linux x86_64)
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 e790aa17848f..6c5bfeb4fd8c 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.26 2009/01/28 20:39:34 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.27 2009/01/31 15:59:45 klausman Exp $ + + 31 Jan 2009; Tobias Klausmann <klausman@gentoo.org> libxcb-1.1.ebuild: + Stable on alpha, bug #244210 28 Jan 2009; Brent Baude <ranger@gentoo.org> libxcb-1.1.ebuild: Marking libxcb-1.1 ppc64 for bug 244210 diff --git a/x11-libs/libxcb/libxcb-1.1.ebuild b/x11-libs/libxcb/libxcb-1.1.ebuild index 9c04b69db005..d382964889ef 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.7 2009/01/28 20:39:34 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.1.ebuild,v 1.8 2009/01/31 15:59:45 klausman 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 |