commit: 0a99de74bc41ce4e6f433d1b5b7c84425ae257ab Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Tue Nov 26 19:18:49 2024 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Tue Nov 26 19:28:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a99de74
dev-lang/spark: VariableOrderWrong Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-lang/spark/spark-2021.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-lang/spark/spark-2021.ebuild b/dev-lang/spark/spark-2021.ebuild index 9b763b07b66a..4c19fe5a5d30 100644 --- a/dev-lang/spark/spark-2021.ebuild +++ b/dev-lang/spark/spark-2021.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,6 +18,8 @@ HOMEPAGE="http://libre.adacore.com" SRC_URI="${ADA_MIRROR}/${ID}?filename=${MYP}.tar.gz -> ${MYP}.tar.gz ${ADA_MIRROR}/${GNATID}?filename=${GNATDIR}.tar.gz -> ${GNATDIR}.tar.gz" +S="${WORKDIR}"/${MYP} + LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" @@ -32,8 +34,6 @@ DEPEND="${RDEPEND} REQUIRED_USE="${ADA_REQUIRED_USE}" -S="${WORKDIR}"/${MYP} - PATCHES=( "${FILESDIR}"/${P}-gentoo.patch ) src_prepare() {
