Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/source-highlight/
Date: Tue, 09 Apr 2019 09:48:30
Message-Id: 1554803290.8469a591901645a4be35330c24b9a802cc2a40d4.grobian@gentoo
1 commit: 8469a591901645a4be35330c24b9a802cc2a40d4
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 9 09:48:10 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 9 09:48:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8469a591
7
8 dev-util/source-highlight: fix build for Prefix, thanks Olivier Huber
9
10 Closes: https://bugs.gentoo.org/682330
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12 Package-Manager: Portage-2.3.62, Repoman-2.3.11
13
14 dev-util/source-highlight/source-highlight-3.1.8.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-util/source-highlight/source-highlight-3.1.8.ebuild b/dev-util/source-highlight/source-highlight-3.1.8.ebuild
18 index 7fc2f8c4df1..4cc9a772630 100644
19 --- a/dev-util/source-highlight/source-highlight-3.1.8.ebuild
20 +++ b/dev-util/source-highlight/source-highlight-3.1.8.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -23,6 +23,7 @@ src_configure() {
28 append-cxxflags -std=c++14
29
30 econf \
31 + --with-boost="${EPREFIX}/usr" \
32 --with-boost-regex="boost_regex" \
33 --without-bash-completion \
34 $(use_enable static-libs static)