diff options
-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 |