summaryrefslogtreecommitdiff
path: root/virtual/bitcoin-leveldb/bitcoin-leveldb-0-r2.ebuild
blob: bc2b2224895625d8efe39f997c5be424ed379496 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Virtual for LevelDB versions known to be compatible with Bitcoin Core 0.9+"

SLOT="0"
KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"

RDEPEND="
	|| (
		=dev-libs/leveldb-1.20
		=dev-libs/leveldb-1.18-r2
		=dev-libs/leveldb-1.18
		=dev-libs/leveldb-1.17
		=dev-libs/leveldb-1.15.0-r1
	)"