blob: 3c6fe0c92358f6398c7ebb2f88a0bef3bdd8540d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-cpplibs/emul-linux-x86-cpplibs-20110129.ebuild,v 1.1 2011/01/30 11:15:38 pacho Exp $
inherit emul-linux-x86
LICENSE="Boost-1.0 LGPL-2.1"
KEYWORDS="-* ~amd64"
DEPEND=""
RDEPEND="~app-emulation/emul-linux-x86-baselibs-${PV}"
|