diff options
author | Sam James <sam@gentoo.org> | 2021-06-13 06:10:22 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-13 06:10:22 +0000 |
commit | c0336645d21856cbd01943bdfb0e4d0f8a193051 (patch) | |
tree | 912f335863ca1a027ace21abb8a74b72ee3fb9c9 /app-shells | |
parent | app-misc/detachtty: Stabilize 11.0.0 amd64, #795702 (diff) | |
download | gentoo-c0336645d21856cbd01943bdfb0e4d0f8a193051.tar.gz gentoo-c0336645d21856cbd01943bdfb0e4d0f8a193051.tar.bz2 gentoo-c0336645d21856cbd01943bdfb0e4d0f8a193051.zip |
app-shells/hstr: Stabilize 2.2 amd64, #795705
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/hstr/hstr-2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/hstr/hstr-2.2.ebuild b/app-shells/hstr/hstr-2.2.ebuild index 0033ce507cfd..1f78cc2d598e 100644 --- a/app-shells/hstr/hstr-2.2.ebuild +++ b/app-shells/hstr/hstr-2.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/dvorka/hstr/archive/${PV}.tar.gz -> ${P}.tar.gz" SLOT="0" LICENSE="Apache-2.0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" RDEPEND=" sys-libs/ncurses:0=[unicode]" |