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 AF6E7138CD3 for ; Mon, 8 Jun 2015 10:14:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07857E099F; Mon, 8 Jun 2015 10:14:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5E234E09A1 for ; Mon, 8 Jun 2015 10:14:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3CEC83408AC for ; Mon, 8 Jun 2015 10:14:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5E96A2F for ; Mon, 8 Jun 2015 10:14:54 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1433757809.a5484a5e4e004af9e9ff0ed606299356dd92aa35.mrueg@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: Documentation/maintainers/ X-VCS-Repository: proj/kde X-VCS-Files: Documentation/maintainers/bump-from-set.sh X-VCS-Directories: Documentation/maintainers/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: a5484a5e4e004af9e9ff0ed606299356dd92aa35 X-VCS-Branch: master Date: Mon, 8 Jun 2015 10:14:54 +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: 3fb36bbb-49e8-44af-a74b-e54db0808a4d X-Archives-Hash: 364e3a6e8cfa16a35ecd2f10b3bed351 commit: a5484a5e4e004af9e9ff0ed606299356dd92aa35 Author: Manuel Rüger gentoo org> AuthorDate: Mon Jun 8 10:03:29 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Mon Jun 8 10:03:29 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a5484a5e [Documentation] Fix deprecated portdir command. Documentation/maintainers/bump-from-set.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/maintainers/bump-from-set.sh b/Documentation/maintainers/bump-from-set.sh index a9b266d..c9ddaa7 100755 --- a/Documentation/maintainers/bump-from-set.sh +++ b/Documentation/maintainers/bump-from-set.sh @@ -13,7 +13,7 @@ get_package_list_from_set() { } get_main_tree_keyword() { - local portdir="$(portageq portdir)" + local portdir="$(portageq get_repo_path / gentoo)" local cp="${1}" echo $(sed -ne 's/^KEYWORDS="\(.*\)"/\1/p' "$(ls ${portdir}/${cp}/*.ebuild | sort | tail -n 1)")