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 7AB07138334 for ; Sat, 30 Jun 2018 14:45:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDE9FE0903; Sat, 30 Jun 2018 14:45:34 +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 A177EE0903 for ; Sat, 30 Jun 2018 14:45:34 +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 E4F7C335CC8 for ; Sat, 30 Jun 2018 14:45:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC22D356 for ; Sat, 30 Jun 2018 14:45:29 +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: <1530369898.5cf0af489eb01d5ab56458ee2b04526f8eb80cc0.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/s3cmd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/s3cmd/s3cmd-2.0.0.ebuild X-VCS-Directories: net-misc/s3cmd/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 5cf0af489eb01d5ab56458ee2b04526f8eb80cc0 X-VCS-Branch: master Date: Sat, 30 Jun 2018 14:45:29 +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-Archives-Salt: 29061840-e6a9-4f7e-ba7c-69d6493247a4 X-Archives-Hash: 13ad0c74c0727b4bf963729fca065332 commit: 5cf0af489eb01d5ab56458ee2b04526f8eb80cc0 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Jun 30 13:01:55 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Jun 30 14:44:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cf0af48 net-misc/s3cmd: stable 2.0.0 for ia64, bug #658828 Bug: https://bugs.gentoo.org/658828 Package-Manager: Portage-2.3.41, Repoman-2.3.9 RepoMan-Options: --include-arches="ia64" net-misc/s3cmd/s3cmd-2.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/s3cmd/s3cmd-2.0.0.ebuild b/net-misc/s3cmd/s3cmd-2.0.0.ebuild index 2b8e1e29806..55f26f907e5 100644 --- a/net-misc/s3cmd/s3cmd-2.0.0.ebuild +++ b/net-misc/s3cmd/s3cmd-2.0.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/s3tools/${P/_/-}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~x86 ~x64-macos" +KEYWORDS="amd64 ia64 ~x86 ~x64-macos" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"