diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2021-04-03 21:17:14 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2021-04-03 21:17:14 -0400 |
commit | 849f6c9f181e8d6d7790a06d23229f043e1b4062 (patch) | |
tree | 18f23d9f8c36f59dc633ec71f178b197425b8023 /app-crypt | |
parent | 8c64cef0ffb72c00aadd32e68e5aa4c87956ae9a (diff) | |
download | gentoo-overlay-849f6c9f181e8d6d7790a06d23229f043e1b4062.tar.xz gentoo-overlay-849f6c9f181e8d6d7790a06d23229f043e1b4062.zip |
app-crypt/libsecret: sync
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/libsecret/libsecret-0.20.4-r1.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
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" |