From ed1db2323e538b13f5e3f603eb208d8fc0ff596b Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Mon, 14 Apr 2025 04:44:37 +0200 Subject: [PATCH] net-libs/gupnp: update EAPI 7 -> 8 Signed-off-by: Pacho Ramos --- net-libs/gupnp/gupnp-1.4.3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-libs/gupnp/gupnp-1.4.3.ebuild b/net-libs/gupnp/gupnp-1.4.3.ebuild index 370b5cc5c50e7..8311b76652600 100644 --- a/net-libs/gupnp/gupnp-1.4.3.ebuild +++ b/net-libs/gupnp/gupnp-1.4.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{10..13} ) PYTHON_REQ_USE="xml(+)" @@ -50,8 +50,8 @@ PATCHES=( ) src_prepare() { - use introspection && vala_src_prepare - xdg_src_prepare + default + use introspection && vala_setup # This makes sense for upstream but not for us downstream, bug #906124. sed -i -e '/-Werror=deprecated-declarations/d' meson.build || die