commit: 884d20ce5b4bc78aba6cec9c16885dd1c0a094f5
Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Sat Jul 1 18:10:12 2023 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sat Jul 1 18:10:47 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=884d20ce
dev-util/deblob: keyword 0.5 for ~amd64, ~arm64, ~riscv
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
dev-util/deblob/deblob-0.5.ebuild | 1 +
dev-util/deblob/deblob-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/dev-util/deblob/deblob-0.5.ebuild
b/dev-util/deblob/deblob-0.5.ebuild
index 53d444508..0aebd423d 100644
--- a/dev-util/deblob/deblob-0.5.ebuild
+++ b/dev-util/deblob/deblob-0.5.ebuild
@@ -8,6 +8,7 @@ if [[ "$PV" == 9999 ]]; then
EGIT_REPO_URI="https://git.sr.ht/~lanodan/deblob"
else
SRC_URI="https://hacktivis.me/releases/${P}.tar.gz"
+ KEYWORDS="~amd64 ~arm64 ~riscv"
fi
DESCRIPTION="remove binary executables from a directory"
diff --git a/dev-util/deblob/deblob-9999.ebuild
b/dev-util/deblob/deblob-9999.ebuild
index c7aef7e2e..2d639a50a 100644
--- a/dev-util/deblob/deblob-9999.ebuild
+++ b/dev-util/deblob/deblob-9999.ebuild
@@ -8,6 +8,7 @@ if [[ "$PV" == 9999 ]]; then
EGIT_REPO_URI="https://git.sr.ht/~lanodan/deblob"
else
SRC_URI="https://hacktivis.me/releases/${P}.tar.gz"
+ KEYWORDS="~amd64 ~arm64 ~riscv"
fi
DESCRIPTION="remove binary executables from a directory"