diff options
author | David Seifert <soap@gentoo.org> | 2022-02-16 23:11:10 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-02-16 23:11:10 +0100 |
commit | f3a18c731d6a1dd49a047ebff75f92652ef3b3ef (patch) | |
tree | 9684bc583511b3105b93d07132d99932dc6f87c1 /dev-ruby/gpgme | |
parent | dev-util/geany-plugins: remove explicit gpgme slot (diff) | |
download | gentoo-f3a18c731d6a1dd49a047ebff75f92652ef3b3ef.tar.gz gentoo-f3a18c731d6a1dd49a047ebff75f92652ef3b3ef.tar.bz2 gentoo-f3a18c731d6a1dd49a047ebff75f92652ef3b3ef.zip |
dev-ruby/gpgme: add subslot op on app-crypt/gpgme
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-ruby/gpgme')
-rw-r--r-- | dev-ruby/gpgme/gpgme-2.0.20-r2.ebuild (renamed from dev-ruby/gpgme/gpgme-2.0.20.ebuild) | 7 | ||||
-rw-r--r-- | dev-ruby/gpgme/gpgme-2.0.20-r3.ebuild (renamed from dev-ruby/gpgme/gpgme-2.0.20-r1.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 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 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 )" |