summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2011-04-19 21:26:10 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2011-04-19 21:26:10 +0000
commit2fee7ba4006eb6e81b987c0c64150d84253401e3 (patch)
treeaf59347f4af90d166d45b50d0b5e8f247da95976 /media-libs/lensfun
parentUpdate EAPI handling to match reality and not silently ignore new eapis. (diff)
downloadgentoo-2-2fee7ba4006eb6e81b987c0c64150d84253401e3.tar.gz
gentoo-2-2fee7ba4006eb6e81b987c0c64150d84253401e3.tar.bz2
gentoo-2-2fee7ba4006eb6e81b987c0c64150d84253401e3.zip
Fix documentation path, bug 318639
(Portage version: 2.1.9.46/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/lensfun')
-rw-r--r--media-libs/lensfun/ChangeLog8
-rw-r--r--media-libs/lensfun/lensfun-0.2.5-r1.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/media-libs/lensfun/ChangeLog b/media-libs/lensfun/ChangeLog
index 9ee932544500..8b6a7c1cac12 100644
--- a/media-libs/lensfun/ChangeLog
+++ b/media-libs/lensfun/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/lensfun
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.19 2010/04/17 18:49:28 armin76 Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.20 2011/04/19 21:26:10 dilfridge Exp $
+
+ 19 Apr 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+ lensfun-0.2.5-r1.ebuild:
+ Fix documentation path, bug 318639
17 Apr 2010; Raúl Porcel <armin76@gentoo.org> lensfun-0.2.5-r1.ebuild:
Add ~ia64/~sh/~sparc/ wrt #312819
diff --git a/media-libs/lensfun/lensfun-0.2.5-r1.ebuild b/media-libs/lensfun/lensfun-0.2.5-r1.ebuild
index cfacd3c1c967..59d01dad61c1 100644
--- a/media-libs/lensfun/lensfun-0.2.5-r1.ebuild
+++ b/media-libs/lensfun/lensfun-0.2.5-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r1.ebuild,v 1.2 2010/04/17 18:49:28 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r1.ebuild,v 1.3 2011/04/19 21:26:10 dilfridge Exp $
EAPI=2
@@ -32,7 +32,7 @@ src_configure() {
local myconf=""
use debug && myconf="--mode=debug"
# econf does NOT work
- ./configure --prefix=/usr --vectorization= ${myconf} || die
+ ./configure --prefix=/usr --docdir="/usr/share/doc/${PF}" --vectorization= ${myconf} || die
}
src_compile() {