Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/hstr/
Date: Tue, 21 Nov 2017 08:20:01
Message-Id: 1511252390.195a615dbfb0f774779316ed288d0c715dddc814.monsieurp@gentoo
1 commit: 195a615dbfb0f774779316ed288d0c715dddc814
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 21 08:16:57 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 21 08:19:50 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=195a615d
7
8 app-shells/hstr: stable for amd64+x86.
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 app-shells/hstr/hstr-1.23.ebuild | 6 ++----
13 1 file changed, 2 insertions(+), 4 deletions(-)
14
15 diff --git a/app-shells/hstr/hstr-1.23.ebuild b/app-shells/hstr/hstr-1.23.ebuild
16 index aa0d958ff0d..c1c420e73d2 100644
17 --- a/app-shells/hstr/hstr-1.23.ebuild
18 +++ b/app-shells/hstr/hstr-1.23.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/dvorka/hstr/archive/${PV}.tar.gz -> ${P}.tar.gz"
20
21 SLOT="0"
22 LICENSE="Apache-2.0"
23 -KEYWORDS="~amd64 ~x86"
24 +KEYWORDS="amd64 x86"
25
26 RDEPEND="sys-libs/ncurses:0="
27
28 @@ -20,9 +20,7 @@ DEPEND="
29 virtual/pkgconfig"
30
31 DOCS=( CONFIGURATION.md README.md )
32 -PATCHES=(
33 - "${FILESDIR}"/${PN}-1.23-tinfo.patch
34 -)
35 +PATCHES=( "${FILESDIR}/${P}-tinfo.patch" )
36
37 src_prepare() {
38 default