diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-04-06 14:45:44 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-04-06 14:45:44 +0200 |
commit | 321d696975099bdb65e5d7f9e472e2fc79ae95f3 (patch) | |
tree | 0a63029ad0e704616eac6b63890ae7f6f47ded9b /sys-cluster/ceph | |
parent | media-gfx/hugin: version bump (diff) | |
download | gentoo-321d696975099bdb65e5d7f9e472e2fc79ae95f3.tar.gz gentoo-321d696975099bdb65e5d7f9e472e2fc79ae95f3.tar.bz2 gentoo-321d696975099bdb65e5d7f9e472e2fc79ae95f3.zip |
sys-cluster/ceph: amd64 stable wrt bug #679414
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
Diffstat (limited to 'sys-cluster/ceph')
-rw-r--r-- | sys-cluster/ceph/ceph-12.2.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/ceph/ceph-12.2.11.ebuild b/sys-cluster/ceph/ceph-12.2.11.ebuild index 761d8f534952..fc4fe164ce0f 100644 --- a/sys-cluster/ceph/ceph-12.2.11.ebuild +++ b/sys-cluster/ceph/ceph-12.2.11.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]]; then SRC_URI="" else SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi DESCRIPTION="Ceph distributed filesystem" |