commit: ab623359955c46bfbe667f5ffb788a320d5d7dfa Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Thu Nov 28 18:31:54 2024 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Thu Nov 28 18:47:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab623359
dev-libs/pthreadpool: VariableOrderWrong Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-libs/pthreadpool/pthreadpool-2023.08.29.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/pthreadpool/pthreadpool-2023.08.29.ebuild b/dev-libs/pthreadpool/pthreadpool-2023.08.29.ebuild index ba614beea387..dff4dce1131a 100644 --- a/dev-libs/pthreadpool/pthreadpool-2023.08.29.ebuild +++ b/dev-libs/pthreadpool/pthreadpool-2023.08.29.ebuild @@ -10,6 +10,8 @@ HOMEPAGE="https://github.com/Maratyszcza/pthreadpool" SRC_URI="https://github.com/Maratyszcza/${PN}/archive/${CommitId}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}"/${PN}-${CommitId} + LICENSE="BSD-2" SLOT="0" KEYWORDS="~amd64" @@ -20,8 +22,6 @@ RDEPEND="${DEPEND}" BDEPEND="test? ( dev-cpp/gtest )" RESTRICT="!test? ( test )" -S="${WORKDIR}"/${PN}-${CommitId} - PATCHES=( "${FILESDIR}"/${PN}-2022.05.09-gentoo.patch )
