blob: 6887fe1d69076bee8bd8f1e3438ee2b7eedf1504 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2008 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-20080316.ebuild,v 1.1 2008/03/17 07:20:13 welp Exp $
inherit emul-linux-x86
LICENSE="LGPL-2 LGPL-2.1"
KEYWORDS="-* ~amd64"
DEPEND=""
RDEPEND=">=app-emulation/emul-linux-x86-xlibs-20071114
>=app-emulation/emul-linux-x86-baselibs-20071114
>=app-emulation/emul-linux-x86-soundlibs-20071114"
|