diff options
author | Fabian Groffen <grobian@gentoo.org> | 2019-01-09 09:02:55 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2019-01-09 09:03:23 +0100 |
commit | ea23d789c1732f56b436a98f040d0e0e2691c658 (patch) | |
tree | e624866d76c9d3332a9d7cd7c189337752eef430 /net-misc/s3cmd | |
parent | dev-python/python-magic: marked ~amd64-linux (diff) | |
download | gentoo-ea23d789c1732f56b436a98f040d0e0e2691c658.tar.gz gentoo-ea23d789c1732f56b436a98f040d0e0e2691c658.tar.bz2 gentoo-ea23d789c1732f56b436a98f040d0e0e2691c658.zip |
net-misc/s3cmd: marked ~amd64-linux
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'net-misc/s3cmd')
-rw-r--r-- | net-misc/s3cmd/s3cmd-2.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/s3cmd/s3cmd-2.0.2.ebuild b/net-misc/s3cmd/s3cmd-2.0.2.ebuild index c8ebf64df130..6d8a1feb42a4 100644 --- a/net-misc/s3cmd/s3cmd-2.0.2.ebuild +++ b/net-misc/s3cmd/s3cmd-2.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/s3tools/${P/_/-}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~x86 ~x64-macos" +KEYWORDS="~amd64 ~ia64 ~x86 ~amd64-linux ~x64-macos" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}]" |