This commit is contained in:
Gerben Jan Dijkman 2024-10-06 16:09:32 +02:00
parent 248b632f49
commit 12f7f7b503

View File

@ -3,10 +3,9 @@
EAPI=8 EAPI=8
LUA_COMPAT=( lua5-1 luajit )
PYTHON_COMPAT=( python3_{10..12} ) PYTHON_COMPAT=( python3_{10..12} )
inherit gnome.org lua-single meson python-single-r1 vala virtualx xdg inherit gnome.org meson python-single-r1 vala virtualx xdg
DESCRIPTION="A GObject plugins library" DESCRIPTION="A GObject plugins library"
HOMEPAGE="https://wiki.gnome.org/Projects/Libpeas https://gitlab.gnome.org/GNOME/libpeas" HOMEPAGE="https://wiki.gnome.org/Projects/Libpeas https://gitlab.gnome.org/GNOME/libpeas"
@ -42,7 +41,6 @@ BDEPEND="
" "
pkg_setup() { pkg_setup() {
use lua && lua-single_pkg_setup
use python && python-single-r1_pkg_setup use python && python-single-r1_pkg_setup
} }