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 F2DAD138334 for ; Sun, 26 Aug 2018 17:08:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE8D0E08FA; Sun, 26 Aug 2018 17:08:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 97112E08FA for ; Sun, 26 Aug 2018 17:08:48 +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 34438335CCA for ; Sun, 26 Aug 2018 17:08:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 245D93BE for ; Sun, 26 Aug 2018 17:08:44 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1535302971.d1d28178d392697d6286f2c099863c8ec8de2399.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/cvmfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/cvmfs/cvmfs-2.3.5-r1.ebuild X-VCS-Directories: net-fs/cvmfs/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d1d28178d392697d6286f2c099863c8ec8de2399 X-VCS-Branch: master Date: Sun, 26 Aug 2018 17:08:44 +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-Archives-Salt: f679b631-35ec-4b88-aabd-523911f38a4f X-Archives-Hash: a38f73069434ebe632eda5649eb8993b commit: d1d28178d392697d6286f2c099863c8ec8de2399 Author: Michał Górny gentoo org> AuthorDate: Sun Aug 26 17:02:51 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Aug 26 17:02:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1d28178 net-fs/cvmfs: Remove support for non-existent deps net-fs/cvmfs/cvmfs-2.3.5-r1.ebuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/net-fs/cvmfs/cvmfs-2.3.5-r1.ebuild b/net-fs/cvmfs/cvmfs-2.3.5-r1.ebuild index 05b2f313884..375fdee6e32 100644 --- a/net-fs/cvmfs/cvmfs-2.3.5-r1.ebuild +++ b/net-fs/cvmfs/cvmfs-2.3.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -40,10 +40,7 @@ RDEPEND="${CDEPEND} app-admin/sudo net-fs/autofs server? ( - aufs? ( || ( - sys-fs/aufs3 - sys-fs/aufs4 - sys-kernel/aufs-sources ) ) + aufs? ( sys-kernel/aufs-sources ) www-servers/apache ) " @@ -55,7 +52,7 @@ DEPEND="${CDEPEND} dev-python/geoip-python >=dev-cpp/tbb-4.4:0= || ( sys-devel/gdb dev-util/lldb ) - ) + ) " REQUIRED_USE="test-programs? ( server )"