diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-01-25 21:40:54 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-01-25 21:40:54 +0000 |
commit | 88b605bfea6e684cb627766f68a33d83504da137 (patch) | |
tree | 632c61f4a7e97f6b0f64ee61f66837f650b8327c /x11-libs/libast | |
parent | more ui support (diff) | |
download | gentoo-2-88b605bfea6e684cb627766f68a33d83504da137.tar.gz gentoo-2-88b605bfea6e684cb627766f68a33d83504da137.tar.bz2 gentoo-2-88b605bfea6e684cb627766f68a33d83504da137.zip |
Stable on alpha + ia64, bug 120106.
(Portage version: 2.0.54)
Diffstat (limited to 'x11-libs/libast')
-rw-r--r-- | x11-libs/libast/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/libast/libast-0.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/libast/ChangeLog b/x11-libs/libast/ChangeLog index aaaafd5ae9fa..b60e88d58bc2 100644 --- a/x11-libs/libast/ChangeLog +++ b/x11-libs/libast/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libast # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libast/ChangeLog,v 1.24 2006/01/25 10:52:22 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libast/ChangeLog,v 1.25 2006/01/25 21:40:54 kloeri Exp $ + + 25 Jan 2006; Bryan Østergaard <kloeri@gentoo.org libast-0.7.ebuild: + Stable on alpha + ia64, bug 120106. 25 Jan 2006; Luis Medinas <metalgod@gentoo.org> libast-0.7.ebuild: Stable on amd64. See security bug #120106. diff --git a/x11-libs/libast/libast-0.7.ebuild b/x11-libs/libast/libast-0.7.ebuild index d4ad71653791..35b12c9047f1 100644 --- a/x11-libs/libast/libast-0.7.ebuild +++ b/x11-libs/libast/libast-0.7.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/libast/libast-0.7.ebuild,v 1.7 2006/01/25 10:52:22 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libast/libast-0.7.ebuild,v 1.8 2006/01/25 21:40:54 kloeri Exp $ DESCRIPTION="LIBrary of Assorted Spiffy Things" HOMEPAGE="http://www.eterm.org/download/" @@ -8,7 +8,7 @@ SRC_URI="http://www.eterm.org/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sh sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 ~sh sparc x86" IUSE="imlib mmx pcre" DEPEND="|| ( ( x11-libs/libXt x11-proto/xproto x11-libs/libICE x11-libs/libSM x11-libs/libX11 ) virtual/x11 ) |