From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 00DDB138334 for ; Wed, 16 Jan 2019 02:40:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6F60E0A7D; Wed, 16 Jan 2019 02:40:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD6C6E0A53 for ; Wed, 16 Jan 2019 02:40:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E48D5335C5D for ; Wed, 16 Jan 2019 02:40:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30F8B512 for ; Wed, 16 Jan 2019 02:40:28 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1547606280.3b41a33d94f0ed3212ea2de3150f0e4da44afff8.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-tweak-tool/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.24.1.ebuild gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.26.4-r1.ebuild X-VCS-Directories: gnome-extra/gnome-tweak-tool/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 3b41a33d94f0ed3212ea2de3150f0e4da44afff8 X-VCS-Branch: master Date: Wed, 16 Jan 2019 02:40:28 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fd0974a2-b94b-4551-b217-1e6bb6c11beb X-Archives-Hash: f95fc6c62ab1cc5b5ee20dfd5a24bb9e commit: 3b41a33d94f0ed3212ea2de3150f0e4da44afff8 Author: Mart Raudsepp gentoo org> AuthorDate: Wed Jan 16 02:32:33 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Wed Jan 16 02:38:00 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b41a33d gnome-extra/gnome-tweak-tool: restore ~alpha ~arm ~ppc ~ppc64 keywords These arches now have gnome-shell-3.24 keyworded, thus the reason that dropped the keywords is gone, but the re-keywording together with gnome-shell was missed. Just restore the keywords now, as they are ~arch. Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.24.1.ebuild | 4 ++-- gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.26.4-r1.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.24.1.ebuild b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.24.1.ebuild index e53ec44d1f8..203e99cb776 100644 --- a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.24.1.ebuild +++ b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.24.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,7 @@ SLOT="0" IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -KEYWORDS="amd64 ~ia64 x86" +KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 x86" COMMON_DEPEND=" ${PYTHON_DEPS} diff --git a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.26.4-r1.ebuild b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.26.4-r1.ebuild index 5964d5a6fc0..333a7e3d562 100644 --- a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.26.4-r1.ebuild +++ b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.26.4-r1.ebuild @@ -16,7 +16,7 @@ SLOT="0" IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -KEYWORDS="~amd64 ~ia64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86" COMMON_DEPEND=" ${PYTHON_DEPS}