16 lines
591 B
Bash
16 lines
591 B
Bash
# Copyright 1999-2014 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-gstplugins/emul-linux-x86-gstplugins-20140406.ebuild,v 1.2 2014/05/04 12:22:43 pacho Exp $
|
|
|
|
EAPI=5
|
|
inherit emul-linux-x86
|
|
|
|
LICENSE="GPL-2 LGPL-2 LGPL-2.1"
|
|
KEYWORDS="-* amd64"
|
|
|
|
DEPEND=""
|
|
RDEPEND="~app-emulation/emul-linux-x86-baselibs-${PV}
|
|
~app-emulation/emul-linux-x86-db-${PV}
|
|
~app-emulation/emul-linux-x86-gtklibs-${PV}
|
|
~app-emulation/emul-linux-x86-medialibs-${PV}
|
|
~app-emulation/emul-linux-x86-soundlibs-${PV}"
|