diff options
author | Sam James <sam@gentoo.org> | 2021-04-01 03:47:19 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 16:54:02 +0100 |
commit | 49326f0e1db81d4d9e302428ba8818331791608d (patch) | |
tree | b10854bc0bf673932a4fadcbb8f9459051701852 /app-benchmarks | |
parent | app-backup/spideroak-bin: desktop++, misc fixes (|| die, etc) (diff) | |
download | gentoo-49326f0e1db81d4d9e302428ba8818331791608d.tar.gz gentoo-49326f0e1db81d4d9e302428ba8818331791608d.tar.bz2 gentoo-49326f0e1db81d4d9e302428ba8818331791608d.zip |
app-benchmarks/acovea-gtk: EAPI 7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/acovea-gtk/acovea-gtk-1.0.1.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/app-benchmarks/acovea-gtk/acovea-gtk-1.0.1.ebuild b/app-benchmarks/acovea-gtk/acovea-gtk-1.0.1.ebuild index b4cb99ed03b9..933f3f579edf 100644 --- a/app-benchmarks/acovea-gtk/acovea-gtk-1.0.1.ebuild +++ b/app-benchmarks/acovea-gtk/acovea-gtk-1.0.1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -inherit autotools eutils flag-o-matic +EAPI=7 + +inherit autotools desktop flag-o-matic DESCRIPTION="Analysis of Compiler Options via Evolutionary Algorithm GUI" HOMEPAGE="http://www.coyotegulch.com/products/acovea/" @@ -18,8 +19,8 @@ RDEPEND=">=app-benchmarks/acovea-5 DEPEND="${RDEPEND}" src_prepare() { - use unicode && epatch "${FILESDIR}"/${P}-unicode.patch - epatch "${FILESDIR}"/${P}-{libbrahe,libsigc,gcc4.3}.patch + use unicode && eapply "${FILESDIR}"/${P}-unicode.patch + eapply "${FILESDIR}"/${P}-{libbrahe,libsigc,gcc4.3}.patch append-cxxflags -std=c++11 eautoreconf } |