Skip to content

Commit

Permalink
media-libs/SoQt: add prefix support
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.8, Repoman-2.3.3
  • Loading branch information
amadio committed Aug 29, 2017
1 parent 67ed782 commit c0379aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions media-libs/SoQt/SoQt-1.5.0-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand All @@ -10,7 +10,7 @@ HOMEPAGE="https://bitbucket.org/Coin3D/soqt"
SRC_URI="https://bitbucket.org/Coin3D/coin/downloads/${P}.tar.gz"

LICENSE="|| ( GPL-2 PEL )"
KEYWORDS="~amd64 ~arm ~x86"
KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
SLOT="0"
IUSE="debug doc static-libs"

Expand All @@ -34,13 +34,13 @@ DOCS=(AUTHORS ChangeLog FAQ HACKING NEWS README)

src_configure() {
local myeconfargs=(
htmldir="/usr/share/doc/${PF}/html"
htmldir="${EPREFIX}/usr/share/doc/${PF}/html"
--disable-compact
--disable-html-help
--disable-loadlibrary
--disable-man
--enable-pkgconfig
--includedir="/usr/include/coin"
--includedir="${EPREFIX}/usr/include/coin"
--with-coin
$(use_enable debug)
$(use_enable debug symbols)
Expand Down

0 comments on commit c0379aa

Please sign in to comment.