diff options
author | Brian Jackson <iggy@gentoo.org> | 2004-03-02 16:58:37 +0000 |
---|---|---|
committer | Brian Jackson <iggy@gentoo.org> | 2004-03-02 16:58:37 +0000 |
commit | 090a05dfd31955c149f75a5f2d9dedf6baa2a077 (patch) | |
tree | 255742fe0f499bc961e85dfc96457be420a8dec7 /sys-devel/make | |
parent | adding initial s390 support (diff) | |
download | historical-090a05dfd31955c149f75a5f2d9dedf6baa2a077.tar.gz historical-090a05dfd31955c149f75a5f2d9dedf6baa2a077.tar.bz2 historical-090a05dfd31955c149f75a5f2d9dedf6baa2a077.zip |
adding initial s390 support
Diffstat (limited to 'sys-devel/make')
-rw-r--r-- | sys-devel/make/make-3.80.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/make/make-3.80.ebuild b/sys-devel/make/make-3.80.ebuild index 41ce9966fb5d..ac68a2f1e1b2 100644 --- a/sys-devel/make/make-3.80.ebuild +++ b/sys-devel/make/make-3.80.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.80.ebuild,v 1.13 2004/02/23 00:23:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.80.ebuild,v 1.14 2004/03/02 16:58:37 iggy Exp $ IUSE="nls static build" @@ -11,7 +11,7 @@ HOMEPAGE="http://www.gnu.org/software/make/make.html" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86 ppc sparc alpha hppa mips ia64 ppc64" +KEYWORDS="amd64 x86 ppc sparc alpha hppa mips ia64 ppc64 s390" DEPEND="virtual/glibc nls? ( sys-devel/gettext )" RDEPEND="virtual/glibc" |