commit: d5384080437b5406d7ba31af0954878c8c5f073a Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sat Nov 9 10:46:12 2024 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sat Nov 9 12:29:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5384080
app-text/iso-codes: Reorder variables Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> app-text/iso-codes/iso-codes-4.17.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/iso-codes/iso-codes-4.17.0.ebuild b/app-text/iso-codes/iso-codes-4.17.0.ebuild index dc0c34d10348..1b5f1e4ee079 100644 --- a/app-text/iso-codes/iso-codes-4.17.0.ebuild +++ b/app-text/iso-codes/iso-codes-4.17.0.ebuild @@ -11,6 +11,7 @@ inherit python-any-r1 DESCRIPTION="ISO language, territory, currency, script codes and their translations" HOMEPAGE="https://salsa.debian.org/iso-codes-team/iso-codes" SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz" +S="${WORKDIR}/${PN}-v${PV}" LICENSE="LGPL-2.1+" SLOT="0" @@ -19,7 +20,6 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc BDEPEND="${PYTHON_DEPS} sys-devel/gettext " -S="${WORKDIR}/${PN}-v${PV}" # This ebuild does not install any binaries. RESTRICT="binchecks strip"
