diff options
author | Sam James <sam@gentoo.org> | 2021-02-08 17:21:28 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-08 17:21:28 +0000 |
commit | 66d1e452c12ba40dee536571a5f5c7cc69217a46 (patch) | |
tree | 079842cd4830306cbff7268e985726103e87e404 /sys-apps | |
parent | gui-libs/wpebackend-fdo: Stabilize 1.8.0 ppc64, #769374 (diff) | |
download | gentoo-66d1e452c12ba40dee536571a5f5c7cc69217a46.tar.gz gentoo-66d1e452c12ba40dee536571a5f5c7cc69217a46.tar.bz2 gentoo-66d1e452c12ba40dee536571a5f5c7cc69217a46.zip |
sys-apps/bubblewrap: Stabilize 0.4.1 ppc64, #769374
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/bubblewrap/bubblewrap-0.4.1.ebuild | 4 |
1 files 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 df71b56f75f8..bcd591ab652b 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=" |