diff options
-rw-r--r-- | games-util/catcodec/catcodec-1.0.5.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/games-util/catcodec/catcodec-1.0.5.ebuild b/games-util/catcodec/catcodec-1.0.5.ebuild index 3f5828e10959..9fd03ab1e074 100644 --- a/games-util/catcodec/catcodec-1.0.5.ebuild +++ b/games-util/catcodec/catcodec-1.0.5.ebuild @@ -1,17 +1,17 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -inherit eutils toolchain-funcs +EAPI=7 + +inherit toolchain-funcs DESCRIPTION="Decodes and encodes sample catalogues for OpenTTD" -HOMEPAGE="http://www.openttd.org/en/download-catcodec" -SRC_URI="http://binaries.openttd.org/extra/catcodec/${PV}/${P}-source.tar.xz" +HOMEPAGE="https://www.openttd.org/en/download-catcodec" +SRC_URI="https://binaries.openttd.org/extra/catcodec/${PV}/${P}-source.tar.xz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc64 ~x86" -IUSE="" src_prepare() { default |