diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2018-05-17 14:24:55 +0100 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-06-04 21:57:04 +0300 |
commit | 41e289d21e094a3e6915c80ae883b6a0a0ba6439 (patch) | |
tree | bb6ebfd3b67a164b9d06c60dedcd901bec702a1b | |
parent | dev-util/cram: add ~arm64 keyword (diff) | |
download | gentoo-41e289d21e094a3e6915c80ae883b6a0a0ba6439.tar.gz gentoo-41e289d21e094a3e6915c80ae883b6a0a0ba6439.tar.bz2 gentoo-41e289d21e094a3e6915c80ae883b6a0a0ba6439.zip |
sys-apps/the_silver_searcher: add ~arm64 keyword
We also ~arm64 dev-util/cram which is used for testing ag.
-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 94366537bd77..127b25b8bdcd 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 ~amd64-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux" IUSE="lzma test zlib" RDEPEND="dev-libs/libpcre |