From b62bd3d9900cc6d364bebeff3fcd7b745dfc43f8 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Fri, 1 Apr 2022 17:36:27 +0200 Subject: 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 Closes: https://github.com/gentoo/gentoo/pull/24851 Signed-off-by: James Le Cuirot --- games-engines/xzip/xzip-1.8.2-r3.ebuild | 12 +++++++----- 1 file 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}" -- cgit v1.2.3-65-gdbad