commit: 90e5c1037f2504426584257e5b82daae3bfceb8a
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 3 19:44:09 2016 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Jul 3 19:45:25 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90e5c103
dev-libs/keybinder: add ${EPREFIX} to econf --with-html-dir
Package-Manager: portage-2.3.0
dev-libs/keybinder/keybinder-0.3.0-r200.ebuild | 4 ++--
dev-libs/keybinder/keybinder-0.3.0-r300.ebuild | 4 ++--
dev-libs/keybinder/keybinder-0.3.1-r300.ebuild | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-libs/keybinder/keybinder-0.3.0-r200.ebuild
b/dev-libs/keybinder/keybinder-0.3.0-r200.ebuild
index bdcbb18..916cf2e 100644
--- a/dev-libs/keybinder/keybinder-0.3.0-r200.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.0-r200.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -51,7 +51,7 @@ src_configure() {
$(use_enable introspection) \
$(use_enable python) \
${myconf} \
- --with-html-dir=/usr/share/doc/${PF}/html
+ --with-html-dir="${EPREFIX}/usr/share/doc/${PF}/html"
}
src_install() {
diff --git a/dev-libs/keybinder/keybinder-0.3.0-r300.ebuild
b/dev-libs/keybinder/keybinder-0.3.0-r300.ebuild
index 4ed13fe..724c6fa 100644
--- a/dev-libs/keybinder/keybinder-0.3.0-r300.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.0-r300.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -31,7 +31,7 @@ S=${WORKDIR}/${MY_P}
src_configure() {
econf \
$(use_enable introspection) \
- --with-html-dir=/usr/share/doc/${PF}/html
+ --with-html-dir="${EPREFIX}/usr/share/doc/${PF}/html"
}
src_install() {
diff --git a/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild
b/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild
index 5db4191..fee8390 100644
--- a/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -31,7 +31,7 @@ S=${WORKDIR}/${MY_P}
src_configure() {
econf \
$(use_enable introspection) \
- --with-html-dir=/usr/share/doc/${PF}/html
+ --with-html-dir="${EPREFIX}/usr/share/doc/${PF}/html"
}
src_install() {