diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-15 07:28:39 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-15 08:20:18 +0100 |
commit | 2da82bdb591ce7bcc4771837f7234e25a703de5d (patch) | |
tree | 07f37063345d63dbb32105677b7e4e679c176a25 /dev-libs/leveldb | |
parent | app-arch/snappy: Bump to 1.1.8 (diff) | |
download | gentoo-2da82bdb591ce7bcc4771837f7234e25a703de5d.tar.gz gentoo-2da82bdb591ce7bcc4771837f7234e25a703de5d.tar.bz2 gentoo-2da82bdb591ce7bcc4771837f7234e25a703de5d.zip |
dev-libs/leveldb: Set USE-default on snappy[static-libs]
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs/leveldb')
-rw-r--r-- | dev-libs/leveldb/leveldb-1.18-r2.ebuild | 4 |
1 files 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 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}" |