diff options
author | 2012-09-21 16:19:15 +0000 | |
---|---|---|
committer | 2012-09-21 16:19:15 +0000 | |
commit | 4a7ef84333cbabf18ac1b08f2c97f028a6b20801 (patch) | |
tree | 93355f05d05dfc55972355be8ddc093d17bf4d21 /media-libs/lensfun/lensfun-0.2.6.ebuild | |
parent | Version bump. Specify LICENSE more precisely. (diff) | |
download | gentoo-2-4a7ef84333cbabf18ac1b08f2c97f028a6b20801.tar.gz gentoo-2-4a7ef84333cbabf18ac1b08f2c97f028a6b20801.tar.bz2 gentoo-2-4a7ef84333cbabf18ac1b08f2c97f028a6b20801.zip |
added prefix support (bug #425342)
(Portage version: 2.2.0_alpha130/cvs/Linux i686)
Diffstat (limited to 'media-libs/lensfun/lensfun-0.2.6.ebuild')
-rw-r--r-- | media-libs/lensfun/lensfun-0.2.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/lensfun/lensfun-0.2.6.ebuild b/media-libs/lensfun/lensfun-0.2.6.ebuild index b3558a4cf502..2e1dc4600af4 100644 --- a/media-libs/lensfun/lensfun-0.2.6.ebuild +++ b/media-libs/lensfun/lensfun-0.2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.6.ebuild,v 1.1 2012/07/02 16:15:00 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.6.ebuild,v 1.2 2012/09/21 16:19:15 ottxor Exp $ EAPI=4 @@ -14,7 +14,7 @@ SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2" LICENSE="LGPL-3 CCPL-Attribution-ShareAlike-3.0" # See README for reasoning. SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" IUSE="doc sse sse2" RDEPEND=">=dev-libs/glib-2.28 @@ -38,7 +38,7 @@ pkg_setup() { src_configure() { local mycmakeargs=( - -DDOCDIR=/usr/share/doc/${PF}/html + -DDOCDIR="${EPREFIX}"/usr/share/doc/${PF}/html -DLIBDIR=$(get_libdir) -DBUILD_AUXFUN=ON $(cmake-utils_use_build doc) |