diff options
author | Sam James <sam@gentoo.org> | 2023-07-05 21:49:59 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-05 21:51:00 +0100 |
commit | a44ed70e63fac758f21f8cc5c9687c1100b449e7 (patch) | |
tree | ada650d96daae157bbcec518c77d583cf53de7f6 /app-containers | |
parent | x11-terms/alacritty: Update 9999 man install (diff) | |
download | gentoo-a44ed70e63fac758f21f8cc5c9687c1100b449e7.tar.gz gentoo-a44ed70e63fac758f21f8cc5c9687c1100b449e7.tar.bz2 gentoo-a44ed70e63fac758f21f8cc5c9687c1100b449e7.zip |
app-containers/buildah: Stabilize 1.30.0 amd64, #909665
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r-- | app-containers/buildah/buildah-1.30.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/buildah/buildah-1.30.0.ebuild b/app-containers/buildah/buildah-1.30.0.ebuild index 6b0da9a6f04a..04596b2b3431 100644 --- a/app-containers/buildah/buildah-1.30.0.ebuild +++ b/app-containers/buildah/buildah-1.30.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/containers/buildah/archive/v${PV}.tar.gz -> ${P}.tar LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64" +KEYWORDS="amd64 ~arm64" IUSE="selinux" RESTRICT="test" |