From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1410122-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 07B51158091 for <garchives@archives.gentoo.org>; Mon, 20 Jun 2022 01:37:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1965E0C15; Mon, 20 Jun 2022 01:37:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 81AA3E0C15 for <gentoo-commits@lists.gentoo.org>; Mon, 20 Jun 2022 01:37:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 41D3F341719 for <gentoo-commits@lists.gentoo.org>; Mon, 20 Jun 2022 01:37:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9928450C for <gentoo-commits@lists.gentoo.org>; Mon, 20 Jun 2022 01:37:18 +0000 (UTC) From: "Alexey Zapparov" <alexey@zapparov.com> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Zapparov" <alexey@zapparov.com> Message-ID: <1655689035.49f9a0aa4900cbddb6e09fe50a7c227ba24dbdc2.alexey@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-admin/awscli-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-admin/awscli-bin/awscli-bin-2.7.9-r1.ebuild app-admin/awscli-bin/awscli-bin-2.7.9.ebuild X-VCS-Directories: app-admin/awscli-bin/ X-VCS-Committer: alexey X-VCS-Committer-Name: Alexey Zapparov X-VCS-Revision: 49f9a0aa4900cbddb6e09fe50a7c227ba24dbdc2 X-VCS-Branch: dev Date: Mon, 20 Jun 2022 01:37:18 +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: 67ec5ca9-68b3-488a-a7d2-5f2ec6878345 X-Archives-Hash: f72954642d7b1daa1eca9e8c7edfa8a1 commit: 49f9a0aa4900cbddb6e09fe50a7c227ba24dbdc2 Author: Alexey Zapparov <alexey <AT> zapparov <DOT> com> AuthorDate: Mon Jun 20 01:34:56 2022 +0000 Commit: Alexey Zapparov <alexey <AT> zapparov <DOT> com> CommitDate: Mon Jun 20 01:37:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=49f9a0aa app-admin/awscli-bin: add awscli-bin-2.7.9-r1 See-Also: https://github.com/gentoo/guru/commit/ac5ab3c37834c3f4e794e946adde77a79c7e321a#r76481950 Signed-off-by: Alexey Zapparov <alexey <AT> zapparov.com> .../awscli-bin/{awscli-bin-2.7.9.ebuild => awscli-bin-2.7.9-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/awscli-bin/awscli-bin-2.7.9.ebuild b/app-admin/awscli-bin/awscli-bin-2.7.9-r1.ebuild similarity index 96% rename from app-admin/awscli-bin/awscli-bin-2.7.9.ebuild rename to app-admin/awscli-bin/awscli-bin-2.7.9-r1.ebuild index 737cf5e8a..979c76c74 100644 --- a/app-admin/awscli-bin/awscli-bin-2.7.9.ebuild +++ b/app-admin/awscli-bin/awscli-bin-2.7.9-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI=" LICENSE="Apache-2.0 MIT LGPL-2.1+ BSD GPL-2+-with-Pyinstaller-Bootloader-exception openssl PSF-2 BSD-2 GPL-3+ public-domain" SLOT="0" -KEYWORDS="~amd64 ~arm64" +KEYWORDS="-* ~amd64 ~arm64" RDEPEND="!app-admin/awscli" BDEPEND="app-arch/unzip"