diff options
author | Fabian Groffen <grobian@gentoo.org> | 2019-01-09 08:42:58 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2019-01-09 09:03:22 +0100 |
commit | 6d9662b523a9f9937840721b08c84c5496d1e275 (patch) | |
tree | e8533a1cf775a18511fb6e35c817a81f5b2e47a2 /net-fs | |
parent | x11-wm/icewm: Bump to version 1.5.1 (diff) | |
download | gentoo-6d9662b523a9f9937840721b08c84c5496d1e275.tar.gz gentoo-6d9662b523a9f9937840721b08c84c5496d1e275.tar.bz2 gentoo-6d9662b523a9f9937840721b08c84c5496d1e275.zip |
net-fs/minio: 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-fs')
-rw-r--r-- | net-fs/minio/minio-2018.12.27.18.33.08.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/minio/minio-2018.12.27.18.33.08.ebuild b/net-fs/minio/minio-2018.12.27.18.33.08.ebuild index 9adcc45356de..8154fe5911ee 100644 --- a/net-fs/minio/minio-2018.12.27.18.33.08.ebuild +++ b/net-fs/minio/minio-2018.12.27.18.33.08.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ MY_PV="$(ver_cut 1-3)T$(ver_cut 4-7)Z" MY_PV=${MY_PV//./-} EGIT_COMMIT="ce419c98352324caa4c79b159a9f840ca714c3d5" ARCHIVE_URI="https://${EGO_PN}/archive/RELEASE.${MY_PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~amd64-linux" DESCRIPTION="An Amazon S3 compatible object storage server" HOMEPAGE="https://github.com/minio/minio" |