commit:     9d4f01c0e03e92f6b15ccf07cb18b866598b1e9b
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 23 16:48:22 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Sep 23 16:48:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d4f01c0

dev-lang/tcl: update EAPI 7 -> 8

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-lang/tcl/tcl-8.6.15.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-lang/tcl/tcl-8.6.15.ebuild b/dev-lang/tcl/tcl-8.6.15.ebuild
index 8cdb9a9ceb67..304efcfe01f0 100644
--- a/dev-lang/tcl/tcl-8.6.15.ebuild
+++ b/dev-lang/tcl/tcl-8.6.15.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 # Please bump with dev-lang/tk!
 
@@ -12,6 +12,8 @@ MY_P="${PN}${PV}"
 DESCRIPTION="Tool Command Language"
 HOMEPAGE="http://www.tcl.tk/";
 SRC_URI="https://downloads.sourceforge.net/tcl/${PN}-core${PV}-src.tar.gz";
+
+SPARENT="${WORKDIR}/${MY_P}"
 S="${SPARENT}"/unix
 
 LICENSE="tcltk Spencer-99"
@@ -22,8 +24,6 @@ IUSE="debug +threads"
 RDEPEND=">=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}"
 
-SPARENT="${WORKDIR}/${MY_P}"
-
 PATCHES=(
        "${FILESDIR}"/${PN}-8.6.10-multilib.patch
        "${FILESDIR}"/${PN}-8.6.8-conf.patch # Bug 125971

Reply via email to