mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-crypt/gpgstats: eapi bump
Package-Manager: portage-2.3.3
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
--- Makefile
|
||||
+++ Makefile
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -1,16 +1,18 @@
|
||||
VERSION=0.5
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user