summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-tcltk/thread/thread-2.8.5.ebuild')
-rw-r--r--dev-tcltk/thread/thread-2.8.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-tcltk/thread/thread-2.8.5.ebuild b/dev-tcltk/thread/thread-2.8.5.ebuild
index 299354e5ba6b..046cf4206808 100644
--- a/dev-tcltk/thread/thread-2.8.5.ebuild
+++ b/dev-tcltk/thread/thread-2.8.5.ebuild
@@ -11,6 +11,8 @@ DESCRIPTION="Tcl Thread extension"
HOMEPAGE="http://www.tcl.tk/"
SRC_URI="mirror://sourceforge/project/tcl/Thread%20Extension/${PV}/${MY_P}.tar.gz"
+S="${WORKDIR}"/${MY_P}
+
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
@@ -22,8 +24,6 @@ QA_CONFIG_IMPL_DECL_SKIP=(
stat64 # used to test for Large File Support
)
-S="${WORKDIR}"/${MY_P}
-
PATCHES=( "${FILESDIR}"/${P}-musl.patch )
src_prepare() {