diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:37:40 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:37:40 +0200 |
commit | 298d869d02af664f590d134fe9862ff2740d0c3b (patch) | |
tree | 89f5a4852616840d309e55bb42239d272ef66e61 /sys-apps/the_silver_searcher | |
parent | sci-visualization: Remove *-fbsd KEYWORDS (diff) | |
download | gentoo-298d869d02af664f590d134fe9862ff2740d0c3b.tar.gz gentoo-298d869d02af664f590d134fe9862ff2740d0c3b.tar.bz2 gentoo-298d869d02af664f590d134fe9862ff2740d0c3b.zip |
sys-apps: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-apps/the_silver_searcher')
-rw-r--r-- | sys-apps/the_silver_searcher/the_silver_searcher-2.0.0.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/the_silver_searcher/the_silver_searcher-2.1.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/the_silver_searcher/the_silver_searcher-2.0.0.ebuild b/sys-apps/the_silver_searcher/the_silver_searcher-2.0.0.ebuild index e9a17ad16b6e..dbb2622af385 100644 --- a/sys-apps/the_silver_searcher/the_silver_searcher-2.0.0.ebuild +++ b/sys-apps/the_silver_searcher/the_silver_searcher-2.0.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" IUSE="lzma test zlib" RDEPEND="dev-libs/libpcre 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 127b25b8bdcd..fcf0eba32492 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 ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-linux" IUSE="lzma test zlib" RDEPEND="dev-libs/libpcre |