diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2024-03-29 11:33:27 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2024-03-29 11:33:27 +0100 |
commit | 84a1bb503a07ad0349f727923e248f0986e467f3 (patch) | |
tree | b7c210aaec6a71e176349de162814b962b06c892 /dev-util/bugbite-cli | |
parent | dev-ruby/irb: tests depend on dev-ruby/debug (diff) | |
download | gentoo-84a1bb503a07ad0349f727923e248f0986e467f3.tar.gz gentoo-84a1bb503a07ad0349f727923e248f0986e467f3.tar.bz2 gentoo-84a1bb503a07ad0349f727923e248f0986e467f3.zip |
dev-util/bugbite-cli: mark ~arm64
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-util/bugbite-cli')
-rw-r--r-- | dev-util/bugbite-cli/bugbite-cli-0.0.7-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/bugbite-cli/bugbite-cli-0.0.7-r1.ebuild b/dev-util/bugbite-cli/bugbite-cli-0.0.7-r1.ebuild index 8389e8b00161..6a39a6bf22b6 100644 --- a/dev-util/bugbite-cli/bugbite-cli-0.0.7-r1.ebuild +++ b/dev-util/bugbite-cli/bugbite-cli-0.0.7-r1.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/radhermit/bugbite" SRC_URI="https://github.com/radhermit/bugbite/releases/download/${P}/${P}.tar.xz" LICENSE="0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 Boost-1.0 CC0-1.0 ISC MIT MPL-2.0 Unicode-DFS-2016 Unlicense ZLIB" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" IUSE="static test" RESTRICT="!test? ( test ) " |