diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2006-12-18 08:54:21 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2006-12-18 08:54:21 +0000 |
commit | 1b7c6692ba2c1dcab451248f0db1b70828effe9d (patch) | |
tree | c2d032bb3e1b96bcc824e96fa8d8b968cf07dd81 /x11-libs/xcb-util | |
parent | Stable on amd64. See security bug #158072. (diff) | |
download | gentoo-2-1b7c6692ba2c1dcab451248f0db1b70828effe9d.tar.gz gentoo-2-1b7c6692ba2c1dcab451248f0db1b70828effe9d.tar.bz2 gentoo-2-1b7c6692ba2c1dcab451248f0db1b70828effe9d.zip |
keyworded ~x86, bug #158377
(Portage version: 2.1.1-r2)
Diffstat (limited to 'x11-libs/xcb-util')
-rw-r--r-- | x11-libs/xcb-util/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/xcb-util/xcb-util-0.1_p20061216.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/xcb-util/ChangeLog b/x11-libs/xcb-util/ChangeLog index 6a9bf4e98a8c..5bcb386403e1 100644 --- a/x11-libs/xcb-util/ChangeLog +++ b/x11-libs/xcb-util/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/xcb-util # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/ChangeLog,v 1.3 2006/12/18 01:20:25 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/ChangeLog,v 1.4 2006/12/18 08:54:21 opfer Exp $ + + 18 Dec 2006; Christian Faulhammer <opfer@gentoo.org> + xcb-util-0.1_p20061216.ebuild: + keyworded ~x86, bug #158377 18 Dec 2006; Joshua Baergen <joshuabaergen@gentoo.org> xcb-util-0.1_p20061216.ebuild: diff --git a/x11-libs/xcb-util/xcb-util-0.1_p20061216.ebuild b/x11-libs/xcb-util/xcb-util-0.1_p20061216.ebuild index b2f5821b1024..6c8c71d99a84 100644 --- a/x11-libs/xcb-util/xcb-util-0.1_p20061216.ebuild +++ b/x11-libs/xcb-util/xcb-util-0.1_p20061216.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/xcb-util-0.1_p20061216.ebuild,v 1.3 2006/12/18 01:20:25 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/xcb-util-0.1_p20061216.ebuild,v 1.4 2006/12/18 08:54:21 opfer Exp $ # Must be before x-modular eclass is inherited SNAPSHOT="yes" @@ -10,7 +10,7 @@ inherit x-modular DESCRIPTION="X C-language Bindings sample implementations" SRC_URI="http://dev.gentoo.org/~joshuabaergen/distfiles/${P}.tar.bz2" LICENSE="X11" -KEYWORDS="~amd64 ~ppc" +KEYWORDS="~amd64 ~ppc ~x86" RDEPEND="x11-libs/libxcb" DEPEND="${RDEPEND} dev-util/gperf |