diff options
author | 2004-03-02 16:10:55 +0000 | |
---|---|---|
committer | 2004-03-02 16:10:55 +0000 | |
commit | ebfa4a920f23d2289a4903685203eec6e2221828 (patch) | |
tree | 4871dbb2216c45935e9040fa44845480e390efde /sys-libs/ncurses | |
parent | Version bump. (diff) | |
download | historical-ebfa4a920f23d2289a4903685203eec6e2221828.tar.gz historical-ebfa4a920f23d2289a4903685203eec6e2221828.tar.bz2 historical-ebfa4a920f23d2289a4903685203eec6e2221828.zip |
adding initial s390 support
Diffstat (limited to 'sys-libs/ncurses')
-rw-r--r-- | sys-libs/ncurses/ncurses-5.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |