Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/s3cmd/
Date: Sat, 03 Mar 2018 09:47:03
Message-Id: 1520070413.99ecb535232bea7f383fcbbf80d1978b0b29e2de.mgorny@gentoo
1 commit: 99ecb535232bea7f383fcbbf80d1978b0b29e2de
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 3 09:28:13 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 3 09:46:53 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99ecb535
7
8 net-misc/s3cmd: Dekeyword ~arm64 due to missing deps
9
10 net-misc/s3cmd/s3cmd-2.0.0.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/net-misc/s3cmd/s3cmd-2.0.0.ebuild b/net-misc/s3cmd/s3cmd-2.0.0.ebuild
14 index 39f8572f5a1..6086e767ca4 100644
15 --- a/net-misc/s3cmd/s3cmd-2.0.0.ebuild
16 +++ b/net-misc/s3cmd/s3cmd-2.0.0.ebuild
17 @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/s3tools/${P/_/-}.tar.gz"
18 LICENSE="GPL-2"
19 SLOT="0"
20
21 -KEYWORDS="~arm64 ~amd64 ~x86 ~x64-macos"
22 +KEYWORDS="~amd64 ~x86 ~x64-macos"
23 IUSE=""
24
25 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"