diff options
author | Sam James <sam@gentoo.org> | 2020-11-20 22:25:53 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-20 22:25:53 +0000 |
commit | dd4fb3c135157fc8552af5e7f1b266466464f2cb (patch) | |
tree | 536960ddfdd8636d8dbc32df6b8a4710bbc090d3 /sys-cluster/ceph | |
parent | www-client/vivaldi-snapshot: Drop old 3.4.2066.70_p1 (diff) | |
download | gentoo-dd4fb3c135157fc8552af5e7f1b266466464f2cb.tar.gz gentoo-dd4fb3c135157fc8552af5e7f1b266466464f2cb.tar.bz2 gentoo-dd4fb3c135157fc8552af5e7f1b266466464f2cb.zip |
sys-cluster/ceph: arm64 keyworded (bug #755659)
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-cluster/ceph')
-rw-r--r-- | sys-cluster/ceph/ceph-15.2.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/ceph/ceph-15.2.6.ebuild b/sys-cluster/ceph/ceph-15.2.6.ebuild index f8190628700f..9e98afd12a09 100644 --- a/sys-cluster/ceph/ceph-15.2.6.ebuild +++ b/sys-cluster/ceph/ceph-15.2.6.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then SRC_URI="" else SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm64" fi DESCRIPTION="Ceph distributed filesystem" |