From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 89FEE1382DE for ; Sun, 3 Jul 2016 19:45:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA6EBE0AC3; Sun, 3 Jul 2016 19:45:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 752CEE0AC3 for ; Sun, 3 Jul 2016 19:45:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 975A6340CD7 for ; Sun, 3 Jul 2016 19:45:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 016C32430 for ; Sun, 3 Jul 2016 19:45:34 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1467575125.90e5c1037f2504426584257e5b82daae3bfceb8a.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/keybinder/keybinder-0.3.0-r200.ebuild dev-libs/keybinder/keybinder-0.3.0-r300.ebuild dev-libs/keybinder/keybinder-0.3.1-r300.ebuild X-VCS-Directories: dev-libs/keybinder/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 90e5c1037f2504426584257e5b82daae3bfceb8a X-VCS-Branch: master Date: Sun, 3 Jul 2016 19:45:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9cd57c4d-30e3-4e37-97fa-278c1fe74b44 X-Archives-Hash: 656942d4407994974fbcdcbceb50e0f0 commit: 90e5c1037f2504426584257e5b82daae3bfceb8a Author: Zac Medico gentoo org> AuthorDate: Sun Jul 3 19:44:09 2016 +0000 Commit: Zac Medico gentoo 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() {