commit: 60567674db0951c898800efd902e887130181737
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 8 10:21:04 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Jun 8 10:21:04 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=60567674
[Documentation] Fix deprecated portdir command.
Documentation/maintainers/bump_new_revision.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/maintainers/bump_new_revision.sh
b/Documentation/maintainers/bump_new_revision.sh
index 3de45c0..e5e1147 100755
--- a/Documentation/maintainers/bump_new_revision.sh
+++ b/Documentation/maintainers/bump_new_revision.sh
@@ -341,7 +341,7 @@ case ${OPERATION} in
slot) add_new_sloted_version ;;
diff) check_cmakelists ;;
cvsmove)
- MAINTREE="$(portageq portdir)"
+ MAINTREE="$(portageq get_repo_path / gentoo)"
OVERLAY="`pwd`"
BUMP_VERSION=${VERSION}
# course of action we are doing here