net-im/gajim: remove net-libs/gupnp-igd dependency

Upstream removed that dependency since version 1.5.3

https://dev.gajim.org/gajim/gajim/-/issues/11183
4b497df5d0

[flow: drop old ebuild, bump to stable]

Signed-off-by: Cristian Othón Martínez Vera <cfuga@cfuga.mx>
Closes: https://github.com/gentoo/gentoo/pull/39487
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
Cristian Othón Martínez Vera
2024-11-26 16:24:18 -06:00
committed by Florian Schmaus
parent 7dd39ad21b
commit afe7563a64
2 changed files with 2 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ SLOT="0"
# when https://bugs.gentoo.org/912285 is fixed.
KEYWORDS="amd64 ~arm64 ~loong ~riscv x86"
IUSE="+crypt geolocation jingle remote rst +spell upnp +webp"
IUSE="+crypt geolocation jingle remote rst +spell +webp"
COMMON_DEPEND="
dev-libs/gobject-introspection[cairo(+)]
@@ -76,7 +76,6 @@ RDEPEND="${COMMON_DEPEND}
app-text/gspell[introspection]
app-text/hunspell
)
upnp? ( net-libs/gupnp-igd:0[introspection] )
')"
python_compile() {

View File

@@ -20,7 +20,7 @@ SLOT="0"
# Rekeyword for ~long, ~x86 and ~riscv, when https://bugs.gentoo.org/937582 is fixed.
# KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
KEYWORDS="~amd64 ~arm64"
IUSE="+crypt geolocation jingle remote rst +spell upnp +webp"
IUSE="+crypt geolocation jingle remote rst +spell +webp"
COMMON_DEPEND="
dev-libs/gobject-introspection[cairo(+)]
@@ -76,7 +76,6 @@ RDEPEND="${COMMON_DEPEND}
app-text/gspell[introspection]
app-text/hunspell
)
upnp? ( net-libs/gupnp-igd:0[introspection] )
')"
python_compile() {