diff options
author | Jan Seidel <tuxus@gentoo.org> | 2003-01-18 19:19:26 +0000 |
---|---|---|
committer | Jan Seidel <tuxus@gentoo.org> | 2003-01-18 19:19:26 +0000 |
commit | 1bc5556704e30027c91c7d4e073d53b1f2a07ed8 (patch) | |
tree | cccaae6e5c0d8542504a3160b457bae6e28285d9 /sys-apps/sed/sed-4.0.1.ebuild | |
parent | Fixed SRC_URI. (diff) | |
download | gentoo-2-1bc5556704e30027c91c7d4e073d53b1f2a07ed8.tar.gz gentoo-2-1bc5556704e30027c91c7d4e073d53b1f2a07ed8.tar.bz2 gentoo-2-1bc5556704e30027c91c7d4e073d53b1f2a07ed8.zip |
Added mips to keywords
Diffstat (limited to 'sys-apps/sed/sed-4.0.1.ebuild')
-rw-r--r-- | sys-apps/sed/sed-4.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/sed/sed-4.0.1.ebuild b/sys-apps/sed/sed-4.0.1.ebuild index e91c9d8c4236..13ea004ec474 100644 --- a/sys-apps/sed/sed-4.0.1.ebuild +++ b/sys-apps/sed/sed-4.0.1.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.1.ebuild,v 1.5 2002/12/15 10:44:23 bjb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.0.1.ebuild,v 1.6 2003/01/18 19:19:26 tuxus 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 alpha" +KEYWORDS="x86 -ppc sparc alpha mips" SLOT="0" LICENSE="GPL-2" |