Skip to content

Commit

Permalink
app-benchmarks/acovea-gtk: EAPI 7
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Apr 3, 2021
1 parent 15337d9 commit 49326f0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions app-benchmarks/acovea-gtk/acovea-gtk-1.0.1.ebuild
Original file line number Diff line number Diff line change
@@ -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/"
Expand All @@ -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
}
Expand Down

0 comments on commit 49326f0

Please sign in to comment.