summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-06-21 18:29:33 +0200
committerDavid Seifert <soap@gentoo.org>2022-06-21 18:29:33 +0200
commit0d2a2b05a072a85bbc25dc279d5a850067b0955b (patch)
treede31d302532b561184f9fbd9c97c4539e6b4270e /dev-util/stressapptest
parentdev-util/intltool: update EAPI 6 -> 8 (diff)
downloadgentoo-0d2a2b05a072a85bbc25dc279d5a850067b0955b.tar.gz
gentoo-0d2a2b05a072a85bbc25dc279d5a850067b0955b.tar.bz2
gentoo-0d2a2b05a072a85bbc25dc279d5a850067b0955b.zip
dev-util/stressapptest: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-util/stressapptest')
-rw-r--r--dev-util/stressapptest/stressapptest-1.0.9-r1.ebuild (renamed from dev-util/stressapptest/stressapptest-1.0.9.ebuild)9
1 files changed, 3 insertions, 6 deletions
diff --git a/dev-util/stressapptest/stressapptest-1.0.9.ebuild b/dev-util/stressapptest/stressapptest-1.0.9-r1.ebuild
index 054b68fe3b0e..7a237d62e478 100644
--- a/dev-util/stressapptest/stressapptest-1.0.9.ebuild
+++ b/dev-util/stressapptest/stressapptest-1.0.9-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="6"
+EAPI=8
inherit flag-o-matic
@@ -18,10 +18,7 @@ RDEPEND="dev-libs/libaio"
DEPEND="${RDEPEND}"
src_configure() {
- # Uses uintptr_t, which is C++11, #651842
- append-cxxflags -std=c++11
-
- # Matches the configure & sat.cc logic.
+ # Matches the configure & sat.cc logic
use debug || append-cppflags -DNDEBUG -DCHECKOPTS
econf --disable-default-optimizations
}