diff options
author | Jeroen Roovers <jer@gentoo.org> | 2007-04-11 21:03:57 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2007-04-11 21:03:57 +0000 |
commit | 147fabaf7764dfc936cb8d5f9bbbc81249ce48a1 (patch) | |
tree | ec3031e3a87d0a343a871cc14ae6c5df67433590 /x11-libs/libxcb | |
parent | Stable on x86 wrt security bug #174200 (diff) | |
download | gentoo-2-147fabaf7764dfc936cb8d5f9bbbc81249ce48a1.tar.gz gentoo-2-147fabaf7764dfc936cb8d5f9bbbc81249ce48a1.tar.bz2 gentoo-2-147fabaf7764dfc936cb8d5f9bbbc81249ce48a1.zip |
Stable for HPPA (bug #172752).
(Portage version: 2.1.2.2)
Diffstat (limited to 'x11-libs/libxcb')
-rw-r--r-- | x11-libs/libxcb/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/libxcb/libxcb-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/libxcb/ChangeLog b/x11-libs/libxcb/ChangeLog index bb74d8d1a12d..0a267a88f338 100644 --- a/x11-libs/libxcb/ChangeLog +++ b/x11-libs/libxcb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libxcb # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.11 2007/04/11 20:36:56 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.12 2007/04/11 21:03:57 jer Exp $ + + 11 Apr 2007; Jeroen Roovers <jer@gentoo.org> libxcb-1.0.ebuild: + Stable for HPPA (bug #172752). 11 Apr 2007; Raúl Porcel <armin76@gentoo.org> libxcb-1.0.ebuild: ia64 stable wrt security bug 172752 diff --git a/x11-libs/libxcb/libxcb-1.0.ebuild b/x11-libs/libxcb/libxcb-1.0.ebuild index ea301a8594d6..92515cca0636 100644 --- a/x11-libs/libxcb/libxcb-1.0.ebuild +++ b/x11-libs/libxcb/libxcb-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.0.ebuild,v 1.8 2007/04/11 20:36:56 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.0.ebuild,v 1.9 2007/04/11 21:03:57 jer Exp $ # Must be before x-modular eclass is inherited SNAPSHOT="yes" @@ -10,7 +10,7 @@ inherit x-modular DESCRIPTION="X C-language Bindings library" 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" RDEPEND="x11-libs/libXau x11-libs/libXdmcp dev-libs/libpthread-stubs" |