summaryrefslogtreecommitdiff
blob: 3e258887e9185733244f75b94855ea7050c2ade6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/libffi/libffi-0.ebuild,v 1.6 2009/06/02 22:30:58 jer Exp $

EAPI=2

DESCRIPTION="Virtual for dev-libs/libffi"
HOMEPAGE="http://www.gentoo.org"
SRC_URI=""

LICENSE=""
SLOT="0"
KEYWORDS="~amd64 ~hppa ~sparc ~x86"
IUSE="static-libs"

# When we are using this, we need to package.use.mask libffi
# in sys-devel/gcc.
RDEPEND="dev-libs/libffi[static-libs?]"
DEPEND=""