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 301C0138350 for ; Sun, 9 Feb 2020 14:42:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 463A9E081B; Sun, 9 Feb 2020 14:42:56 +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 2655AE081B for ; Sun, 9 Feb 2020 14:42:56 +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 BF31B34E880 for ; Sun, 9 Feb 2020 14:42:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 609F4116 for ; Sun, 9 Feb 2020 14:42:52 +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: <1581259297.0d0743851fbc0376f51dc7b8851567dfd017e2cd.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/gtk-theme-switch/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/gtk-theme-switch/gtk-theme-switch-2.1.0-r1.ebuild X-VCS-Directories: x11-themes/gtk-theme-switch/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 0d0743851fbc0376f51dc7b8851567dfd017e2cd X-VCS-Branch: master Date: Sun, 9 Feb 2020 14:42:52 +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: 7d8432aa-bad5-4cf2-b79c-83fa8fca93e4 X-Archives-Hash: 0c88ce8970221a69009c85eb5325826b commit: 0d0743851fbc0376f51dc7b8851567dfd017e2cd Author: Mart Raudsepp gentoo org> AuthorDate: Sun Feb 9 14:07:00 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Feb 9 14:41:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d074385 x11-themes/gtk-theme-switch: drop to ~hppa Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> x11-themes/gtk-theme-switch/gtk-theme-switch-2.1.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-themes/gtk-theme-switch/gtk-theme-switch-2.1.0-r1.ebuild b/x11-themes/gtk-theme-switch/gtk-theme-switch-2.1.0-r1.ebuild index 19137b4b5cb..05d10caa2a7 100644 --- a/x11-themes/gtk-theme-switch/gtk-theme-switch-2.1.0-r1.ebuild +++ b/x11-themes/gtk-theme-switch/gtk-theme-switch-2.1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="mirror://debian/pool/main/g/${PN}/${PN}_${PV}.orig.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~alpha amd64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="" RDEPEND="x11-libs/gtk+:2"