Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/firejail/
Date: Mon, 21 Feb 2022 01:51:21
Message-Id: 1645408265.5a25b734662e6a5c2786285475345ed5046c0c9b.sam@gentoo
1 commit: 5a25b734662e6a5c2786285475345ed5046c0c9b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 21 01:50:22 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 21 01:51:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a25b734
7
8 sys-apps/firejail: stabilize 0.9.68 for amd64
9
10 Accidentally dropped stable keywords. Oops.
11
12 Bug: https://bugs.gentoo.org/832819
13 Fixes: f83326db36c6215b3fb69cf9630c5e3b53d32c43
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 sys-apps/firejail/firejail-0.9.68.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/sys-apps/firejail/firejail-0.9.68.ebuild b/sys-apps/firejail/firejail-0.9.68.ebuild
20 index 4ed3c5698d55..50077c0d2db7 100644
21 --- a/sys-apps/firejail/firejail-0.9.68.ebuild
22 +++ b/sys-apps/firejail/firejail-0.9.68.ebuild
23 @@ -9,7 +9,7 @@ inherit toolchain-funcs python-single-r1 linux-info
24
25 if [[ ${PV} != 9999 ]]; then
26 SRC_URI="https://github.com/netblue30/${PN}/releases/download/${PV}/${P}.tar.xz"
27 - KEYWORDS="~amd64 ~arm ~arm64 ~x86"
28 + KEYWORDS="amd64 ~arm ~arm64 ~x86"
29 else
30 inherit git-r3
31 EGIT_REPO_URI="https://github.com/netblue30/firejail.git"