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/readline/
Date: Wed, 03 Jan 2018 09:28:46
Message-Id: 1514971716.34f648b4c9ea13a8d29a637214cd02ae01325eed.slyfox@gentoo
1 commit: 34f648b4c9ea13a8d29a637214cd02ae01325eed
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 3 09:28:02 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 3 09:28:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34f648b4
7
8 sys-libs/readline: stable 7.0_p3 for ia64/ppc/ppc64, bug #643124
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11 RepoMan-Options: --include-arches="ia64 ppc ppc64"
12
13 sys-libs/readline/readline-7.0_p3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-libs/readline/readline-7.0_p3.ebuild b/sys-libs/readline/readline-7.0_p3.ebuild
17 index e39c9728ebd..6b6d77d1647 100644
18 --- a/sys-libs/readline/readline-7.0_p3.ebuild
19 +++ b/sys-libs/readline/readline-7.0_p3.ebuild
20 @@ -36,7 +36,7 @@ esac
21
22 LICENSE="GPL-3"
23 SLOT="0/7" # subslot matches SONAME major
24 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
25 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
26 IUSE="static-libs utils"
27
28 RDEPEND=">=sys-libs/ncurses-5.9-r3:0=[static-libs?,${MULTILIB_USEDEP}]"