blob: 337f9cdcdd4eb1d0413be9f4fd6b968312961488 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2007 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-20071121.ebuild,v 1.2 2007/11/24 01:25:04 kingtaco 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"
|