diff options
author | Sam James <sam@gentoo.org> | 2021-07-13 00:17:37 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-13 00:39:37 +0100 |
commit | 71d8744053e64f67be75141e0fca3b76ca2a3d67 (patch) | |
tree | 5296f052d6796de81c6da399f2c3abfdb6dc5b7a /app-shells/fzf | |
parent | dev-python/mkdocs: Stabilize 1.2.1 amd64, #801760 (diff) | |
download | gentoo-71d8744053e64f67be75141e0fca3b76ca2a3d67.tar.gz gentoo-71d8744053e64f67be75141e0fca3b76ca2a3d67.tar.bz2 gentoo-71d8744053e64f67be75141e0fca3b76ca2a3d67.zip |
app-shells/fzf: Stabilize 0.27.0 amd64, #801889
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells/fzf')
-rw-r--r-- | app-shells/fzf/fzf-0.27.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/fzf/fzf-0.27.0.ebuild b/app-shells/fzf/fzf-0.27.0.ebuild index 31d768a65a8d..5296d17d194b 100644 --- a/app-shells/fzf/fzf-0.27.0.ebuild +++ b/app-shells/fzf/fzf-0.27.0.ebuild @@ -56,7 +56,7 @@ SRC_URI=" LICENSE="MIT BSD-with-disclosure" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" src_compile() { emake PREFIX="${EPREFIX}"/usr VERSION=${PV} REVISION=${MY_GIT_REV} bin/${PN} |