diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-11-09 11:46:12 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-11-09 13:29:00 +0100 |
commit | d5384080437b5406d7ba31af0954878c8c5f073a (patch) | |
tree | d40d1e685803e6c77414fc7c467bf2e3929450d7 /app-text | |
parent | app-text/iso-codes: Bump to 4.17.0 (diff) | |
download | gentoo-d5384080437b5406d7ba31af0954878c8c5f073a.tar.gz gentoo-d5384080437b5406d7ba31af0954878c8c5f073a.tar.bz2 gentoo-d5384080437b5406d7ba31af0954878c8c5f073a.zip |
app-text/iso-codes: Reorder variables
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/iso-codes/iso-codes-4.17.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |