diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-08-22 04:23:08 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-08-22 04:23:08 +0000 |
commit | 76f15645b85c3c5df20e25da989485920ae74f73 (patch) | |
tree | cc02bb54c429b9b7bac03f08c576461aea9c0cb0 /x11-libs/libXfont | |
parent | Fixed minor comment glitch #144557 (diff) | |
download | gentoo-2-76f15645b85c3c5df20e25da989485920ae74f73.tar.gz gentoo-2-76f15645b85c3c5df20e25da989485920ae74f73.tar.bz2 gentoo-2-76f15645b85c3c5df20e25da989485920ae74f73.zip |
Stable on amd64 and alpha wrt security Bug #144092.
(Portage version: 2.1-r2)
Diffstat (limited to 'x11-libs/libXfont')
-rw-r--r-- | x11-libs/libXfont/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/libXfont/libXfont-1.2.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/libXfont/ChangeLog b/x11-libs/libXfont/ChangeLog index a19a25773f93..64b48c74d44b 100644 --- a/x11-libs/libXfont/ChangeLog +++ b/x11-libs/libXfont/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libXfont # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.43 2006/08/21 19:29:42 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.44 2006/08/22 04:23:08 tcort Exp $ + + 22 Aug 2006; Thomas Cort <tcort@gentoo.org> libXfont-1.2.0-r1.ebuild: + Stable on amd64 and alpha wrt security Bug #144092. 21 Aug 2006; Markus Rothe <corsair@gentoo.org> libXfont-1.2.0-r1.ebuild: Stable on ppc64; bug #144092 diff --git a/x11-libs/libXfont/libXfont-1.2.0-r1.ebuild b/x11-libs/libXfont/libXfont-1.2.0-r1.ebuild index ccd30fbcd421..c9efb868830a 100644 --- a/x11-libs/libXfont/libXfont-1.2.0-r1.ebuild +++ b/x11-libs/libXfont/libXfont-1.2.0-r1.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/libXfont/libXfont-1.2.0-r1.ebuild,v 1.3 2006/08/21 19:29:42 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.2.0-r1.ebuild,v 1.4 2006/08/22 04:23:08 tcort Exp $ # Must be before x-modular eclass is inherited # SNAPSHOT="yes" @@ -8,7 +8,7 @@ inherit x-modular flag-o-matic DESCRIPTION="X.Org Xfont library" -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="ipv6" RDEPEND="x11-libs/xtrans x11-libs/libfontenc |