commit: 420d9269c0f40f31e227c956694f2c0206547fc9 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Thu Nov 28 18:30:04 2024 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Thu Nov 28 18:47:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=420d9269
dev-libs/pocketfft: VariableOrderWrong Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-libs/pocketfft/pocketfft-2021.11.23.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/pocketfft/pocketfft-2021.11.23.ebuild b/dev-libs/pocketfft/pocketfft-2021.11.23.ebuild index 3c4b2408412a..6c6423c21f31 100644 --- a/dev-libs/pocketfft/pocketfft-2021.11.23.ebuild +++ b/dev-libs/pocketfft/pocketfft-2021.11.23.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 @@ -10,12 +10,12 @@ HOMEPAGE="https://github.com/mreineck/pocketfft/" SRC_URI="https://github.com/mreineck/${PN}/archive/${CommitId}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}"/${PN}-${CommitId} + LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" -S="${WORKDIR}"/${PN}-${CommitId} - src_install() { doheader pocketfft_hdronly.h default
