commit: ed1db2323e538b13f5e3f603eb208d8fc0ff596b
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 14 02:44:37 2025 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Apr 14 02:56:48 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed1db232
net-libs/gupnp: update EAPI 7 -> 8
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
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 370b5cc5c50e..8311b7665260 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