wesng: dep rename

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-11-25 11:02:32 -05:00
parent 926813a865
commit abccdc93a7
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
3 changed files with 7 additions and 7 deletions

View file

@ -1,8 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata> <pkgmetadata>
<maintainer type="person"> <upstream>
<email>gkroon@maelstrom.ninja</email> <remote-id type="github">bitsadmin/wesng</remote-id>
<name>Guido Kroon</name> </upstream>
</maintainer>
</pkgmetadata> </pkgmetadata>

View file

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors # Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
PYTHON_COMPAT=( python3_{10..12} ) PYTHON_COMPAT=( python3_{10..13} )
inherit python-single-r1 wrapper inherit python-single-r1 wrapper
@ -23,12 +23,13 @@ fi
LICENSE="BSD" LICENSE="BSD"
SLOT="0" SLOT="0"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="${PYTHON_DEPS}" DEPEND="${PYTHON_DEPS}"
RDEPEND="${DEPEND} RDEPEND="${DEPEND}
$(python_gen_cond_dep ' $(python_gen_cond_dep '
dev-python/chardet[${PYTHON_USEDEP}] dev-python/chardet[${PYTHON_USEDEP}]
dev-python/MechanicalSoup[${PYTHON_USEDEP}] dev-python/mechanicalsoup[${PYTHON_USEDEP}]
')" ')"
pkg_setup() { pkg_setup() {