From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1313855-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BE631158666 for <garchives@archives.gentoo.org>; Wed, 18 Aug 2021 14:59:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F72CE07FA; Wed, 18 Aug 2021 14:59:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6388DE07FA for <gentoo-commits@lists.gentoo.org>; Wed, 18 Aug 2021 14:59:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DB9DE340FB3 for <gentoo-commits@lists.gentoo.org>; Wed, 18 Aug 2021 14:59:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 362847BD for <gentoo-commits@lists.gentoo.org>; Wed, 18 Aug 2021 14:59:43 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1629298528.876c083eddbb82ff548acc67de7e481a6f00ec1b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ostree/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/ostree/ostree-2019.5-r1.ebuild dev-util/ostree/ostree-2019.5.ebuild dev-util/ostree/ostree-2020.6-r1.ebuild dev-util/ostree/ostree-2020.6.ebuild dev-util/ostree/ostree-2020.7-r1.ebuild dev-util/ostree/ostree-2020.7.ebuild dev-util/ostree/ostree-2020.8-r1.ebuild dev-util/ostree/ostree-2020.8.ebuild dev-util/ostree/ostree-2021.3-r1.ebuild dev-util/ostree/ostree-2021.3.ebuild X-VCS-Directories: dev-util/ostree/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 876c083eddbb82ff548acc67de7e481a6f00ec1b X-VCS-Branch: master Date: Wed, 18 Aug 2021 14:59:43 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f2c6e0a1-8f84-48c4-b03c-991560bbc287 X-Archives-Hash: d78b2127706d8d2adb6d1473c623703e commit: 876c083eddbb82ff548acc67de7e481a6f00ec1b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Aug 18 14:55:28 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Aug 18 14:55:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=876c083e dev-util/ostree: add missing subslot deps (mainly libsodium) Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/ostree/{ostree-2019.5.ebuild => ostree-2019.5-r1.ebuild} | 4 ++-- dev-util/ostree/{ostree-2020.6.ebuild => ostree-2020.6-r1.ebuild} | 4 ++-- dev-util/ostree/{ostree-2021.3.ebuild => ostree-2020.7-r1.ebuild} | 6 +++--- dev-util/ostree/{ostree-2020.8.ebuild => ostree-2020.8-r1.ebuild} | 6 +++--- dev-util/ostree/{ostree-2020.7.ebuild => ostree-2021.3-r1.ebuild} | 6 +++--- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/dev-util/ostree/ostree-2019.5.ebuild b/dev-util/ostree/ostree-2019.5-r1.ebuild similarity index 96% rename from dev-util/ostree/ostree-2019.5.ebuild rename to dev-util/ostree/ostree-2019.5-r1.ebuild index d06c2895971..657cfbb03ad 100644 --- a/dev-util/ostree/ostree-2019.5.ebuild +++ b/dev-util/ostree/ostree-2019.5-r1.ebuild @@ -18,7 +18,7 @@ RESTRICT="test" REQUIRED_USE="httpd? ( || ( curl soup ) )" COMMON_DEPEND=" - archive? ( app-arch/libarchive ) + archive? ( app-arch/libarchive:= ) app-crypt/gpgme app-arch/xz-utils curl? ( net-misc/curl ) @@ -30,7 +30,7 @@ COMMON_DEPEND=" grub? ( sys-boot/grub:2= ) introspection? ( dev-libs/gobject-introspection ) ssl? ( - gnutls? ( net-libs/gnutls ) + gnutls? ( net-libs/gnutls:= ) !gnutls? ( dev-libs/openssl:0= ) ) >=sys-fs/fuse-2.9.2:0 sys-libs/zlib diff --git a/dev-util/ostree/ostree-2020.6.ebuild b/dev-util/ostree/ostree-2020.6-r1.ebuild similarity index 96% rename from dev-util/ostree/ostree-2020.6.ebuild rename to dev-util/ostree/ostree-2020.6-r1.ebuild index 5fd21f9d1b6..1becdf339f8 100644 --- a/dev-util/ostree/ostree-2020.6.ebuild +++ b/dev-util/ostree/ostree-2020.6-r1.ebuild @@ -18,7 +18,7 @@ RESTRICT="test" REQUIRED_USE="httpd? ( || ( curl soup ) )" COMMON_DEPEND=" - archive? ( app-arch/libarchive ) + archive? ( app-arch/libarchive:= ) app-crypt/gpgme app-arch/xz-utils curl? ( net-misc/curl ) @@ -30,7 +30,7 @@ COMMON_DEPEND=" grub? ( sys-boot/grub:2= ) introspection? ( dev-libs/gobject-introspection ) ssl? ( - gnutls? ( net-libs/gnutls ) + gnutls? ( net-libs/gnutls:= ) !gnutls? ( dev-libs/openssl:0= ) ) >=sys-fs/fuse-2.9.2:0 sys-libs/zlib diff --git a/dev-util/ostree/ostree-2021.3.ebuild b/dev-util/ostree/ostree-2020.7-r1.ebuild similarity index 95% rename from dev-util/ostree/ostree-2021.3.ebuild rename to dev-util/ostree/ostree-2020.7-r1.ebuild index 20c372540e2..db88053bf6d 100644 --- a/dev-util/ostree/ostree-2021.3.ebuild +++ b/dev-util/ostree/ostree-2020.7-r1.ebuild @@ -18,7 +18,7 @@ RESTRICT="test" REQUIRED_USE="httpd? ( || ( curl soup ) )" COMMON_DEPEND=" - archive? ( app-arch/libarchive ) + archive? ( app-arch/libarchive:= ) app-arch/xz-utils curl? ( net-misc/curl ) soup? ( net-libs/libsoup ) @@ -32,7 +32,7 @@ COMMON_DEPEND=" grub? ( sys-boot/grub:2= ) introspection? ( dev-libs/gobject-introspection ) ssl? ( - gnutls? ( net-libs/gnutls ) + gnutls? ( net-libs/gnutls:= ) !gnutls? ( dev-libs/openssl:0= ) @@ -41,7 +41,7 @@ COMMON_DEPEND=" sys-libs/zlib libmount? ( sys-apps/util-linux ) selinux? ( sys-libs/libselinux ) - sodium? ( >=dev-libs/libsodium-1.0.14 ) + sodium? ( >=dev-libs/libsodium-1.0.14:= ) systemd? ( sys-apps/systemd:0= ) zeroconf? ( net-dns/avahi[dbus] )" diff --git a/dev-util/ostree/ostree-2020.8.ebuild b/dev-util/ostree/ostree-2020.8-r1.ebuild similarity index 95% rename from dev-util/ostree/ostree-2020.8.ebuild rename to dev-util/ostree/ostree-2020.8-r1.ebuild index c01961c4902..01da470775d 100644 --- a/dev-util/ostree/ostree-2020.8.ebuild +++ b/dev-util/ostree/ostree-2020.8-r1.ebuild @@ -18,7 +18,7 @@ RESTRICT="test" REQUIRED_USE="httpd? ( || ( curl soup ) )" COMMON_DEPEND=" - archive? ( app-arch/libarchive ) + archive? ( app-arch/libarchive:= ) app-arch/xz-utils curl? ( net-misc/curl ) soup? ( net-libs/libsoup ) @@ -32,7 +32,7 @@ COMMON_DEPEND=" grub? ( sys-boot/grub:2= ) introspection? ( dev-libs/gobject-introspection ) ssl? ( - gnutls? ( net-libs/gnutls ) + gnutls? ( net-libs/gnutls:= ) !gnutls? ( dev-libs/openssl:0= ) @@ -41,7 +41,7 @@ COMMON_DEPEND=" sys-libs/zlib libmount? ( sys-apps/util-linux ) selinux? ( sys-libs/libselinux ) - sodium? ( >=dev-libs/libsodium-1.0.14 ) + sodium? ( >=dev-libs/libsodium-1.0.14:= ) systemd? ( sys-apps/systemd:0= ) zeroconf? ( net-dns/avahi[dbus] )" diff --git a/dev-util/ostree/ostree-2020.7.ebuild b/dev-util/ostree/ostree-2021.3-r1.ebuild similarity index 95% rename from dev-util/ostree/ostree-2020.7.ebuild rename to dev-util/ostree/ostree-2021.3-r1.ebuild index 20c372540e2..db88053bf6d 100644 --- a/dev-util/ostree/ostree-2020.7.ebuild +++ b/dev-util/ostree/ostree-2021.3-r1.ebuild @@ -18,7 +18,7 @@ RESTRICT="test" REQUIRED_USE="httpd? ( || ( curl soup ) )" COMMON_DEPEND=" - archive? ( app-arch/libarchive ) + archive? ( app-arch/libarchive:= ) app-arch/xz-utils curl? ( net-misc/curl ) soup? ( net-libs/libsoup ) @@ -32,7 +32,7 @@ COMMON_DEPEND=" grub? ( sys-boot/grub:2= ) introspection? ( dev-libs/gobject-introspection ) ssl? ( - gnutls? ( net-libs/gnutls ) + gnutls? ( net-libs/gnutls:= ) !gnutls? ( dev-libs/openssl:0= ) @@ -41,7 +41,7 @@ COMMON_DEPEND=" sys-libs/zlib libmount? ( sys-apps/util-linux ) selinux? ( sys-libs/libselinux ) - sodium? ( >=dev-libs/libsodium-1.0.14 ) + sodium? ( >=dev-libs/libsodium-1.0.14:= ) systemd? ( sys-apps/systemd:0= ) zeroconf? ( net-dns/avahi[dbus] )"