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 55692138350 for ; Tue, 14 Apr 2020 07:09:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DD8BE0B4C; Tue, 14 Apr 2020 07:09:10 +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 66A09E0B4C for ; Tue, 14 Apr 2020 07:09:10 +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 50AEC34F07C for ; Tue, 14 Apr 2020 07:08:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BEE41D2 for ; Tue, 14 Apr 2020 07:08:56 +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: <1586848122.23efc751956ed666e08323cd7cbb32a9ad763c06.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-light/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/gnome-light/gnome-light-3.30.2.ebuild gnome-base/gnome-light/gnome-light-3.32.2.ebuild gnome-base/gnome-light/gnome-light-3.34.4.ebuild X-VCS-Directories: gnome-base/gnome-light/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 23efc751956ed666e08323cd7cbb32a9ad763c06 X-VCS-Branch: master Date: Tue, 14 Apr 2020 07:08:56 +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: 2cbf09a7-6783-4bb6-87f6-f9b99ee63e9e X-Archives-Hash: 9be1b1f48de8cf957a366204a2fe8671 commit: 23efc751956ed666e08323cd7cbb32a9ad763c06 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Apr 14 07:08:42 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Apr 14 07:08:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23efc751 gnome-base/gnome-light: propagate ~ia64 keywords Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich gentoo.org> gnome-base/gnome-light/gnome-light-3.30.2.ebuild | 4 ++-- gnome-base/gnome-light/gnome-light-3.32.2.ebuild | 4 ++-- gnome-base/gnome-light/gnome-light-3.34.4.ebuild | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gnome-base/gnome-light/gnome-light-3.30.2.ebuild b/gnome-base/gnome-light/gnome-light-3.30.2.ebuild index 572707a1f61..5eca4e39f1d 100644 --- a/gnome-base/gnome-light/gnome-light-3.30.2.ebuild +++ b/gnome-base/gnome-light/gnome-light-3.30.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ IUSE="cups +gnome-shell" # when unmasking for an arch # double check none of the deps are still masked ! -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 x86" # XXX: Note to developers: # This is a wrapper for the 'light' GNOME 3 desktop, and should only consist of diff --git a/gnome-base/gnome-light/gnome-light-3.32.2.ebuild b/gnome-base/gnome-light/gnome-light-3.32.2.ebuild index 289fc899c3c..e881949eb79 100644 --- a/gnome-base/gnome-light/gnome-light-3.32.2.ebuild +++ b/gnome-base/gnome-light/gnome-light-3.32.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ IUSE="cups +gnome-shell" # when unmasking for an arch # double check none of the deps are still masked ! -KEYWORDS="amd64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 x86" # XXX: Note to developers: # This is a wrapper for the 'light' GNOME 3 desktop, and should only consist of diff --git a/gnome-base/gnome-light/gnome-light-3.34.4.ebuild b/gnome-base/gnome-light/gnome-light-3.34.4.ebuild index ccfad03686e..170eebdb0bb 100644 --- a/gnome-base/gnome-light/gnome-light-3.34.4.ebuild +++ b/gnome-base/gnome-light/gnome-light-3.34.4.ebuild @@ -13,7 +13,7 @@ IUSE="cups +gnome-shell" # when unmasking for an arch # double check none of the deps are still masked ! -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" # XXX: Note to developers: # This is a wrapper for the 'light' GNOME 3 desktop, and should only consist of