diff options
author | Mart Raudsepp <leio@gentoo.org> | 2022-01-16 14:28:31 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2022-01-16 14:28:42 +0200 |
commit | f66d3939c387fe732249e07cb37200a0abc9805a (patch) | |
tree | 70ef4c83a281d38ca1f49b376517461a0b17d09d /games-puzzle/lightsoff | |
parent | games-puzzle/gnome-tetravex: enable py3.10 (diff) | |
download | gentoo-f66d3939c387fe732249e07cb37200a0abc9805a.tar.gz gentoo-f66d3939c387fe732249e07cb37200a0abc9805a.tar.bz2 gentoo-f66d3939c387fe732249e07cb37200a0abc9805a.zip |
games-puzzle/lightsoff: use python-any-r1 for meson postinst script
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'games-puzzle/lightsoff')
-rw-r--r-- | games-puzzle/lightsoff/lightsoff-40.0.1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild b/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild index e1122937c12e..741a544358b9 100644 --- a/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild +++ b/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 +PYTHON_COMPAT=( python3_{8..10} ) VALA_MIN_API_VERSION="0.40" -inherit gnome.org gnome2-utils meson xdg vala +inherit gnome.org gnome2-utils meson python-any-r1 xdg vala DESCRIPTION="Turn off all the lights" HOMEPAGE="https://wiki.gnome.org/Apps/Lightsoff" @@ -21,6 +22,7 @@ RDEPEND=" DEPEND="${RDEPEND}" # libxml2:2 needed for glib-compile-resources xml-stripblanks attributes BDEPEND=" + ${PYTHON_DEPS} dev-libs/appstream-glib dev-libs/libxml2:2 dev-util/itstool |