commit: 718e1084b5050749a43ea6cedac8c9f54c684d9c Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Thu Nov 28 18:21:54 2024 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Thu Nov 28 18:46:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=718e1084
dev-libs/FBGEMM: VariableOrderWrong Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-libs/FBGEMM/FBGEMM-2023.11.02.ebuild | 6 +++--- dev-libs/FBGEMM/FBGEMM-2023.12.01.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-libs/FBGEMM/FBGEMM-2023.11.02.ebuild b/dev-libs/FBGEMM/FBGEMM-2023.11.02.ebuild index ce3c44e805d1..f092b283f7b3 100644 --- a/dev-libs/FBGEMM/FBGEMM-2023.11.02.ebuild +++ b/dev-libs/FBGEMM/FBGEMM-2023.11.02.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 @@ -13,6 +13,8 @@ HOMEPAGE="https://github.com/pytorch/FBGEMM" SRC_URI="https://github.com/pytorch/${PN}/archive/${CommitId}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}"/${PN}-${CommitId} + LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" @@ -36,8 +38,6 @@ BDEPEND=" " RESTRICT="!test? ( test )" -S="${WORKDIR}"/${PN}-${CommitId} - python_check_deps() { if use doc; then python_has_version \ diff --git a/dev-libs/FBGEMM/FBGEMM-2023.12.01.ebuild b/dev-libs/FBGEMM/FBGEMM-2023.12.01.ebuild index 0d2e34d143c4..a95d1d8393dd 100644 --- a/dev-libs/FBGEMM/FBGEMM-2023.12.01.ebuild +++ b/dev-libs/FBGEMM/FBGEMM-2023.12.01.ebuild @@ -13,6 +13,8 @@ HOMEPAGE="https://github.com/pytorch/FBGEMM" SRC_URI="https://github.com/pytorch/${PN}/archive/${CommitId}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}"/${PN}-${CommitId} + LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" @@ -36,8 +38,6 @@ BDEPEND=" " RESTRICT="!test? ( test )" -S="${WORKDIR}"/${PN}-${CommitId} - python_check_deps() { if use doc; then python_has_version \
