Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/ncurses/
Date: Fri, 03 May 2019 23:03:32
Message-Id: 1556924590.82ad3fe5fb06fe5da476177dc78cb31ab30b6e52.zlogene@gentoo
1 commit: 82ad3fe5fb06fe5da476177dc78cb31ab30b6e52
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 3 23:03:10 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri May 3 23:03:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82ad3fe5
7
8 sys-libs/ncurses: Add ~riscv keyword
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 sys-libs/ncurses/ncurses-6.1-r2.ebuild | 4 ++--
14 sys-libs/ncurses/ncurses-6.1-r3.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/sys-libs/ncurses/ncurses-6.1-r2.ebuild b/sys-libs/ncurses/ncurses-6.1-r2.ebuild
18 index 24152546b4e..74b089e75f3 100644
19 --- a/sys-libs/ncurses/ncurses-6.1-r2.ebuild
20 +++ b/sys-libs/ncurses/ncurses-6.1-r2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -15,7 +15,7 @@ SRC_URI="mirror://gnu/ncurses/${MY_P}.tar.gz"
28 LICENSE="MIT"
29 # The subslot reflects the SONAME.
30 SLOT="0/6"
31 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
32 +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
33 IUSE="ada +cxx debug doc gpm minimal profile static-libs test threads tinfo trace unicode"
34
35 DEPEND="gpm? ( sys-libs/gpm[${MULTILIB_USEDEP}] )"
36
37 diff --git a/sys-libs/ncurses/ncurses-6.1-r3.ebuild b/sys-libs/ncurses/ncurses-6.1-r3.ebuild
38 index fa1908d7243..8e7235a7b66 100644
39 --- a/sys-libs/ncurses/ncurses-6.1-r3.ebuild
40 +++ b/sys-libs/ncurses/ncurses-6.1-r3.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2018 Gentoo Foundation
43 +# Copyright 1999-2019 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI="6"
47 @@ -15,7 +15,7 @@ SRC_URI="mirror://gnu/ncurses/${MY_P}.tar.gz"
48 LICENSE="MIT"
49 # The subslot reflects the SONAME.
50 SLOT="0/6"
51 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
52 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
53 IUSE="ada +cxx debug doc gpm minimal profile static-libs test threads tinfo trace unicode"
54
55 DEPEND="gpm? ( sys-libs/gpm[${MULTILIB_USEDEP}] )"