From 849f6c9f181e8d6d7790a06d23229f043e1b4062 Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Sat, 3 Apr 2021 21:17:14 -0400 Subject: app-crypt/libsecret: sync --- app-crypt/libsecret/libsecret-0.20.4-r1.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'app-crypt') diff --git a/app-crypt/libsecret/libsecret-0.20.4-r1.ebuild b/app-crypt/libsecret/libsecret-0.20.4-r1.ebuild index 12ea695..4dc63f2 100644 --- a/app-crypt/libsecret/libsecret-0.20.4-r1.ebuild +++ b/app-crypt/libsecret/libsecret-0.20.4-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) VALA_USE_DEPEND=vapigen inherit gnome2 meson multilib-minimal python-any-r1 vala virtualx @@ -15,7 +15,10 @@ SLOT="0" IUSE="+crypt gtk-doc +introspection test +vala" RESTRICT="!test? ( test )" -REQUIRED_USE="vala? ( introspection )" +REQUIRED_USE=" + vala? ( introspection ) + gtk-doc? ( crypt ) +" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -- cgit v1.2.3-54-g00ecf