diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-04-28 13:45:08 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-04-28 13:45:08 +0000 |
| commit | 299cc19f8d28bac317a4cc6fa2900a3da0843b2c (patch) | |
| tree | 21e41fb44e1d603753f1ca0c277436a82f9eb673 /sys-process | |
| parent | 324367b13cb94f91336c3b87c303f907e648efda (diff) | |
| download | baldeagleos-repo-299cc19f8d28bac317a4cc6fa2900a3da0843b2c.tar.gz baldeagleos-repo-299cc19f8d28bac317a4cc6fa2900a3da0843b2c.tar.xz baldeagleos-repo-299cc19f8d28bac317a4cc6fa2900a3da0843b2c.zip | |
Adding metadata
Diffstat (limited to 'sys-process')
| -rw-r--r-- | sys-process/incron/incron-0.5.12_p20191114-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-process/incron/incron-0.5.12_p20191114-r1.ebuild b/sys-process/incron/incron-0.5.12_p20191114-r1.ebuild index 7e7ab9ba0fb1..e79ad35d10da 100644 --- a/sys-process/incron/incron-0.5.12_p20191114-r1.ebuild +++ b/sys-process/incron/incron-0.5.12_p20191114-r1.ebuild @@ -3,7 +3,7 @@ EAPI="7" -inherit linux-info systemd toolchain-funcs +inherit flag-o-matic linux-info systemd toolchain-funcs COMMIT="1eedfbc9b318372efd119fd17f4abdbde561a53d" S="${WORKDIR}/${PN}-${COMMIT}" @@ -39,6 +39,9 @@ src_prepare() { } src_compile() { + # code is not C++17 ready + append-cxxflags -std=c++14 + emake CXX=$(tc-getCXX) } |
