summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-25 18:34:50 +0000
committerSam James <sam@gentoo.org>2021-04-25 19:13:29 +0000
commitd9a6680070254679a500207f66f7d23a7f567a53 (patch)
tree28aed3b9a7757c2ae944234a1a2a9f20ef6e6308 /x11-misc/flow-pomodoro/flow-pomodoro-1.2.0-r1.ebuild
parentmedia-libs/resid: port to EAPI 7, drop ltpune, drop static-libs, etc (diff)
downloadgentoo-d9a6680070254679a500207f66f7d23a7f567a53.tar.gz
gentoo-d9a6680070254679a500207f66f7d23a7f567a53.tar.bz2
gentoo-d9a6680070254679a500207f66f7d23a7f567a53.zip
x11-misc/flow-pomodoro: respect CXXFLAGS
We also use the more modern macro to detect C++11. Closes: https://bugs.gentoo.org/742776 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc/flow-pomodoro/flow-pomodoro-1.2.0-r1.ebuild')
-rw-r--r--x11-misc/flow-pomodoro/flow-pomodoro-1.2.0-r1.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-misc/flow-pomodoro/flow-pomodoro-1.2.0-r1.ebuild b/x11-misc/flow-pomodoro/flow-pomodoro-1.2.0-r1.ebuild
index 114dc4f5294b..bd7d62f1034a 100644
--- a/x11-misc/flow-pomodoro/flow-pomodoro-1.2.0-r1.ebuild
+++ b/x11-misc/flow-pomodoro/flow-pomodoro-1.2.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -25,4 +25,7 @@ DEPEND="
"
RDEPEND="${DEPEND}"
-PATCHES=( "${FILESDIR}/${P}-qt-5.12.patch" )
+PATCHES=(
+ "${FILESDIR}"/${PN}-1.2.0-qt-5.12.patch
+ "${FILESDIR}"/${PN}-1.2.0-respect-CXXFLAGS.patch
+)