diff options
author | Luis Medinas <metalgod@gentoo.org> | 2006-01-25 10:52:22 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2006-01-25 10:52:22 +0000 |
commit | ef25cff3836703a9411218ff38667ddbf1df4215 (patch) | |
tree | 598939c3ff46d1f53710c42eb3250cca1ece39cd /x11-libs/libast/libast-0.7.ebuild | |
parent | Move mountpoint creation/deletion from ebuild to init-script, fixing bug #116854 (diff) | |
download | gentoo-2-ef25cff3836703a9411218ff38667ddbf1df4215.tar.gz gentoo-2-ef25cff3836703a9411218ff38667ddbf1df4215.tar.bz2 gentoo-2-ef25cff3836703a9411218ff38667ddbf1df4215.zip |
Stable on amd64. See security bug #120106.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-libs/libast/libast-0.7.ebuild')
-rw-r--r-- | x11-libs/libast/libast-0.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/libast/libast-0.7.ebuild b/x11-libs/libast/libast-0.7.ebuild index c97998dbf33e..d4ad71653791 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.6 2006/01/25 07:22:59 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libast/libast-0.7.ebuild,v 1.7 2006/01/25 10:52:22 metalgod 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 ) |