--- /usr/portage/sys-fs/lessfs/lessfs-1.7.0.ebuild 2013-11-24 00:26:42.000000000 +0100 +++ /usr/local/portage/sys-fs/lessfs/lessfs-1.7.0.ebuild 2014-02-23 16:52:49.369782975 +0100 @@ -14,9 +14,10 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="berkdb crypt debug filelog memtrace lzo" +IUSE="berkdb crypt debug filelog memtrace lzo snappy" -DEPEND="berkdb? ( sys-libs/db ) +DEPEND="snappy? ( app-arch/snappy ) + berkdb? ( sys-libs/db ) >=dev-db/tokyocabinet-1.4.42 app-crypt/mhash >=sys-fs/fuse-2.8.0 @@ -36,7 +37,8 @@ $(use_enable debug) $(use_enable debug lckdebug) \ $(use_enable filelog) $(use_with crypt crypto) \ $(use_with lzo) $(use_enable memtrace) \ - $(use_with berkdb berkeleydb) + $(use_with berkdb berkeleydb) \ + $(use_with snappy) } src_install () {