summaryrefslogtreecommitdiff
path: root/net-fs
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-08-26 19:02:51 +0200
committerMichał Górny <mgorny@gentoo.org>2018-08-26 19:02:51 +0200
commitd1d28178d392697d6286f2c099863c8ec8de2399 (patch)
tree8b8c6c2ef3d0a248276a0abeb38acf1ac8d1816c /net-fs
parentnet-fs/cifs-utils: Remove support for non-existent deps (diff)
downloadgentoo-d1d28178d392697d6286f2c099863c8ec8de2399.tar.gz
gentoo-d1d28178d392697d6286f2c099863c8ec8de2399.tar.bz2
gentoo-d1d28178d392697d6286f2c099863c8ec8de2399.zip
net-fs/cvmfs: Remove support for non-existent deps
Diffstat (limited to 'net-fs')
-rw-r--r--net-fs/cvmfs/cvmfs-2.3.5-r1.ebuild9
1 files 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 05b2f3138849..375fdee6e324 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 )"