diff options
author | Brandon Low <lostlogic@gentoo.org> | 2002-11-03 19:19:31 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2002-11-03 19:19:31 +0000 |
commit | 76ae180233302a0046ae1dccb87e90828de72aeb (patch) | |
tree | fc89e9590ba6e59349a102e4104a2cb7a0b425cc /sys-apps/sed | |
parent | move to stable for all arches after getting testing (diff) | |
download | gentoo-2-76ae180233302a0046ae1dccb87e90828de72aeb.tar.gz gentoo-2-76ae180233302a0046ae1dccb87e90828de72aeb.tar.bz2 gentoo-2-76ae180233302a0046ae1dccb87e90828de72aeb.zip |
move to stable for all arches, tested
Diffstat (limited to 'sys-apps/sed')
-rw-r--r-- | sys-apps/sed/sed-4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/sed/sed-4.0.ebuild b/sys-apps/sed/sed-4.0.ebuild index f4ae870d7ecc..a0c9a6218f7e 100644 --- a/sys-apps/sed/sed-4.0.ebuild +++ b/sys-apps/sed/sed-4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.0.ebuild,v 1.2 2002/10/28 17:36:06 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.0.ebuild,v 1.3 2002/11/03 19:19:31 lostlogic Exp $ IUSE="nls static build" @@ -8,7 +8,7 @@ S=${WORKDIR}/${P} DESCRIPTION="Super-useful stream editor" SRC_URI="ftp://ftp.gnu.org/pub/gnu/sed/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/sed/sed.html" -KEYWORDS="~x86 ~ppc ~sparc ~sparc64 ~alpha" +KEYWORDS="x86 ppc sparc sparc64 alpha" SLOT="0" LICENSE="GPL-2" |