summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2024-11-28 19:39:11 +0100
committerAlfredo Tupone <tupone@gentoo.org>2024-11-28 19:47:33 +0100
commit7e316dcb4e1866a0faea76f9cf7a35023ac2b350 (patch)
tree0e8065fa211182d2d52f1c6a3a5e56d91ab64000 /sci-libs
parentnet-print/cnijfilter2: VariableOrderWrong (diff)
downloadgentoo-7e316dcb4e1866a0faea76f9cf7a35023ac2b350.tar.gz
gentoo-7e316dcb4e1866a0faea76f9cf7a35023ac2b350.tar.bz2
gentoo-7e316dcb4e1866a0faea76f9cf7a35023ac2b350.zip
sci-libs/NNPACK: VariableOrderWrong
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/NNPACK/NNPACK-2020.12.22-r2.ebuild4
1 files 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() {