mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
app-admin/gnome-passwordsafe: fix PythonRuntimeDepInAnyR1
python-any --> python, as python seems to be required at runtime as well Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
@@ -5,7 +5,7 @@ EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{7..9} )
|
||||
|
||||
inherit gnome2-utils meson xdg python-any-r1
|
||||
inherit gnome2-utils meson xdg python-r1
|
||||
|
||||
DESCRIPTION="A password manager for GNOME"
|
||||
HOMEPAGE="https://gitlab.gnome.org/World/PasswordSafe"
|
||||
|
||||
@@ -5,7 +5,7 @@ EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{7..9} )
|
||||
|
||||
inherit gnome2-utils meson xdg python-any-r1
|
||||
inherit gnome2-utils meson xdg python-r1
|
||||
|
||||
DESCRIPTION="A password manager for GNOME"
|
||||
HOMEPAGE="https://gitlab.gnome.org/World/PasswordSafe"
|
||||
|
||||
Reference in New Issue
Block a user