From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 941E5138334 for ; Wed, 15 May 2019 13:26:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B181E0896; Wed, 15 May 2019 13:26:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6D468E0896 for ; Wed, 15 May 2019 13:26:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB97D344538 for ; Wed, 15 May 2019 13:26:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07C095D7 for ; Wed, 15 May 2019 13:25:59 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1557926736.3671c72c95f47d3c0ae4716ab25a722d2ea37d19.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/ceph/ceph-13.2.5-r4.ebuild X-VCS-Directories: sys-cluster/ceph/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: 3671c72c95f47d3c0ae4716ab25a722d2ea37d19 X-VCS-Branch: master Date: Wed, 15 May 2019 13:25:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c696a9f5-5e1c-48f1-8ffa-0c87388466d5 X-Archives-Hash: 5252678a66e1883a941546ba5db8d13a commit: 3671c72c95f47d3c0ae4716ab25a722d2ea37d19 Author: Patrick Lauer gentoo org> AuthorDate: Wed May 15 13:25:07 2019 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Wed May 15 13:25:36 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3671c72c sys-cluster/ceph: Add missing bash-completion inherit Fixed build failure. Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Patrick Lauer gentoo.org> sys-cluster/ceph/ceph-13.2.5-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/ceph/ceph-13.2.5-r4.ebuild b/sys-cluster/ceph/ceph-13.2.5-r4.ebuild index de0b1ea8ca7..20ba0bcb3c9 100644 --- a/sys-cluster/ceph/ceph-13.2.5-r4.ebuild +++ b/sys-cluster/ceph/ceph-13.2.5-r4.ebuild @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python{2_7,3_{5,6}} ) DISTUTILS_OPTIONAL=1 inherit check-reqs cmake-utils distutils-r1 flag-o-matic multiprocessing \ - python-r1 udev user readme.gentoo-r1 systemd + python-r1 udev user readme.gentoo-r1 systemd bash-completion-r1 if [[ ${PV} == *9999* ]]; then inherit git-r3