commit:     523181563bbd2cf0666803153fbcbffee6dc892c
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Jun  9 16:59:04 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Jun 15 20:00:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52318156

games-arcade/abe: EAPI bump, minor improvements

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-arcade/abe/abe-1.1-r1.ebuild | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/games-arcade/abe/abe-1.1-r1.ebuild 
b/games-arcade/abe/abe-1.1-r1.ebuild
index 9e2dbd75173..0e3877c63b4 100644
--- a/games-arcade/abe/abe-1.1-r1.ebuild
+++ b/games-arcade/abe/abe-1.1-r1.ebuild
@@ -1,26 +1,26 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
+
 inherit desktop toolchain-funcs
 
-DESCRIPTION="A scrolling, platform-jumping, key-collecting, ancient pyramid 
exploring game"
+DESCRIPTION="Scrolling, platform-jumping, key-collecting, ancient pyramid 
exploring game"
 HOMEPAGE="http://abe.sourceforge.net/";
 SRC_URI="mirror://sourceforge/abe/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 DEPEND="media-libs/libsdl[sound,video]
        x11-libs/libXi
        media-libs/sdl-mixer[vorbis]"
-RDEPEND=${DEPEND}
+RDEPEND="${DEPEND}"
 
 src_unpack() {
        unpack ${A}
-       cd "${S}"
+       cd "${S}" || die
        unpack ./images/images.tar
 }
 
@@ -51,6 +51,7 @@ src_prepare() {
 }
 
 src_configure() {
+       tc-export CC CXX
        econf --with-data-dir=/usr/share/${PN}
 }
 

Reply via email to