commit: 7e316dcb4e1866a0faea76f9cf7a35023ac2b350 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Thu Nov 28 18:39:11 2024 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Thu Nov 28 18:47:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e316dcb
sci-libs/NNPACK: VariableOrderWrong Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> sci-libs/NNPACK/NNPACK-2020.12.22-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/NNPACK/NNPACK-2020.12.22-r2.ebuild b/sci-libs/NNPACK/NNPACK-2020.12.22-r2.ebuild index a954faa6d9ef..73905610fde2 100644 --- a/sci-libs/NNPACK/NNPACK-2020.12.22-r2.ebuild +++ b/sci-libs/NNPACK/NNPACK-2020.12.22-r2.ebuild @@ -13,6 +13,8 @@ HOMEPAGE="https://github.com/Maratyszcza/NNPACK/" 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" @@ -36,8 +38,6 @@ BDEPEND=" ') " -S="${WORKDIR}"/${PN}-${CommitId} - PATCHES=( "${FILESDIR}"/${P}-gentoo.patch ) python_check_deps() {
