summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2024-11-28 19:40:35 +0100
committerAlfredo Tupone <tupone@gentoo.org>2024-11-28 19:47:38 +0100
commit23e39a458fcb6d4351bdbdc12bc98d3a05aae263 (patch)
treedb3db6e51bd644da75e69174f2853ece13de9a3e /sci-libs/XNNPACK
parentsci-libs/NNPACK: VariableOrderWrong (diff)
downloadgentoo-23e39a458fcb6d4351bdbdc12bc98d3a05aae263.tar.gz
gentoo-23e39a458fcb6d4351bdbdc12bc98d3a05aae263.tar.bz2
gentoo-23e39a458fcb6d4351bdbdc12bc98d3a05aae263.zip
sci-libs/XNNPACK: VariableOrderWrong
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs/XNNPACK')
-rw-r--r--sci-libs/XNNPACK/XNNPACK-2022.02.17-r1.ebuild6
-rw-r--r--sci-libs/XNNPACK/XNNPACK-2022.12.22.ebuild6
2 files changed, 6 insertions, 6 deletions
diff --git a/sci-libs/XNNPACK/XNNPACK-2022.02.17-r1.ebuild b/sci-libs/XNNPACK/XNNPACK-2022.02.17-r1.ebuild
index 3f4751f7b98e..6cf32190a7b0 100644
--- a/sci-libs/XNNPACK/XNNPACK-2022.02.17-r1.ebuild
+++ b/sci-libs/XNNPACK/XNNPACK-2022.02.17-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,6 +11,8 @@ HOMEPAGE="https://github.com/google/XNNPACK/"
SRC_URI="https://github.com/google/${PN}/archive/${CommitId}.tar.gz
-> ${P}.tar.gz"
+S="${WORKDIR}"/${PN}-${CommitId}
+
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
@@ -29,8 +31,6 @@ BDEPEND="test? ( dev-cpp/gtest )"
RESTRICT="!test? ( test )"
REQUIRED_USE="test? ( static-libs )"
-S="${WORKDIR}"/${PN}-${CommitId}
-
PATCHES=(
"${FILESDIR}"/${P}-gentoo.patch
)
diff --git a/sci-libs/XNNPACK/XNNPACK-2022.12.22.ebuild b/sci-libs/XNNPACK/XNNPACK-2022.12.22.ebuild
index c30a840eaf57..5fdc3ebf2dd9 100644
--- a/sci-libs/XNNPACK/XNNPACK-2022.12.22.ebuild
+++ b/sci-libs/XNNPACK/XNNPACK-2022.12.22.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,6 +11,8 @@ HOMEPAGE="https://github.com/google/XNNPACK/"
SRC_URI="https://github.com/google/${PN}/archive/${CommitId}.tar.gz
-> ${P}.tar.gz"
+S="${WORKDIR}"/${PN}-${CommitId}
+
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
@@ -29,8 +31,6 @@ BDEPEND="test? ( dev-cpp/gtest )"
RESTRICT="!test? ( test )"
REQUIRED_USE="test? ( static-libs )"
-S="${WORKDIR}"/${PN}-${CommitId}
-
PATCHES=(
"${FILESDIR}"/${PN}-2022.02.17-gentoo.patch
)