blob: 51333df1f8df0764ece3cdde27161f4c523aa981 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
inherit multilib-build
DESCRIPTION="This is a fake ebuild to support libressl"
HOMEPAGE="http://www.openssl.org/"
SRC_URI=""
LICENSE="public-domain"
SLOT="0"
KEYWORDS="amd64 ~mips ppc ppc64 x86"
IUSE="kerberos static-libs bindist"
DEPEND=">=dev-libs/libressl-2.0.0[static-libs?,${MULTILIB_USEDEP}]"
RDEPEND="${DEPEND}
app-misc/c_rehash"
|