1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-01-06 05:44:15 +01:00

Set eapi for agreader

This commit is contained in:
2021-06-21 20:31:07 +02:00
parent 078005fccb
commit c80f2d2623
2 changed files with 4 additions and 6 deletions

View File

@@ -1,6 +1,4 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/unadf/unadf-0.7.9b.ebuild,v 1.11 2010/01/01 19:41:00 fauli Exp $
EAPI=7
inherit eutils
@@ -11,8 +9,8 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND=""
RDEPEND=""
S="${WORKDIR}/AGReader"
src_compile() {
cd "${WORKDIR}"/AGReader/Sources && make || die "make failed"