commit:     f3a18c731d6a1dd49a047ebff75f92652ef3b3ef
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 16 22:11:10 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Feb 16 22:11:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3a18c73

dev-ruby/gpgme: add subslot op on app-crypt/gpgme

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-ruby/gpgme/{gpgme-2.0.20.ebuild => gpgme-2.0.20-r2.ebuild}    | 7 ++++---
 dev-ruby/gpgme/{gpgme-2.0.20-r1.ebuild => gpgme-2.0.20-r3.ebuild} | 7 ++++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/dev-ruby/gpgme/gpgme-2.0.20.ebuild 
b/dev-ruby/gpgme/gpgme-2.0.20-r2.ebuild
similarity index 90%
rename from dev-ruby/gpgme/gpgme-2.0.20.ebuild
rename to dev-ruby/gpgme/gpgme-2.0.20-r2.ebuild
index e0e3c9d28214..5b45be052d93 100644
--- a/dev-ruby/gpgme/gpgme-2.0.20.ebuild
+++ b/dev-ruby/gpgme/gpgme-2.0.20-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -20,8 +20,9 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND+=">=app-crypt/gpgme-1.1.3 test? ( >=app-crypt/gpgme-1.13.0 )"
-RDEPEND+=">=app-crypt/gpgme-1.1.3"
+RDEPEND="
+       app-crypt/gpgme:="
+DEPEND="${RDEPEND}"
 
 ruby_add_bdepend "test? ( dev-ruby/mocha:0.14 )"
 

diff --git a/dev-ruby/gpgme/gpgme-2.0.20-r1.ebuild 
b/dev-ruby/gpgme/gpgme-2.0.20-r3.ebuild
similarity index 89%
rename from dev-ruby/gpgme/gpgme-2.0.20-r1.ebuild
rename to dev-ruby/gpgme/gpgme-2.0.20-r3.ebuild
index a5f8cb60ba63..3200ae3ba2e0 100644
--- a/dev-ruby/gpgme/gpgme-2.0.20-r1.ebuild
+++ b/dev-ruby/gpgme/gpgme-2.0.20-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -22,8 +22,9 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND+=">=app-crypt/gpgme-1.1.3 test? ( >=app-crypt/gpgme-1.13.0 )"
-RDEPEND+=">=app-crypt/gpgme-1.1.3"
+RDEPEND="
+       app-crypt/gpgme:="
+DEPEND="${RDEPEND}"
 
 ruby_add_bdepend "test? ( dev-ruby/mocha:0.14 )"
 

Reply via email to