commit: 23e39a458fcb6d4351bdbdc12bc98d3a05aae263 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Thu Nov 28 18:40:35 2024 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Thu Nov 28 18:47:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23e39a45
sci-libs/XNNPACK: VariableOrderWrong Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> sci-libs/XNNPACK/XNNPACK-2022.02.17-r1.ebuild | 6 +++--- sci-libs/XNNPACK/XNNPACK-2022.12.22.ebuild | 6 +++--- 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 )
