Gentoo Archives: gentoo-commits

From: Guilherme Amadio <amadio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/SoQt/
Date: Tue, 29 Aug 2017 14:34:27
Message-Id: 1504017222.c0379aac3800ae0475fe22093828b014cd124b5a.amadio@gentoo
1 commit: c0379aac3800ae0475fe22093828b014cd124b5a
2 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 29 14:33:42 2017 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 29 14:33:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0379aac
7
8 media-libs/SoQt: add prefix support
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 media-libs/SoQt/SoQt-1.5.0-r1.ebuild | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/media-libs/SoQt/SoQt-1.5.0-r1.ebuild b/media-libs/SoQt/SoQt-1.5.0-r1.ebuild
16 index 7c8840dc88b..95494b3c400 100644
17 --- a/media-libs/SoQt/SoQt-1.5.0-r1.ebuild
18 +++ b/media-libs/SoQt/SoQt-1.5.0-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2013 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -10,7 +10,7 @@ HOMEPAGE="https://bitbucket.org/Coin3D/soqt"
26 SRC_URI="https://bitbucket.org/Coin3D/coin/downloads/${P}.tar.gz"
27
28 LICENSE="|| ( GPL-2 PEL )"
29 -KEYWORDS="~amd64 ~arm ~x86"
30 +KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
31 SLOT="0"
32 IUSE="debug doc static-libs"
33
34 @@ -34,13 +34,13 @@ DOCS=(AUTHORS ChangeLog FAQ HACKING NEWS README)
35
36 src_configure() {
37 local myeconfargs=(
38 - htmldir="/usr/share/doc/${PF}/html"
39 + htmldir="${EPREFIX}/usr/share/doc/${PF}/html"
40 --disable-compact
41 --disable-html-help
42 --disable-loadlibrary
43 --disable-man
44 --enable-pkgconfig
45 - --includedir="/usr/include/coin"
46 + --includedir="${EPREFIX}/usr/include/coin"
47 --with-coin
48 $(use_enable debug)
49 $(use_enable debug symbols)