public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libebook/
Date: Mon, 19 Feb 2018 19:42:41 +0000 (UTC)	[thread overview]
Message-ID: <1519069202.06111229ebf32f3b305a5c02c8278d68bf2e7cc2.soap@gentoo> (raw)

commit:     06111229ebf32f3b305a5c02c8278d68bf2e7cc2
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 19 18:17:19 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Feb 19 19:40:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06111229

app-text/libebook: Always build in C++14 mode

Closes: https://bugs.gentoo.org/618854
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-text/libebook/libebook-0.1.2-r1.ebuild | 7 +++++--
 app-text/libebook/libebook-0.1.3.ebuild    | 5 ++++-
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/app-text/libebook/libebook-0.1.2-r1.ebuild b/app-text/libebook/libebook-0.1.2-r1.ebuild
index 53975fc2cc1..f7039345c93 100644
--- a/app-text/libebook/libebook-0.1.2-r1.ebuild
+++ b/app-text/libebook/libebook-0.1.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 MY_PN="libe-book"
 MY_P="${MY_PN}-${PV}"
 
-inherit autotools
+inherit autotools flag-o-matic
 
 DESCRIPTION="Library parsing various ebook formats"
 HOMEPAGE="http://www.sourceforge.net/projects/libebook/"
@@ -45,6 +45,9 @@ src_prepare() {
 }
 
 src_configure() {
+	# bug 618854
+	append-cxxflags -std=c++14
+
 	econf \
 		--disable-static \
 		--disable-werror \

diff --git a/app-text/libebook/libebook-0.1.3.ebuild b/app-text/libebook/libebook-0.1.3.ebuild
index e58db48faea..381b4866c42 100644
--- a/app-text/libebook/libebook-0.1.3.ebuild
+++ b/app-text/libebook/libebook-0.1.3.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 MY_PN="libe-book"
 MY_P="${MY_PN}-${PV}"
 
-inherit autotools
+inherit autotools flag-o-matic
 
 DESCRIPTION="Library parsing various ebook formats"
 HOMEPAGE="http://www.sourceforge.net/projects/libebook/"
@@ -41,6 +41,9 @@ src_prepare() {
 }
 
 src_configure() {
+	# bug 618854
+	append-cxxflags -std=c++14
+
 	econf \
 		--disable-static \
 		--disable-werror \


             reply	other threads:[~2018-02-19 19:43 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-19 19:42 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-19 10:38 [gentoo-commits] repo/gentoo:master commit in: app-text/libebook/ Sam James
2024-01-07 10:29 Andreas Sturmlechner
2024-01-05  5:26 Arthur Zamarin
2024-01-05  5:26 Arthur Zamarin
2024-01-05  5:26 Arthur Zamarin
2023-07-12 18:45 Conrad Kostecki
2022-03-25 13:55 Jakov Smolić
2021-05-04 19:10 Sam James
2020-12-12 21:59 Andreas Sturmlechner
2020-11-23  9:46 Sam James
2020-11-23  4:52 Sam James
2020-11-23  3:58 Sam James
2020-02-08 13:30 Mikle Kolyada
2020-01-16  8:14 Mikle Kolyada
2020-01-16  8:12 Mikle Kolyada
2019-07-30 22:40 Aaron Bauman
2018-09-19 18:35 Matt Turner
2018-05-05  1:26 Aaron Bauman
2018-01-07 16:02 Andreas Sturmlechner
2018-01-07  9:55 Andreas Sturmlechner
2016-12-17 15:57 Andreas Hüttel
2016-11-26 17:08 Andreas Hüttel
2016-07-03 20:27 Andreas Hüttel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1519069202.06111229ebf32f3b305a5c02c8278d68bf2e7cc2.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox