diff options
author | 2007-03-21 09:09:09 +0000 | |
---|---|---|
committer | 2007-03-21 09:09:09 +0000 | |
commit | 8db0c38d859727bb51d6a0e85c09b21e3bcc2ba9 (patch) | |
tree | efb6be26fd92fca65fc6ffbe8b34d5a096cc6e89 /x11-libs/libxcb/libxcb-1.0.ebuild | |
parent | stable x86, security bug 170208 (diff) | |
download | gentoo-2-8db0c38d859727bb51d6a0e85c09b21e3bcc2ba9.tar.gz gentoo-2-8db0c38d859727bb51d6a0e85c09b21e3bcc2ba9.tar.bz2 gentoo-2-8db0c38d859727bb51d6a0e85c09b21e3bcc2ba9.zip |
stable x86, security bug 170208
(Portage version: 2.1.2.2)
Diffstat (limited to 'x11-libs/libxcb/libxcb-1.0.ebuild')
-rw-r--r-- | x11-libs/libxcb/libxcb-1.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-libs/libxcb/libxcb-1.0.ebuild b/x11-libs/libxcb/libxcb-1.0.ebuild index e2bd5aaaff33..e545ec87cc9c 100644 --- a/x11-libs/libxcb/libxcb-1.0.ebuild +++ b/x11-libs/libxcb/libxcb-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# 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.3 2006/11/24 15:35:08 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.0.ebuild,v 1.4 2007/03/21 09:09:09 opfer 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" |