app-crypt/gpgstats: eapi bump

Package-Manager: portage-2.3.3
This commit is contained in:
Alon Bar-Lev
2017-02-04 13:17:11 +02:00
parent a344004a46
commit ddfbdccf28
2 changed files with 10 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
--- Makefile
+++ Makefile
--- a/Makefile
+++ b/Makefile
@@ -1,16 +1,18 @@
VERSION=0.5

View File

@@ -1,8 +1,8 @@
# Copyright 1999-2009 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="2"
EAPI="6"
inherit eutils toolchain-funcs
@@ -16,14 +16,15 @@ IUSE=""
RDEPEND="app-crypt/gpgme"
DEPEND="${RDEPEND}"
src_prepare() {
epatch "${FILESDIR}/${P}-flags.patch"
}
PATCHES=(
"${FILESDIR}/${P}-flags.patch"
)
src_compile() {
emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" DEBUG= || die "emake failed"
emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" DEBUG=
}
src_install() {
dobin gpgstats || die "dobin gpgstas failed"
einstalldocs
dobin gpgstats
}