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 7EE121382C5 for ; Wed, 24 Mar 2021 21:12:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABBC0E08A8; Wed, 24 Mar 2021 21:12:57 +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 8FAE2E08A0 for ; Wed, 24 Mar 2021 21:12:57 +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 60AF633BDF4 for ; Wed, 24 Mar 2021 21:12:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 888F45FC for ; Wed, 24 Mar 2021 21:12:54 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1616620367.a318b0f22f45d55d5074180b33e31de7a14986ea.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gtkmm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/gtkmm/gtkmm-3.24.3.ebuild X-VCS-Directories: dev-cpp/gtkmm/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: a318b0f22f45d55d5074180b33e31de7a14986ea X-VCS-Branch: master Date: Wed, 24 Mar 2021 21:12:54 +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: 3e888372-b46a-4f24-939d-b74ead116319 X-Archives-Hash: 93a25030af5d2653927d7d563cc8965f commit: a318b0f22f45d55d5074180b33e31de7a14986ea Author: Rolf Eike Beer sf-mail de> AuthorDate: Wed Mar 24 17:52:23 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Mar 24 21:12:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a318b0f2 dev-cpp/gtkmm: stable 3.24.3 for sparc, bug #774927 Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> dev-cpp/gtkmm/gtkmm-3.24.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/gtkmm/gtkmm-3.24.3.ebuild b/dev-cpp/gtkmm/gtkmm-3.24.3.ebuild index 654a1c48209..a1147702594 100644 --- a/dev-cpp/gtkmm/gtkmm-3.24.3.ebuild +++ b/dev-cpp/gtkmm/gtkmm-3.24.3.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="https://www.gtkmm.org" LICENSE="LGPL-2.1+" SLOT="3.0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="aqua doc test wayland X" REQUIRED_USE="|| ( aqua wayland X )"