* [gentoo-commits] repo/gentoo:master commit in: dev-util/stubgen/
@ 2019-12-10 3:28 Aaron Bauman
0 siblings, 0 replies; only message in thread
From: Aaron Bauman @ 2019-12-10 3:28 UTC (permalink / raw
To: gentoo-commits
commit: a0fd8eb5a79f598ff9e84ec4d1cf3396d2b46909
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 10 03:28:03 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue Dec 10 03:28:03 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0fd8eb5
dev-util/stubgen: port to EAPI 7
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-util/stubgen/stubgen-2.08.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/dev-util/stubgen/stubgen-2.08.ebuild b/dev-util/stubgen/stubgen-2.08.ebuild
index d830848e790..51755656ed2 100644
--- a/dev-util/stubgen/stubgen-2.08.ebuild
+++ b/dev-util/stubgen/stubgen-2.08.ebuild
@@ -1,10 +1,11 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
+EAPI=7
+
inherit toolchain-funcs
-DESCRIPTION="a member function stub generator for C++"
+DESCRIPTION="A member function stub generator for C++"
HOMEPAGE="http://www.radwin.org/michael/projects/stubgen/"
SRC_URI="http://www.radwin.org/michael/projects/${PN}/dist/${P}.tar.gz"
@@ -14,7 +15,7 @@ KEYWORDS="amd64 x86"
IUSE=""
src_compile() {
- make CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LFLAGS="${LDFLAGS}"
+ emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LFLAGS="${LDFLAGS}"
}
src_install() {
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-12-10 3:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-10 3:28 [gentoo-commits] repo/gentoo:master commit in: dev-util/stubgen/ Aaron Bauman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox