commit: 5a25b734662e6a5c2786285475345ed5046c0c9b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Feb 21 01:50:22 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Feb 21 01:51:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a25b734
sys-apps/firejail: stabilize 0.9.68 for amd64 Accidentally dropped stable keywords. Oops. Bug: https://bugs.gentoo.org/832819 Fixes: f83326db36c6215b3fb69cf9630c5e3b53d32c43 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-apps/firejail/firejail-0.9.68.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/firejail/firejail-0.9.68.ebuild b/sys-apps/firejail/firejail-0.9.68.ebuild index 4ed3c5698d55..50077c0d2db7 100644 --- a/sys-apps/firejail/firejail-0.9.68.ebuild +++ b/sys-apps/firejail/firejail-0.9.68.ebuild @@ -9,7 +9,7 @@ inherit toolchain-funcs python-single-r1 linux-info if [[ ${PV} != 9999 ]]; then SRC_URI="https://github.com/netblue30/${PN}/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~x86" else inherit git-r3 EGIT_REPO_URI="https://github.com/netblue30/firejail.git"
