commit:     a5484a5e4e004af9e9ff0ed606299356dd92aa35
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  8 10:03:29 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> 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)")

Reply via email to