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 0D885138350 for ; Fri, 7 Feb 2020 22:44:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28C04E0802; Fri, 7 Feb 2020 22:44:45 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0ED4BE0802 for ; Fri, 7 Feb 2020 22:44:44 +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 C31FD34E8A4 for ; Fri, 7 Feb 2020 22:44:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E96C412A for ; Fri, 7 Feb 2020 22:44:41 +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: <1581115465.63fa8fd6704b46a81da089d4ddb6f9975b4a03a3.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-extprefs/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r1.ebuild X-VCS-Directories: x11-plugins/pidgin-extprefs/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 63fa8fd6704b46a81da089d4ddb6f9975b4a03a3 X-VCS-Branch: master Date: Fri, 7 Feb 2020 22:44:41 +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: 44967f62-d87d-4b0d-8cc2-d07d646651f3 X-Archives-Hash: 2f6b2c772d41aa0e925cb12ca342877b commit: 63fa8fd6704b46a81da089d4ddb6f9975b4a03a3 Author: Mart Raudsepp gentoo org> AuthorDate: Fri Feb 7 22:29:27 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Fri Feb 7 22:44:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63fa8fd6 x11-plugins/pidgin-extprefs: drop to ~hppa Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r1.ebuild b/x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r1.ebuild index cc4b162c7c6..5b4c48f33e1 100644 --- a/x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r1.ebuild +++ b/x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-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=6 @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/gaim-extprefs/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 hppa ppc sparc x86" +KEYWORDS="amd64 ~hppa ppc sparc x86" IUSE="" RDEPEND="net-im/pidgin[gtk]"