diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2016-12-04 16:45:08 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-12-04 16:45:28 +0100 |
commit | ccbdd1cfc3f3cfa322d438a90d783e5b9bac763b (patch) | |
tree | b7c856da829405dee80ec6fe97c6633ab380a65f /sys-libs/ncurses | |
parent | qt5-build.eclass: drop support for Qt < 5.6 (diff) | |
download | gentoo-ccbdd1cfc3f3cfa322d438a90d783e5b9bac763b.tar.gz gentoo-ccbdd1cfc3f3cfa322d438a90d783e5b9bac763b.tar.bz2 gentoo-ccbdd1cfc3f3cfa322d438a90d783e5b9bac763b.zip |
sys-libs/ncurses: Stable for amd64 and x86 (bug #594338).
Package-Manager: portage-2.3.2
RepoMan-Options: --include-arches="amd64,x86"
Diffstat (limited to 'sys-libs/ncurses')
-rw-r--r-- | sys-libs/ncurses/ncurses-6.0-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-libs/ncurses/ncurses-6.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/ncurses/ncurses-6.0-r1.ebuild b/sys-libs/ncurses/ncurses-6.0-r1.ebuild index 0141b3be3a9e..0fb9c341ac63 100644 --- a/sys-libs/ncurses/ncurses-6.0-r1.ebuild +++ b/sys-libs/ncurses/ncurses-6.0-r1.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://gnu/ncurses/${MY_P}.tar.gz" LICENSE="MIT" # The subslot reflects the SONAME. SLOT="0/6" -KEYWORDS="alpha ~amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="ada +cxx debug doc gpm minimal profile static-libs test threads tinfo trace unicode" DEPEND="gpm? ( sys-libs/gpm[${MULTILIB_USEDEP}] )" diff --git a/sys-libs/ncurses/ncurses-6.0.ebuild b/sys-libs/ncurses/ncurses-6.0.ebuild index d2c48a40ddd2..240e3957be61 100644 --- a/sys-libs/ncurses/ncurses-6.0.ebuild +++ b/sys-libs/ncurses/ncurses-6.0.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://www.gnu.org/software/ncurses/ http://dickey.his.com/ncurses/" LICENSE="metapackage" SLOT="5/6" -KEYWORDS="alpha ~amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="ada +cxx gpm static-libs tinfo unicode" DEPEND="sys-libs/ncurses:0/6[ada?,cxx?,gpm?,static-libs?,tinfo?,unicode?,${MULTILIB_USEDEP}]" |