summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-apps/sed/sed-4.0.9.ebuild4
-rw-r--r--sys-apps/texinfo/texinfo-4.6.ebuild4
-rw-r--r--sys-devel/bison/bison-1.875.ebuild4
-rw-r--r--sys-devel/gnuconfig/gnuconfig-20030708.ebuild4
-rw-r--r--sys-devel/libtool/libtool-1.5.2-r5.ebuild4
-rw-r--r--sys-devel/m4/m4-1.4-r1.ebuild4
-rw-r--r--sys-devel/patch/patch-2.5.9.ebuild4
-rw-r--r--sys-libs/ncurses/ncurses-5.4.ebuild4
8 files changed, 16 insertions, 16 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"
diff --git a/sys-apps/texinfo/texinfo-4.6.ebuild b/sys-apps/texinfo/texinfo-4.6.ebuild
index 32b4f4fc55cb..b123d73001d1 100644
--- a/sys-apps/texinfo/texinfo-4.6.ebuild
+++ b/sys-apps/texinfo/texinfo-4.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.6.ebuild,v 1.8 2004/02/23 00:52:05 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.6.ebuild,v 1.9 2004/03/02 16:11:50 iggy Exp $
IUSE="nls build"
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.gnu.org/software/texinfo/"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~amd64 ppc ~sparc ~alpha ~hppa ~mips ia64 ppc64"
+KEYWORDS="~x86 ~amd64 ppc ~sparc ~alpha ~hppa ~mips ia64 ppc64 s390"
DEPEND="virtual/glibc
!build? ( >=sys-libs/ncurses-5.2-r2
diff --git a/sys-devel/bison/bison-1.875.ebuild b/sys-devel/bison/bison-1.875.ebuild
index 63a80bbb46f4..079b138740d7 100644
--- a/sys-devel/bison/bison-1.875.ebuild
+++ b/sys-devel/bison/bison-1.875.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.875.ebuild,v 1.13 2004/02/23 00:18:26 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.875.ebuild,v 1.14 2004/03/02 16:11:19 iggy Exp $
inherit gcc
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/bison/${P}.tar.bz2"
HOMEPAGE="http://www.gnu.org/software/bison/bison.html"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 x86 ~ppc sparc alpha mips hppa ia64 ppc64"
+KEYWORDS="amd64 x86 ~ppc sparc alpha mips hppa ia64 ppc64 s390"
DEPEND="sys-devel/m4
nls? ( sys-devel/gettext )"
diff --git a/sys-devel/gnuconfig/gnuconfig-20030708.ebuild b/sys-devel/gnuconfig/gnuconfig-20030708.ebuild
index 800a10d886c8..a353913af4cd 100644
--- a/sys-devel/gnuconfig/gnuconfig-20030708.ebuild
+++ b/sys-devel/gnuconfig/gnuconfig-20030708.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20030708.ebuild,v 1.7 2004/02/15 05:10:22 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20030708.ebuild,v 1.8 2004/03/02 16:10:26 iggy Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Updated config.sub and config.guess file from GNU"
@@ -9,7 +9,7 @@ HOMEPAGE="ftp://ftp.gnu.org/pub/gnu/config"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="mips sparc x86 ppc alpha hppa amd64 ia64 ppc64"
+KEYWORDS="mips sparc x86 ppc alpha hppa amd64 ia64 ppc64 s390"
src_install() {
insinto /usr/share/${PN}
diff --git a/sys-devel/libtool/libtool-1.5.2-r5.ebuild b/sys-devel/libtool/libtool-1.5.2-r5.ebuild
index 942ca66d25ff..51697be2bd57 100644
--- a/sys-devel/libtool/libtool-1.5.2-r5.ebuild
+++ b/sys-devel/libtool/libtool-1.5.2-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.5.2-r5.ebuild,v 1.1 2004/03/01 19:39:09 azarah Exp ${P}-r1.ebuild,v 1.8 2002/10/04 06:34:42 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.5.2-r5.ebuild,v 1.2 2004/03/02 16:10:45 iggy Exp ${P}-r1.ebuild,v 1.8 2002/10/04 06:34:42 vapier Exp $
IUSE=
@@ -18,7 +18,7 @@ HOMEPAGE="http://www.gnu.org/software/libtool/libtool.html"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~ia64 ppc64"
+KEYWORDS="~amd64 ~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~ia64 ppc64 s390"
DEPEND="virtual/glibc"
diff --git a/sys-devel/m4/m4-1.4-r1.ebuild b/sys-devel/m4/m4-1.4-r1.ebuild
index f0cbbc9f9e57..e344093d09f6 100644
--- a/sys-devel/m4/m4-1.4-r1.ebuild
+++ b/sys-devel/m4/m4-1.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4-r1.ebuild,v 1.6 2004/02/23 00:22:42 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4-r1.ebuild,v 1.7 2004/03/02 16:11:10 iggy Exp $
IUSE="nls"
@@ -16,7 +16,7 @@ HOMEPAGE="http://www.gnu.org/software/m4/m4.html"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="x86 ppc sparc alpha ~mips hppa ia64 amd64 ppc64"
+KEYWORDS="x86 ppc sparc alpha ~mips hppa ia64 amd64 ppc64 s390"
DEPEND="virtual/glibc
!bootstrap? ( >=sys-devel/libtool-1.3.5-r2 )
diff --git a/sys-devel/patch/patch-2.5.9.ebuild b/sys-devel/patch/patch-2.5.9.ebuild
index 1a2aeb5c881f..c8a0ffffeb68 100644
--- a/sys-devel/patch/patch-2.5.9.ebuild
+++ b/sys-devel/patch/patch-2.5.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.5.9.ebuild,v 1.12 2004/02/22 12:44:21 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.5.9.ebuild,v 1.13 2004/03/02 16:10:35 iggy Exp $
DESCRIPTION="Utility to apply diffs to files"
HOMEPAGE="http://www.gnu.org/software/patch/patch.html"
@@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 x86 ppc sparc alpha mips hppa ia64 ppc64"
+KEYWORDS="amd64 x86 ppc sparc alpha mips hppa ia64 ppc64 s390"
IUSE="build static"
DEPEND="virtual/glibc"
diff --git a/sys-libs/ncurses/ncurses-5.4.ebuild b/sys-libs/ncurses/ncurses-5.4.ebuild
index 91aa14442b45..a1607a632640 100644
--- a/sys-libs/ncurses/ncurses-5.4.ebuild
+++ b/sys-libs/ncurses/ncurses-5.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.4.ebuild,v 1.2 2004/03/02 00:25:43 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.4.ebuild,v 1.3 2004/03/02 16:10:55 iggy Exp $
inherit eutils flag-o-matic 64-bit gnuconfig
filter-flags -fno-exceptions
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/ncurses/${P}.tar.gz"
LICENSE="MIT"
SLOT="5"
-KEYWORDS="x86 ppc sparc alpha hppa ~mips amd64 ia64 ppc64"
+KEYWORDS="x86 ppc sparc alpha hppa ~mips amd64 ia64 ppc64 s390"
IUSE="debug"
DEPEND="virtual/glibc"