diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-04-01 17:36:27 +0200 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2022-04-02 10:05:28 +0100 |
commit | b62bd3d9900cc6d364bebeff3fcd7b745dfc43f8 (patch) | |
tree | 54c255676d643c898a1ee66bc2669a235ebdece0 /games-engines | |
parent | games-fps/rott: EAPI8 bump, use HTTPS, fix calling cc directly (diff) | |
download | gentoo-b62bd3d9900cc6d364bebeff3fcd7b745dfc43f8.tar.gz gentoo-b62bd3d9900cc6d364bebeff3fcd7b745dfc43f8.tar.bz2 gentoo-b62bd3d9900cc6d364bebeff3fcd7b745dfc43f8.zip |
games-engines/xzip: EAPI8 bump, fix HOMEPAGE, fix calling cc directly
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/24851
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/xzip/xzip-1.8.2-r3.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/games-engines/xzip/xzip-1.8.2-r3.ebuild b/games-engines/xzip/xzip-1.8.2-r3.ebuild index b961ce3ca312..c6cb0d735cdb 100644 --- a/games-engines/xzip/xzip-1.8.2-r3.ebuild +++ b/games-engines/xzip/xzip-1.8.2-r3.ebuild @@ -1,16 +1,17 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 + +inherit toolchain-funcs DESCRIPTION="X interface to Z-code based text games" -HOMEPAGE="http://www.eblong.com/zarf/xzip.html" -SRC_URI="http://www.eblong.com/zarf/ftp/xzip182.tar.Z" +HOMEPAGE="https://www.eblong.com/zarf/xzip.html" +SRC_URI="https://www.eblong.com/zarf/ftp/xzip182.tar.Z" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" RESTRICT="test" DEPEND="x11-libs/libX11" @@ -19,6 +20,7 @@ RDEPEND=${DEPEND} S="${WORKDIR}/xzip" src_compile() { + tc-export CC emake \ CFLAGS="${CFLAGS} -DAUTO_END_MODE" \ LDFLAGS="${LDFLAGS}" |