From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 63EA5139694 for ; Sun, 30 Jul 2017 14:30:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B442BE0E81; Sun, 30 Jul 2017 14:30:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8F620E0E81 for ; Sun, 30 Jul 2017 14:30:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 34D81341A58 for ; Sun, 30 Jul 2017 14:30:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3CFD174C2 for ; Sun, 30 Jul 2017 14:30:52 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1501425042.844cb5fa97a1ca85b6e83fb16f3e9e661f1e0e42.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/leveldb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/leveldb/leveldb-1.18-r1.ebuild dev-libs/leveldb/leveldb-1.18-r2.ebuild X-VCS-Directories: dev-libs/leveldb/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 844cb5fa97a1ca85b6e83fb16f3e9e661f1e0e42 X-VCS-Branch: master Date: Sun, 30 Jul 2017 14:30:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bc55699a-8cc4-4dd0-97c6-0a57dbad6ff3 X-Archives-Hash: fa77ce57568d9cda2fba2496719f7378 commit: 844cb5fa97a1ca85b6e83fb16f3e9e661f1e0e42 Author: Sergey Alirzaev gmail com> AuthorDate: Mon Jul 17 16:39:38 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jul 30 14:30:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=844cb5fa dev-libs/leveldb: := dep on app-arch/snappy libsnappy.so.1.1.5: cannot open shared object file: No such file or directory Closes: https://github.com/gentoo/gentoo/pull/5115 dev-libs/leveldb/{leveldb-1.18-r1.ebuild => leveldb-1.18-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/leveldb/leveldb-1.18-r1.ebuild b/dev-libs/leveldb/leveldb-1.18-r2.ebuild similarity index 98% rename from dev-libs/leveldb/leveldb-1.18-r1.ebuild rename to dev-libs/leveldb/leveldb-1.18-r2.ebuild index 198f75119f6..0afecb254ff 100644 --- a/dev-libs/leveldb/leveldb-1.18-r1.ebuild +++ b/dev-libs/leveldb/leveldb-1.18-r2.ebuild @@ -16,7 +16,7 @@ IUSE="+snappy static-libs +tcmalloc kernel_FreeBSD" DEPEND="tcmalloc? ( dev-util/google-perftools ) snappy? ( - app-arch/snappy + app-arch/snappy:= static-libs? ( app-arch/snappy[static-libs] ) )" RDEPEND="${DEPEND}"