aboutsummaryrefslogtreecommitdiff
blob: 0967b026443cebc0951177470e85757edf6fcf48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

DESCRIPTION="This is a fake ebuild to support libressl"
HOMEPAGE="http://www.openssl.org/"
SRC_URI=""

LICENSE="public-domain"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="static-libs bindist"

DEPEND=">=dev-libs/libressl-2.0.0[static-libs?]"
RDEPEND="${DEPEND}"