diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-12 14:29:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-12 14:29:15 +0000 |
commit | 7cd7bf1edb6f740f2b10c6e95be96e0f8a253048 (patch) | |
tree | 9c45252ac24a44f7bd65b3522ff4b26249416308 /sys-apps/sed/sed-4.0.9.ebuild | |
parent | nomirror restrict, for bug #70449. (diff) | |
download | historical-7cd7bf1edb6f740f2b10c6e95be96e0f8a253048.tar.gz historical-7cd7bf1edb6f740f2b10c6e95be96e0f8a253048.tar.bz2 historical-7cd7bf1edb6f740f2b10c6e95be96e0f8a253048.zip |
sh KEYWORDS
Diffstat (limited to 'sys-apps/sed/sed-4.0.9.ebuild')
-rw-r--r-- | sys-apps/sed/sed-4.0.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/sed/sed-4.0.9.ebuild b/sys-apps/sed/sed-4.0.9.ebuild index 991f1408f668..93fd262091ae 100644 --- a/sys-apps/sed/sed-4.0.9.ebuild +++ b/sys-apps/sed/sed-4.0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.0.9.ebuild,v 1.28 2004/10/23 05:46:28 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.0.9.ebuild,v 1.29 2004/11/12 14:24:58 vapier Exp $ inherit gnuconfig flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/sed/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha arm amd64 hppa ia64 mips ppc ppc64 ppc-macos s390 sparc x86" +KEYWORDS="alpha arm amd64 hppa ia64 mips ppc ppc64 ppc-macos s390 sh sparc x86" IUSE="nls static build bootstrap" RDEPEND="virtual/libc" |