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 4D8FC138350 for ; Fri, 20 Mar 2020 21:53:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E908AE0AC1; Fri, 20 Mar 2020 21:53:09 +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 C690EE0AC1 for ; Fri, 20 Mar 2020 21:53:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D34F534F117 for ; Fri, 20 Mar 2020 21:53:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 130E81A7 for ; Fri, 20 Mar 2020 21:53:04 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1584741168.0e3adbe2bb53c8bc9b2dceb0e0633ed3f5c02b66.mattst88@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: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 0e3adbe2bb53c8bc9b2dceb0e0633ed3f5c02b66 X-VCS-Branch: master Date: Fri, 20 Mar 2020 21:53:04 +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: 0c9d0681-6500-4c83-9a8c-220b46b9fb28 X-Archives-Hash: 863df436a0234eb7639d159dbb4ba8c9 commit: 0e3adbe2bb53c8bc9b2dceb0e0633ed3f5c02b66 Author: Matt Turner gentoo org> AuthorDate: Fri Mar 20 21:51:27 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Mar 20 21:52:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e3adbe2 x11-plugins/pidgin-extprefs: drop hppa keywords Signed-off-by: Matt Turner gentoo.org> x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 5b4c48f33e1..eaa00ed1dce 100644 --- a/x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r1.ebuild +++ b/x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r1.ebuild @@ -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 ppc sparc x86" IUSE="" RDEPEND="net-im/pidgin[gtk]"