blob: b2299db2480bb7160b953bb609a80512f46bad60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20081109.ebuild,v 1.4 2010/01/01 21:30:47 pacho Exp $
inherit emul-linux-x86
LICENSE="LGPL-2 LGPL-2.1"
KEYWORDS="-* amd64"
IUSE=""
DEPEND=""
RDEPEND="=app-emulation/emul-linux-x86-xlibs-${PV}
=app-emulation/emul-linux-x86-baselibs-${PV}
=app-emulation/emul-linux-x86-soundlibs-${PV}"
|