2015-05-29 15:23:26 +03:00
|
|
|
# Copyright 1999-2015 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-10 23:59:40 +03:00
|
|
|
# $Id$
|
2015-05-29 15:23:26 +03:00
|
|
|
EAPI=4
|
|
|
|
|
|
|
|
DESCRIPTION="Hyperdex libtreadstone support library"
|
|
|
|
|
|
|
|
HOMEPAGE="http://hyperdex.org"
|
|
|
|
SRC_URI="http://hyperdex.org/src/${P}.tar.gz"
|
|
|
|
LICENSE="BSD"
|
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="~amd64"
|
|
|
|
|
|
|
|
IUSE=""
|
|
|
|
|
2015-06-01 09:38:39 +03:00
|
|
|
DEPEND=">=dev-libs/libpo6-0.7.0
|
|
|
|
>=dev-libs/libe-0.10.0"
|
2015-05-29 15:23:26 +03:00
|
|
|
RDEPEND="${DEPEND}"
|