commit: 268ce934e24df239920fe11e98f2e55e0b9acaf3 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Thu Nov 28 18:41:21 2024 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Thu Nov 28 18:47:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=268ce934
sci-libs/foxi: VariableOrderWrong Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> sci-libs/foxi/foxi-2021.05.27.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/foxi/foxi-2021.05.27.ebuild b/sci-libs/foxi/foxi-2021.05.27.ebuild index 667c6691565a..ef8a2caf3511 100644 --- a/sci-libs/foxi/foxi-2021.05.27.ebuild +++ b/sci-libs/foxi/foxi-2021.05.27.ebuild @@ -11,14 +11,14 @@ HOMEPAGE="https://github.com/houseroad/foxi/" SRC_URI="https://github.com/houseroad/${PN}/archive/${CommitId}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}"/${PN}-${CommitId} + LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" RESTRICT="test" # No test available -S="${WORKDIR}"/${PN}-${CommitId} - PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
