Skip to content

Commit

Permalink
games-puzzle/lightsoff: use python-any-r1 for meson postinst script
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp <[email protected]>
  • Loading branch information
leio committed Jan 16, 2022
1 parent d6375c2 commit f66d393
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions games-puzzle/lightsoff/lightsoff-40.0.1.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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
Expand Down

0 comments on commit f66d393

Please sign in to comment.