Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: Documentation/maintainers/
Date: Thu, 30 Jun 2016 20:40:03
Message-Id: 1467318546.824b80d5bd47747e1b5dad5fbe63468a789c45e8.johu@gentoo
1 commit: 824b80d5bd47747e1b5dad5fbe63468a789c45e8
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 30 20:26:53 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 30 20:29:06 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=824b80d5
7
8 Documentation: Update default category in bump script
9
10 Documentation/maintainers/bump_new_revision.sh | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/Documentation/maintainers/bump_new_revision.sh b/Documentation/maintainers/bump_new_revision.sh
14 index 0b6434f..dee70c6 100755
15 --- a/Documentation/maintainers/bump_new_revision.sh
16 +++ b/Documentation/maintainers/bump_new_revision.sh
17 @@ -198,7 +198,7 @@ BUMP_VERSION=
18 SET=
19 DIR=
20 OUTPUT_DIR=
21 -CATEGORY="kde-base"
22 +CATEGORY="kde-apps"
23 while getopts a:s:v:b:l:p:o:c: arg ; do
24 case ${arg} in
25 a) OPERATION=${OPTARG} ;;