diff options
author | 2004-03-02 16:11:50 +0000 | |
---|---|---|
committer | 2004-03-02 16:11:50 +0000 | |
commit | 1f795e61b4d1e07c390a73bc1bf1aece507047e1 (patch) | |
tree | 024c294d479579b0da48f1a0a2c4dc38356bb096 /sys-apps/sed | |
parent | Version bump. (Manifest recommit) (diff) | |
download | gentoo-2-1f795e61b4d1e07c390a73bc1bf1aece507047e1.tar.gz gentoo-2-1f795e61b4d1e07c390a73bc1bf1aece507047e1.tar.bz2 gentoo-2-1f795e61b4d1e07c390a73bc1bf1aece507047e1.zip |
adding initial s390 support
Diffstat (limited to 'sys-apps/sed')
-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 0d9d7b3ae8e9..558c00a80f25 100644 --- a/sys-apps/sed/sed-4.0.9.ebuild +++ b/sys-apps/sed/sed-4.0.9.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2004 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.9.ebuild,v 1.3 2004/02/29 20:10:35 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.0.9.ebuild,v 1.4 2004/03/02 16:11:38 iggy Exp $ DESCRIPTION="Super-useful stream editor" SRC_URI="mirror://gnu/sed/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/sed/sed.html" -KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~hppa ~mips ~ia64 ~ppc64" +KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~hppa ~mips ~ia64 ~ppc64 s390" SLOT="0" LICENSE="GPL-2" IUSE="nls static build" |