public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pdf2djvu/
Date: Sat, 30 Sep 2017 18:45:46 +0000 (UTC)	[thread overview]
Message-ID: <1506797099.2621815419bebb7633efdadfc10cfb25f4a7ebf6.asturm@gentoo> (raw)

commit:     2621815419bebb7633efdadfc10cfb25f4a7ebf6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 30 18:01:01 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 30 18:44:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26218154

app-text/pdf2djvu: Fix build with app-text/poppler-0.57

Gentoo-bug: 626874
Package-Manager: Portage-2.3.10, Repoman-2.3.3

 app-text/pdf2djvu/pdf2djvu-0.9.4.ebuild | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/app-text/pdf2djvu/pdf2djvu-0.9.4.ebuild b/app-text/pdf2djvu/pdf2djvu-0.9.4.ebuild
index af5fbd00e70..d046e0746aa 100644
--- a/app-text/pdf2djvu/pdf2djvu-0.9.4.ebuild
+++ b/app-text/pdf2djvu/pdf2djvu-0.9.4.ebuild
@@ -5,7 +5,7 @@ EAPI=5
 
 PYTHON_COMPAT=( python2_7 )
 
-inherit python-any-r1 toolchain-funcs
+inherit python-any-r1 toolchain-funcs flag-o-matic
 
 DESCRIPTION="A tool to create DjVu files from PDF files"
 HOMEPAGE="http://jwilk.net/software/pdf2djvu"
@@ -39,6 +39,12 @@ pkg_setup() {
 	use test && python-any-r1_pkg_setup
 }
 
+src_prepare() {
+	# bug 626874, poppler headers require C++11
+	append-cxxflags -std=c++11
+	default
+}
+
 src_configure() {
 	local openmp=--disable-openmp
 	use openmp && tc-has-openmp && openmp=--enable-openmp


             reply	other threads:[~2017-09-30 18:45 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-30 18:45 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-12-25 10:18 [gentoo-commits] repo/gentoo:master commit in: app-text/pdf2djvu/ Matthias Maier
2019-07-22  9:28 Michał Górny
2019-05-11  8:24 Andreas Sturmlechner
2019-01-11  0:42 Andreas Sturmlechner
2018-12-28 21:34 Matthias Maier
2018-02-05  0:12 Matthias Maier
2018-02-05  0:12 Matthias Maier
2016-02-27 10:19 Manuel Rüger
2016-02-27 10:19 Manuel Rüger
2015-12-24 14:53 Manuel Rüger
2015-12-22 21:19 Manuel Rüger
2015-12-22 21:19 Manuel Rüger
2015-09-11 14:26 Manuel Rüger
2015-08-26 19:34 Manuel Rüger
2015-08-26 19:32 Manuel Rüger

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=1506797099.2621815419bebb7633efdadfc10cfb25f4a7ebf6.asturm@gentoo \
    --to=asturm@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