diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2017-07-25 15:44:25 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2017-07-25 15:47:35 -0400 |
commit | 1dd33cea2b00c6d31f4aa1836972d828cc0072bb (patch) | |
tree | ebb6e13bc250ea18040a1084f49b625bd6b27420 /sys-fs/encfs | |
parent | sys-fs/encfs: version bump to 1.9.2 (diff) | |
download | gentoo-1dd33cea2b00c6d31f4aa1836972d828cc0072bb.tar.gz gentoo-1dd33cea2b00c6d31f4aa1836972d828cc0072bb.tar.bz2 gentoo-1dd33cea2b00c6d31f4aa1836972d828cc0072bb.zip |
sys-fs/encfs: add slot dependency for sys-fs/fuse
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'sys-fs/encfs')
-rw-r--r-- | sys-fs/encfs/encfs-1.9.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/encfs/encfs-1.9.2.ebuild b/sys-fs/encfs/encfs-1.9.2.ebuild index 56d7ea249d42..e1ed5b33785b 100644 --- a/sys-fs/encfs/encfs-1.9.2.ebuild +++ b/sys-fs/encfs/encfs-1.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -17,7 +17,7 @@ RDEPEND=" !libressl? ( dev-libs/openssl:= ) libressl? ( dev-libs/libressl:= ) dev-libs/tinyxml2:0/3 - sys-fs/fuse + sys-fs/fuse:= sys-libs/zlib" DEPEND=" ${RDEPEND} |