diff options
| author | Alfredo Tupone <tupone@gentoo.org> | 2024-09-23 18:48:22 +0200 |
|---|---|---|
| committer | Alfredo Tupone <tupone@gentoo.org> | 2024-09-23 18:48:22 +0200 |
| commit | 9d4f01c0e03e92f6b15ccf07cb18b866598b1e9b (patch) | |
| tree | 0ac59e3e10a25f0a464d041a37a18ba323c828a9 /dev-lang/tcl/tcl-8.6.15.ebuild | |
| parent | 73c2bd175e8a976112f4d8d73a5e19bc239aea46 (diff) | |
| download | gentoo-9d4f01c0e03e92f6b15ccf07cb18b866598b1e9b.tar.gz gentoo-9d4f01c0e03e92f6b15ccf07cb18b866598b1e9b.tar.bz2 gentoo-9d4f01c0e03e92f6b15ccf07cb18b866598b1e9b.zip | |
dev-lang/tcl: update EAPI 7 -> 8
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-lang/tcl/tcl-8.6.15.ebuild')
| -rw-r--r-- | dev-lang/tcl/tcl-8.6.15.ebuild | 6 |
1 files 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 |
