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:
Andrew Ammerlaan
2021-03-28 11:21:04 +02:00
parent a8ef7718b1
commit 3c2c7d0ed4
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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"