commit: 2da82bdb591ce7bcc4771837f7234e25a703de5d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 15 06:28:39 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jan 15 07:20:18 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2da82bdb
dev-libs/leveldb: Set USE-default on snappy[static-libs]
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-libs/leveldb/leveldb-1.18-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-libs/leveldb/leveldb-1.18-r2.ebuild
b/dev-libs/leveldb/leveldb-1.18-r2.ebuild
index ddfee8667bc..0a4ac6bfd31 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}"