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: Sat, 30 May 2020 19:20:49
Message-Id: 1590866386.b475b2617c1447d2079573b5c14ef9ae58a0e4d2.slyfox@gentoo
1 commit: b475b2617c1447d2079573b5c14ef9ae58a0e4d2
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 30 19:19:46 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat May 30 19:19:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b475b261
7
8 sys-libs/readline: stable 8.0_p4 for hppa, bug #719942
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
11 RepoMan-Options: --include-arches="hppa"
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 sys-libs/readline/readline-8.0_p4.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-libs/readline/readline-8.0_p4.ebuild b/sys-libs/readline/readline-8.0_p4.ebuild
18 index e4a3c770fea..89d0c6f52b7 100644
19 --- a/sys-libs/readline/readline-8.0_p4.ebuild
20 +++ b/sys-libs/readline/readline-8.0_p4.ebuild
21 @@ -41,7 +41,7 @@ esac
22
23 LICENSE="GPL-3"
24 SLOT="0/8" # subslot matches SONAME major
25 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux"
26 +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux"
27 IUSE="static-libs +unicode utils"
28
29 RDEPEND=">=sys-libs/ncurses-5.9-r3:0=[static-libs?,unicode?,${MULTILIB_USEDEP}]"