Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/buildah/
Date: Fri, 08 Apr 2022 07:07:01
Message-Id: 1649401603.74137ff860690f182214a20fde6ff97b08b0e6d9.ago@gentoo
1 commit: 74137ff860690f182214a20fde6ff97b08b0e6d9
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 8 07:06:43 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 8 07:06:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74137ff8
7
8 app-containers/buildah: amd64 stable wrt bug #836966
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 app-containers/buildah/buildah-1.25.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-containers/buildah/buildah-1.25.1.ebuild b/app-containers/buildah/buildah-1.25.1.ebuild
18 index 93faf334dd35..cd3d9755cc1f 100644
19 --- a/app-containers/buildah/buildah-1.25.1.ebuild
20 +++ b/app-containers/buildah/buildah-1.25.1.ebuild
21 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/containers/buildah/archive/v${PV}.tar.gz -> ${P}.tar
22
23 LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0"
24 SLOT="0"
25 -KEYWORDS="~amd64 ~arm64"
26 +KEYWORDS="amd64 ~arm64"
27 IUSE="selinux"
28
29 RDEPEND="app-crypt/gpgme:=