diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-11-28 19:30:04 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-11-28 19:47:10 +0100 |
commit | 420d9269c0f40f31e227c956694f2c0206547fc9 (patch) | |
tree | 8a115d11de3de310f08d77683e13983d27d95a1f /dev-libs | |
parent | dev-libs/linux-syscall-support: VariableOrderWrong (diff) | |
download | gentoo-420d9269c0f40f31e227c956694f2c0206547fc9.tar.gz gentoo-420d9269c0f40f31e227c956694f2c0206547fc9.tar.bz2 gentoo-420d9269c0f40f31e227c956694f2c0206547fc9.zip |
dev-libs/pocketfft: VariableOrderWrong
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/pocketfft/pocketfft-2021.11.23.ebuild | 6 |
1 files 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 |