diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-09-08 15:11:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-09-08 15:11:55 +0000 |
commit | f2f726933d2059bfd24aa0626b445c88db5d6957 (patch) | |
tree | 643876195be2cb463304649181d74064892e06a0 /sys-libs/ncurses | |
parent | Totally broken on sparc, see wli's posts in "silent semantic changes with rei... (diff) | |
download | gentoo-2-f2f726933d2059bfd24aa0626b445c88db5d6957.tar.gz gentoo-2-f2f726933d2059bfd24aa0626b445c88db5d6957.tar.bz2 gentoo-2-f2f726933d2059bfd24aa0626b445c88db5d6957.zip |
sneak arm/hppa/ia64 to stable
Diffstat (limited to 'sys-libs/ncurses')
-rw-r--r-- | sys-libs/ncurses/ncurses-5.4-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/ncurses/ncurses-5.4-r5.ebuild b/sys-libs/ncurses/ncurses-5.4-r5.ebuild index c7bb6170c410..83bedd7d174b 100644 --- a/sys-libs/ncurses/ncurses-5.4-r5.ebuild +++ b/sys-libs/ncurses/ncurses-5.4-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.4-r5.ebuild,v 1.3 2004/09/08 15:05:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.4-r5.ebuild,v 1.4 2004/09/08 15:11:55 vapier Exp $ inherit eutils flag-o-matic gnuconfig @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/ncurses/${P}.tar.gz" LICENSE="MIT" SLOT="5" -KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64 ~s390" +KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha arm hppa ~amd64 ia64 ~ppc64 ~s390" IUSE="build bootstrap debug doc uclibc unicode" DEPEND="virtual/libc" |