diff options
author | 2018-01-13 12:57:01 +0900 | |
---|---|---|
committer | 2018-01-13 12:57:01 +0900 | |
commit | 167cb789ffa50e726e83188eb2428ae6125b856b (patch) | |
tree | 7f7be251039aab7c3c6f9ca37db53ff0e707c6ee /sys-apps/the_silver_searcher | |
parent | sys-apps/the_silver_searcher: fix build when USE=-lzma (diff) | |
download | gentoo-167cb789ffa50e726e83188eb2428ae6125b856b.tar.gz gentoo-167cb789ffa50e726e83188eb2428ae6125b856b.tar.bz2 gentoo-167cb789ffa50e726e83188eb2428ae6125b856b.zip |
sys-apps/the_silver_searcher: keyword ~amd64-linux.
Reported-By: Jacob Godserv
Closes: https://bugs.gentoo.org/show_bug.cgi?id=511720
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sys-apps/the_silver_searcher')
-rw-r--r-- | sys-apps/the_silver_searcher/the_silver_searcher-2.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/the_silver_searcher/the_silver_searcher-2.1.0.ebuild b/sys-apps/the_silver_searcher/the_silver_searcher-2.1.0.ebuild index 454efcca1068..94366537bd77 100644 --- a/sys-apps/the_silver_searcher/the_silver_searcher-2.1.0.ebuild +++ b/sys-apps/the_silver_searcher/the_silver_searcher-2.1.0.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://github.com/ggreer/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux" IUSE="lzma test zlib" RDEPEND="dev-libs/libpcre |