Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/ncurses/
Date: Sun, 29 Mar 2020 10:16:26
Message-Id: 1585476971.c728dad17a7a9f0790095a0f82748fd5482b908c.slyfox@gentoo
1 commit: c728dad17a7a9f0790095a0f82748fd5482b908c
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 29 10:16:11 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 29 10:16:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c728dad1
7
8 sys-libs/ncurses: destabilize down to ~m68k
9
10 Bug: https://bugs.gentoo.org/695824
11 Package-Manager: Portage-2.3.96, Repoman-2.3.22
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 sys-libs/ncurses/ncurses-6.1_p20181020.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-libs/ncurses/ncurses-6.1_p20181020.ebuild b/sys-libs/ncurses/ncurses-6.1_p20181020.ebuild
18 index 9539dd7a758..ea5632a249b 100644
19 --- a/sys-libs/ncurses/ncurses-6.1_p20181020.ebuild
20 +++ b/sys-libs/ncurses/ncurses-6.1_p20181020.ebuild
21 @@ -19,7 +19,7 @@ fi
22 LICENSE="MIT"
23 # The subslot reflects the SONAME.
24 SLOT="0/6"
25 -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sparc x86"
26 +KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86"
27 IUSE="ada +cxx debug doc gpm minimal profile static-libs test threads tinfo trace unicode"
28 RESTRICT="!test? ( test )"