From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1133677-garchives=archives.gentoo.org@lists.gentoo.org>
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 34ED8138334
	for <garchives@archives.gentoo.org>; Thu, 26 Dec 2019 12:56:34 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id BDFBCE0D7A;
	Thu, 26 Dec 2019 12:56:32 +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 9F4B1E0D7A
	for <gentoo-commits@lists.gentoo.org>; Thu, 26 Dec 2019 12:56:32 +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 A70CB34DBB0
	for <gentoo-commits@lists.gentoo.org>; Thu, 26 Dec 2019 12:56:31 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D1A9D43
	for <gentoo-commits@lists.gentoo.org>; Thu, 26 Dec 2019 12:56:29 +0000 (UTC)
From: "Georgy Yakovlev" <gyakovlev@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" <gyakovlev@gentoo.org>
Message-ID: <1577364964.e21d9a72f4e6de4e7cfe141fdecf9fd69d01f761.gyakovlev@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/debian-archive-keyring/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-crypt/debian-archive-keyring/debian-archive-keyring-2019.1.ebuild
X-VCS-Directories: app-crypt/debian-archive-keyring/
X-VCS-Committer: gyakovlev
X-VCS-Committer-Name: Georgy Yakovlev
X-VCS-Revision: e21d9a72f4e6de4e7cfe141fdecf9fd69d01f761
X-VCS-Branch: master
Date: Thu, 26 Dec 2019 12:56:29 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: f48fe937-2875-4cd4-a7c3-f7eedbbcd788
X-Archives-Hash: 6be49a167cd6b0a7da272950933a9772

commit:     e21d9a72f4e6de4e7cfe141fdecf9fd69d01f761
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 26 12:22:27 2019 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Dec 26 12:56:04 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e21d9a72

app-crypt/debian-archive-keyring: keyword 2019.1 on ~ppc64

Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 app-crypt/debian-archive-keyring/debian-archive-keyring-2019.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/debian-archive-keyring/debian-archive-keyring-2019.1.ebuild b/app-crypt/debian-archive-keyring/debian-archive-keyring-2019.1.ebuild
index f9d5bd12a13..bbb643c8e5f 100644
--- a/app-crypt/debian-archive-keyring/debian-archive-keyring-2019.1.ebuild
+++ b/app-crypt/debian-archive-keyring/debian-archive-keyring-2019.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}_all.deb"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""
 
 S="${WORKDIR}"