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 E025F138350 for ; Fri, 10 Jan 2020 01:26:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4787E08E0; Fri, 10 Jan 2020 01:26:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 8364AE08E0 for ; Fri, 10 Jan 2020 01:26:18 +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 3014034DF06 for ; Fri, 10 Jan 2020 01:26:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90B2DA2 for ; Fri, 10 Jan 2020 01:26:13 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1578619537.12be2e043f80627c8d59975a7cb00d4179435b45.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/rpick/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/rpick/rpick-0.4.0.ebuild X-VCS-Directories: app-misc/rpick/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 12be2e043f80627c8d59975a7cb00d4179435b45 X-VCS-Branch: master Date: Fri, 10 Jan 2020 01:26:13 +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: 67e4499d-114c-4d2e-a55e-3a72188930d5 X-Archives-Hash: 46e66b0a5025b1221fb6d9d3c113dec1 commit: 12be2e043f80627c8d59975a7cb00d4179435b45 Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Jan 10 01:11:06 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Jan 10 01:25:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12be2e04 app-misc/rpick: x86 stable (bug #703436) Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann gentoo.org> app-misc/rpick/rpick-0.4.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/rpick/rpick-0.4.0.ebuild b/app-misc/rpick/rpick-0.4.0.ebuild index 4f9ccd1a476..8c6d2ac4281 100644 --- a/app-misc/rpick/rpick-0.4.0.ebuild +++ b/app-misc/rpick/rpick-0.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2019-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Auto-Generated by cargo-ebuild 0.2.0 @@ -82,7 +82,7 @@ SRC_URI="$(cargo_crate_uris ${CRATES})" LICENSE="GPL-3 Apache-2.0 BSD-2 CC0-1.0 ISC MIT" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" DOCS=( CHANGELOG.md README.md )