diff options
author | José Luis Rivero <yoswink@gentoo.org> | 2007-04-18 10:45:59 +0000 |
---|---|---|
committer | José Luis Rivero <yoswink@gentoo.org> | 2007-04-18 10:45:59 +0000 |
commit | 3618632ef871d5ce91eb550efd7c12f6831282be (patch) | |
tree | 2e0c37311860ed01e165a45669e76a2e9f05999a /x11-proto | |
parent | A missing colon prevented a auxiliary variable to be predefined if no (diff) | |
download | gentoo-2-3618632ef871d5ce91eb550efd7c12f6831282be.tar.gz gentoo-2-3618632ef871d5ce91eb550efd7c12f6831282be.tar.bz2 gentoo-2-3618632ef871d5ce91eb550efd7c12f6831282be.zip |
Stable on alpha wrt security bug #172752
(Portage version: 2.1.2.2)
Diffstat (limited to 'x11-proto')
-rw-r--r-- | x11-proto/xcb-proto/ChangeLog | 5 | ||||
-rw-r--r-- | x11-proto/xcb-proto/xcb-proto-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-proto/xcb-proto/ChangeLog b/x11-proto/xcb-proto/ChangeLog index 007875422c0a..f1ca9363a415 100644 --- a/x11-proto/xcb-proto/ChangeLog +++ b/x11-proto/xcb-proto/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-proto/xcb-proto # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.13 2007/04/17 19:24:36 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.14 2007/04/18 10:45:59 yoswink Exp $ + + 18 Apr 2007; Jose Luis Rivero <yoswink@gentoo.org> xcb-proto-1.0.ebuild: + Stable on alpha wrt security bug #172752 17 Apr 2007; Donnie Berkholz <dberkholz@gentoo.org>; xcb-proto-0.9.93.ebuild, xcb-proto-1.0.ebuild: diff --git a/x11-proto/xcb-proto/xcb-proto-1.0.ebuild b/x11-proto/xcb-proto/xcb-proto-1.0.ebuild index 7399b2595f02..f162ca85563b 100644 --- a/x11-proto/xcb-proto/xcb-proto-1.0.ebuild +++ b/x11-proto/xcb-proto/xcb-proto-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-proto/xcb-proto/xcb-proto-1.0.ebuild,v 1.10 2007/04/17 19:24:36 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.0.ebuild,v 1.11 2007/04/18 10:45:59 yoswink Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -11,7 +11,7 @@ DESCRIPTION="X C-language Bindings protocol headers" 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" RDEPEND="" DEPEND="${RDEPEND} dev-libs/libxml2" |