diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-03-11 12:21:10 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-03-11 12:21:50 +0100 |
commit | 03fb090e73352b099f3a2460530d81d13c98a5f0 (patch) | |
tree | 66ce05e234af047838987d89a8ffd8463a32b4b6 /dev-tcltk | |
parent | games-util/heroic-bin: drop to maintainer-needed (diff) | |
download | gentoo-03fb090e73352b099f3a2460530d81d13c98a5f0.tar.gz gentoo-03fb090e73352b099f3a2460530d81d13c98a5f0.tar.bz2 gentoo-03fb090e73352b099f3a2460530d81d13c98a5f0.zip |
dev-tcltk/thread: do not use git or svn
Closes: https://bugs.gentoo.org/926704
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/thread/thread-2.8.9.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-tcltk/thread/thread-2.8.9.ebuild b/dev-tcltk/thread/thread-2.8.9.ebuild index 7a5750ff4138..ab64d0048cc7 100644 --- a/dev-tcltk/thread/thread-2.8.9.ebuild +++ b/dev-tcltk/thread/thread-2.8.9.ebuild @@ -33,6 +33,7 @@ PATCHES=( "${FILESDIR}"/${PN}-2.8.5-musl.patch ) src_prepare() { ln -s ../tclconfig-${TCLCONFIGId} tclconfig || die + echo "unknown" > manifest.uuid || die default # Search for libs in libdir not just exec_prefix/lib |