You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
534 B
16 lines
534 B
# Copyright 1999-2013 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-20131008.ebuild,v 1.2 2013/11/22 19:34:01 pacho Exp $
|
|
|
|
EAPI=5
|
|
inherit emul-linux-x86
|
|
|
|
LICENSE="LGPL-2 LGPL-2.1 ZLIB"
|
|
KEYWORDS="-* amd64"
|
|
|
|
DEPEND=""
|
|
RDEPEND="~app-emulation/emul-linux-x86-xlibs-${PV}
|
|
~app-emulation/emul-linux-x86-baselibs-${PV}
|
|
~app-emulation/emul-linux-x86-soundlibs-${PV}
|
|
~app-emulation/emul-linux-x86-medialibs-${PV}"
|