summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Jackson <iggy@gentoo.org>2004-03-02 16:11:50 +0000
committerBrian Jackson <iggy@gentoo.org>2004-03-02 16:11:50 +0000
commit1f795e61b4d1e07c390a73bc1bf1aece507047e1 (patch)
tree024c294d479579b0da48f1a0a2c4dc38356bb096 /sys-devel
parentVersion bump. (Manifest recommit) (diff)
downloadgentoo-2-1f795e61b4d1e07c390a73bc1bf1aece507047e1.tar.gz
gentoo-2-1f795e61b4d1e07c390a73bc1bf1aece507047e1.tar.bz2
gentoo-2-1f795e61b4d1e07c390a73bc1bf1aece507047e1.zip
adding initial s390 support
Diffstat (limited to 'sys-devel')
-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
5 files changed, 10 insertions, 10 deletions
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"