From: Michał Górny Date: Wed, 15 Jan 2020 06:28:39 +0000 (+0100) Subject: dev-libs/leveldb: Set USE-default on snappy[static-libs] X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2da82bdb591ce7bcc4771837f7234e25a703de5d;p=gentoo.git dev-libs/leveldb: Set USE-default on snappy[static-libs] Signed-off-by: Michał Górny --- diff --git a/dev-libs/leveldb/leveldb-1.18-r2.ebuild b/dev-libs/leveldb/leveldb-1.18-r2.ebuild index ddfee8667bc6..0a4ac6bfd31c 100644 --- a/dev-libs/leveldb/leveldb-1.18-r2.ebuild +++ b/dev-libs/leveldb/leveldb-1.18-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -17,7 +17,7 @@ IUSE="+snappy static-libs +tcmalloc kernel_FreeBSD" DEPEND="tcmalloc? ( dev-util/google-perftools ) snappy? ( app-arch/snappy:= - static-libs? ( app-arch/snappy[static-libs] ) + static-libs? ( app-arch/snappy[static-libs(-)] ) )" RDEPEND="${DEPEND}"