commit: 66d1e452c12ba40dee536571a5f5c7cc69217a46 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Feb 8 17:21:28 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Feb 8 17:21:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66d1e452
sys-apps/bubblewrap: Stabilize 0.4.1 ppc64, #769374 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-apps/bubblewrap/bubblewrap-0.4.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/bubblewrap/bubblewrap-0.4.1.ebuild b/sys-apps/bubblewrap/bubblewrap-0.4.1.ebuild index df71b56f75f..bcd591ab652 100644 --- a/sys-apps/bubblewrap/bubblewrap-0.4.1.ebuild +++ b/sys-apps/bubblewrap/bubblewrap-0.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/containers/${PN}/releases/download/v${PV}/${P}.tar.x LICENSE="LGPL-2+" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86" IUSE="selinux +suid" RDEPEND="
