commit: d55af2849c4530548a758a344f60aed2d098238a
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Jun 9 17:11:17 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Jun 15 20:00:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d55af284
games-board/atakks: 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-board/atakks/atakks-1.0-r1.ebuild | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/games-board/atakks/atakks-1.0-r1.ebuild
b/games-board/atakks/atakks-1.0-r1.ebuild
index 052924ba8c8..c714c0d43dc 100644
--- a/games-board/atakks/atakks-1.0-r1.ebuild
+++ b/games-board/atakks/atakks-1.0-r1.ebuild
@@ -1,11 +1,12 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-inherit eutils
+EAPI=7
-MY_P=${P/-/_}
-DESCRIPTION="A clone of Ataxx"
+inherit desktop toolchain-funcs
+
+MY_P="${P/-/_}"
+DESCRIPTION="Clone of Ataxx"
HOMEPAGE="http://team.gcu-squad.org/~fab"
# no version upstream
#SRC_URI="http://team.gcu-squad.org/~fab/down/${PN}.tgz"
@@ -14,12 +15,11 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
DEPEND="media-libs/libsdl:0"
-RDEPEND=${DEPEND}
+RDEPEND="${DEPEND}"
-S=${WORKDIR}/${MY_P}
+S="${WORKDIR}/${MY_P}"
PATCHES=(
"${FILESDIR}"/${PV}-warnings.patch
@@ -36,6 +36,7 @@ src_prepare() {
}
src_compile() {
+ tc-export CC
emake E_CFLAGS="${CFLAGS}"
}