From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E41AE138262 for ; Sat, 21 May 2016 13:28:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB7601421F; Sat, 21 May 2016 13:28:25 +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 638D51421F for ; Sat, 21 May 2016 13:28:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2FF3B340BD1 for ; Sat, 21 May 2016 13:28:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47444332 for ; Sat, 21 May 2016 13:28:20 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1463837276.c80b9ea038310449fd9eaea9f242e65aa7b00926.heroxbd@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/readline/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/readline/readline-6.3_p8-r2.ebuild sys-libs/readline/readline-7.0_rc1.ebuild X-VCS-Directories: sys-libs/readline/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: c80b9ea038310449fd9eaea9f242e65aa7b00926 X-VCS-Branch: master Date: Sat, 21 May 2016 13:28:20 +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: b6178aee-2cc0-49e0-b884-2b9d76f579f2 X-Archives-Hash: c4fc3ef80e308569d74f450064c9f19a commit: c80b9ea038310449fd9eaea9f242e65aa7b00926 Author: Benda Xu gentoo org> AuthorDate: Sat May 21 13:26:57 2016 +0000 Commit: Benda XU gentoo org> CommitDate: Sat May 21 13:27:56 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c80b9ea0 sys-libs/readline: rework --docdir flag for automatic prefix support. cf. commit b9188242904 for sys-devel/automake Package-Manager: portage-2.2.28 RepoMan-Options: --force sys-libs/readline/readline-6.3_p8-r2.ebuild | 4 ++-- sys-libs/readline/readline-7.0_rc1.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-libs/readline/readline-6.3_p8-r2.ebuild b/sys-libs/readline/readline-6.3_p8-r2.ebuild index ad21882..48bcf83 100644 --- a/sys-libs/readline/readline-6.3_p8-r2.ebuild +++ b/sys-libs/readline/readline-6.3_p8-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -107,7 +107,7 @@ multilib_src_configure() { ECONF_SOURCE=${S} \ econf \ --cache-file="${BUILD_DIR}"/config.cache \ - --docdir=/usr/share/doc/${PF} \ + --docdir='$(datarootdir)'/doc/${PF} \ --with-curses \ $(use_enable static-libs static) diff --git a/sys-libs/readline/readline-7.0_rc1.ebuild b/sys-libs/readline/readline-7.0_rc1.ebuild index da06224..f1e8581 100644 --- a/sys-libs/readline/readline-7.0_rc1.ebuild +++ b/sys-libs/readline/readline-7.0_rc1.ebuild @@ -108,7 +108,7 @@ multilib_src_configure() { ECONF_SOURCE=${S} \ econf \ --cache-file="${BUILD_DIR}"/config.cache \ - --docdir=/usr/share/doc/${PF} \ + --docdir='$(datarootdir)'/doc/${PF} \ --with-curses \ $(use_enable static-libs static)