From 2da82bdb591ce7bcc4771837f7234e25a703de5d Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 15 Jan 2020 07:28:39 +0100 Subject: dev-libs/leveldb: Set USE-default on snappy[static-libs] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-libs/leveldb/leveldb-1.18-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-libs/leveldb') 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}" -- cgit v1.2.3-65-gdbad