Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-util/deblob/
Date: Wed, 28 Sep 2022 16:05:05
Message-Id: 1664326004.5e9a63e40949496356ab83d99da0023b3f76375d.tastytea@gentoo
1 commit: 5e9a63e40949496356ab83d99da0023b3f76375d
2 Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
3 AuthorDate: Wed Sep 28 00:46:44 2022 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Wed Sep 28 00:46:44 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5e9a63e4
7
8 dev-util/deblob: keyword 0.1 for ~amd64, ~arm64, ~riscv
9
10 Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
11
12 dev-util/deblob/deblob-0.1.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-util/deblob/deblob-0.1.ebuild b/dev-util/deblob/deblob-0.1.ebuild
16 index c7aef7e2e..2d639a50a 100644
17 --- a/dev-util/deblob/deblob-0.1.ebuild
18 +++ b/dev-util/deblob/deblob-0.1.ebuild
19 @@ -8,6 +8,7 @@ if [[ "$PV" == 9999 ]]; then
20 EGIT_REPO_URI="https://git.sr.ht/~lanodan/deblob"
21 else
22 SRC_URI="https://hacktivis.me/releases/${P}.tar.gz"
23 + KEYWORDS="~amd64 ~arm64 ~riscv"
24 fi
25
26 DESCRIPTION="remove binary executables from a directory"