commit:     a68a87ef541f1c3f0e162b49dd4e4a99ef276577
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  7 10:45:17 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb  7 10:45:17 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=a68a87ef

Documentation: bump-from-set.sh: Drop ~x86 from "default" KEYWORDS

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 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 52771f6092..181ceba131 100755
--- a/Documentation/maintainers/bump-from-set.sh
+++ b/Documentation/maintainers/bump-from-set.sh
@@ -28,7 +28,7 @@ get_main_tree_keyword() {
        if [[ -e ${portdir}/${cp} ]] ; then
                echo $(sed -ne 's/^\s*KEYWORDS="\(.*\)"/\1/p' "$(ls 
${portdir}/${cp}/*.ebuild | sort | tail -n 1)")
        else
-               echo "~amd64 ~x86"
+               echo "~amd64"
        fi
 }
 

Reply via email to