commit:     5167f49a9154d5d47b1bb46b0872abcd9302c51c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 30 18:42:58 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 30 18:56:03 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5167f49a

app-portage/unsymlink-lib: Bump to EAPI 8

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-portage/unsymlink-lib/unsymlink-lib-20.ebuild | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/app-portage/unsymlink-lib/unsymlink-lib-20.ebuild 
b/app-portage/unsymlink-lib/unsymlink-lib-20.ebuild
index dcb3f06409c2..7d04e26e66c1 100644
--- a/app-portage/unsymlink-lib/unsymlink-lib-20.ebuild
+++ b/app-portage/unsymlink-lib/unsymlink-lib-20.ebuild
@@ -1,14 +1,18 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..12} )
 
-PYTHON_COMPAT=( python3_{10..12} )
 inherit python-single-r1
 
 DESCRIPTION="Convert your system to SYMLINK_LIB=no"
-HOMEPAGE="https://github.com/projg2/unsymlink-lib";
-SRC_URI="https://github.com/projg2/unsymlink-lib/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+HOMEPAGE="https://github.com/projg2/unsymlink-lib/";
+SRC_URI="
+       https://github.com/projg2/unsymlink-lib/archive/v${PV}.tar.gz
+               -> ${P}.tar.gz
+"
 
 LICENSE="BSD-2"
 SLOT="0"
@@ -18,10 +22,12 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 # should expect leftover images
 RESTRICT="test"
 
-RDEPEND="${PYTHON_DEPS}
+RDEPEND="
+       ${PYTHON_DEPS}
        $(python_gen_cond_dep '
                sys-apps/portage[${PYTHON_USEDEP}]
-       ')"
+       ')
+"
 
 src_install() {
        python_doscript unsymlink-lib

Reply via email to