From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2051F158086 for ; Tue, 21 Dec 2021 01:37:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2F782BC044; Tue, 21 Dec 2021 01:37:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8593F2BC02D for ; Tue, 21 Dec 2021 01:37:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F1B2F342F16 for ; Tue, 21 Dec 2021 01:37:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 452AD202 for ; Tue, 21 Dec 2021 01:37:20 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1640049919.9a37091b1ee6bb2f5885dda33ffcbe716c3e1593.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/buildah/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-containers/buildah/buildah-1.21.1-r1.ebuild app-containers/buildah/buildah-1.21.1.ebuild app-containers/buildah/buildah-1.23.1-r1.ebuild app-containers/buildah/buildah-1.23.1.ebuild X-VCS-Directories: app-containers/buildah/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9a37091b1ee6bb2f5885dda33ffcbe716c3e1593 X-VCS-Branch: master Date: Tue, 21 Dec 2021 01:37:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6555908b-a50b-489b-8c30-b64d63bd8445 X-Archives-Hash: d3c1ffc6c2439aa170dac6e495567044 commit: 9a37091b1ee6bb2f5885dda33ffcbe716c3e1593 Author: Sam James gentoo org> AuthorDate: Tue Dec 21 01:25:19 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 21 01:25:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a37091b app-containers/buildah: depend on shadow subslot uses libsubid Closes: https://bugs.gentoo.org/829725 Signed-off-by: Sam James gentoo.org> .../buildah/{buildah-1.21.1.ebuild => buildah-1.21.1-r1.ebuild} | 1 + .../buildah/{buildah-1.23.1.ebuild => buildah-1.23.1-r1.ebuild} | 1 + 2 files changed, 2 insertions(+) diff --git a/app-containers/buildah/buildah-1.21.1.ebuild b/app-containers/buildah/buildah-1.21.1-r1.ebuild similarity index 98% rename from app-containers/buildah/buildah-1.21.1.ebuild rename to app-containers/buildah/buildah-1.21.1-r1.ebuild index 909d17b91fa0..8f8f112ff0fb 100644 --- a/app-containers/buildah/buildah-1.21.1.ebuild +++ b/app-containers/buildah/buildah-1.21.1-r1.ebuild @@ -18,6 +18,7 @@ RDEPEND="app-crypt/gpgme:= app-containers/skopeo dev-libs/libgpg-error:= dev-libs/libassuan:= + sys-apps/shadow:= sys-fs/lvm2:= sys-libs/libseccomp:= selinux? ( sys-libs/libselinux:= )" diff --git a/app-containers/buildah/buildah-1.23.1.ebuild b/app-containers/buildah/buildah-1.23.1-r1.ebuild similarity index 98% rename from app-containers/buildah/buildah-1.23.1.ebuild rename to app-containers/buildah/buildah-1.23.1-r1.ebuild index b4f7fec5776e..7d3899b67e1b 100644 --- a/app-containers/buildah/buildah-1.23.1.ebuild +++ b/app-containers/buildah/buildah-1.23.1-r1.ebuild @@ -18,6 +18,7 @@ RDEPEND="app-crypt/gpgme:= app-containers/skopeo dev-libs/libgpg-error:= dev-libs/libassuan:= + sys-apps/shadow:= sys-fs/lvm2:= sys-libs/libseccomp:= selinux? ( sys-libs/libselinux:= )"