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/readline/
Date: Thu, 22 Mar 2018 17:34:29
Message-Id: 1521740054.049aee6c0a7b151c6d5415a52b69f6542e95b8ca.zlogene@gentoo
1 commit: 049aee6c0a7b151c6d5415a52b69f6542e95b8ca
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 22 17:34:14 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 22 17:34:14 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=049aee6c
7
8 sys-libs/readline: sh stable wrt bug #643124
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 sys-libs/readline/readline-7.0_p3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-libs/readline/readline-7.0_p3.ebuild b/sys-libs/readline/readline-7.0_p3.ebuild
16 index 538a990c3de..5bd9aaf55b5 100644
17 --- a/sys-libs/readline/readline-7.0_p3.ebuild
18 +++ b/sys-libs/readline/readline-7.0_p3.ebuild
19 @@ -36,7 +36,7 @@ esac
20
21 LICENSE="GPL-3"
22 SLOT="0/7" # subslot matches SONAME major
23 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
24 +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
25 IUSE="static-libs utils"
26
27 RDEPEND=">=sys-libs/ncurses-5.9-r3:0=[static-libs?,${MULTILIB_USEDEP}]"