diff options
author | David Michael <fedora.dm0@gmail.com> | 2020-12-25 21:29:54 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-01-18 16:09:54 -0500 |
commit | 5f276eaebae13c45028ccd53eaf2a95bc19006e7 (patch) | |
tree | d432a3492962ba18673c5aa8ef46fe1cee2e9d28 /gnome-base/gnome-keyring | |
parent | app-arch/gnome-autoar: EAPI 7 (diff) | |
download | gentoo-5f276eaebae13c45028ccd53eaf2a95bc19006e7.tar.gz gentoo-5f276eaebae13c45028ccd53eaf2a95bc19006e7.tar.bz2 gentoo-5f276eaebae13c45028ccd53eaf2a95bc19006e7.zip |
gnome-base/gnome-keyring: EAPI 7
This puts the eselect dependency in both RDEPEND and BDEPEND until
IDEPEND exists.
Signed-off-by: David Michael <fedora.dm0@gmail.com>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gnome-base/gnome-keyring')
-rw-r--r-- | gnome-base/gnome-keyring/gnome-keyring-3.36.0.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gnome-base/gnome-keyring/gnome-keyring-3.36.0.ebuild b/gnome-base/gnome-keyring/gnome-keyring-3.36.0.ebuild index c28cbcaedec6..9315b7b2daba 100644 --- a/gnome-base/gnome-keyring/gnome-keyring-3.36.0.ebuild +++ b/gnome-base/gnome-keyring/gnome-keyring-3.36.0.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -GNOME2_LA_PUNT="yes" +EAPI=7 PYTHON_COMPAT=( python3_{6..9} ) inherit fcaps gnome2 pam python-any-r1 virtualx @@ -19,16 +18,18 @@ KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x # Replace gkd gpg-agent with pinentry[gnome-keyring] one, bug #547456 RDEPEND=" >=app-crypt/gcr-3.27.90:=[gtk] - >=dev-libs/glib-2.44:2 + >=app-crypt/gnupg-2.0.28:= + >=app-eselect/eselect-pinentry-0.5 app-misc/ca-certificates + >=dev-libs/glib-2.44:2 >=dev-libs/libgcrypt-1.2.2:0= caps? ( sys-libs/libcap-ng ) pam? ( sys-libs/pam ) selinux? ( sec-policy/selinux-gnome ) - >=app-crypt/gnupg-2.0.28:= ssh-agent? ( net-misc/openssh ) " -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" >=app-eselect/eselect-pinentry-0.5 app-text/docbook-xml-dtd:4.3 dev-libs/libxslt |