diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-03-03 10:42:14 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-03 10:46:55 +0100 |
commit | 6b6f23c5daa9f51fdcc67e7703f3ddbff730c0b3 (patch) | |
tree | 37abf0a8e901f28c22f3ccf8e6d9e92a67d42978 /sys-cluster/ceph | |
parent | gnome-base/gnome-control-center: Dekeyword ~arm64 due to deps (diff) | |
download | gentoo-6b6f23c5daa9f51fdcc67e7703f3ddbff730c0b3.tar.gz gentoo-6b6f23c5daa9f51fdcc67e7703f3ddbff730c0b3.tar.bz2 gentoo-6b6f23c5daa9f51fdcc67e7703f3ddbff730c0b3.zip |
sys-cluster/ceph: Dekeyword 12.* ~arm64 due to deps
Diffstat (limited to 'sys-cluster/ceph')
-rw-r--r-- | sys-cluster/ceph/ceph-12.2.1.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/ceph/ceph-12.2.2-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/ceph/ceph-12.2.2.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys-cluster/ceph/ceph-12.2.1.ebuild b/sys-cluster/ceph/ceph-12.2.1.ebuild index 9e8142ef5698..d7acf97b5750 100644 --- a/sys-cluster/ceph/ceph-12.2.1.ebuild +++ b/sys-cluster/ceph/ceph-12.2.1.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]]; then SRC_URI="" else SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="~amd64 ~x86" fi DESCRIPTION="Ceph distributed filesystem" diff --git a/sys-cluster/ceph/ceph-12.2.2-r1.ebuild b/sys-cluster/ceph/ceph-12.2.2-r1.ebuild index 370a0220f867..f90261d5bc36 100644 --- a/sys-cluster/ceph/ceph-12.2.2-r1.ebuild +++ b/sys-cluster/ceph/ceph-12.2.2-r1.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]]; then SRC_URI="" else SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="~amd64 ~x86" fi DESCRIPTION="Ceph distributed filesystem" diff --git a/sys-cluster/ceph/ceph-12.2.2.ebuild b/sys-cluster/ceph/ceph-12.2.2.ebuild index 7040667f3001..664f9e63d0bf 100644 --- a/sys-cluster/ceph/ceph-12.2.2.ebuild +++ b/sys-cluster/ceph/ceph-12.2.2.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]]; then SRC_URI="" else SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="~amd64 ~x86" fi DESCRIPTION="Ceph distributed filesystem" |