Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/hstr/
Date: Sun, 13 Jun 2021 06:10:39
Message-Id: 1623564622.c0336645d21856cbd01943bdfb0e4d0f8a193051.sam@gentoo
1 commit: c0336645d21856cbd01943bdfb0e4d0f8a193051
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 13 06:10:22 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 13 06:10:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0336645
7
8 app-shells/hstr: Stabilize 2.2 amd64, #795705
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-shells/hstr/hstr-2.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-shells/hstr/hstr-2.2.ebuild b/app-shells/hstr/hstr-2.2.ebuild
16 index 0033ce507cf..1f78cc2d598 100644
17 --- a/app-shells/hstr/hstr-2.2.ebuild
18 +++ b/app-shells/hstr/hstr-2.2.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="
27 sys-libs/ncurses:0=[unicode]"