diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-02-03 04:40:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-02-03 04:40:07 +0000 |
commit | f683d26220e2e2fdaae084be34ce08a9bcbc95ab (patch) | |
tree | 999478efbcd9d9cc4b251b6045a25d52ea199eea /sys-libs | |
parent | Add ~amd64-linux/~x86-linux keywords (diff) | |
download | historical-f683d26220e2e2fdaae084be34ce08a9bcbc95ab.tar.gz historical-f683d26220e2e2fdaae084be34ce08a9bcbc95ab.tar.bz2 historical-f683d26220e2e2fdaae084be34ce08a9bcbc95ab.zip |
s390 stable
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/ncurses/ncurses-5.7-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/ncurses/ncurses-5.7-r3.ebuild b/sys-libs/ncurses/ncurses-5.7-r3.ebuild index 93e355c76438..02ff63796914 100644 --- a/sys-libs/ncurses/ncurses-5.7-r3.ebuild +++ b/sys-libs/ncurses/ncurses-5.7-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.7-r3.ebuild,v 1.8 2010/01/21 19:51:19 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.7-r3.ebuild,v 1.9 2010/02/03 04:40:07 vapier Exp $ EAPI="1" inherit eutils flag-o-matic toolchain-funcs @@ -14,7 +14,7 @@ SRC_URI="mirror://gnu/ncurses/${MY_P}.tar.gz" LICENSE="MIT" SLOT="5" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 ~s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="ada +cxx debug doc gpm minimal profile trace unicode" DEPEND="gpm? ( sys-libs/gpm )" |