aboutsummaryrefslogtreecommitdiff
blob: 33c6147054a2f32789e3c3151230c88ad97aeb17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="5"

inherit gst-plugins-bad-multilib

KEYWORDS="~amd64"
IUSE=""

RDEPEND="media-libs/faac[${MULTILIB_USEDEP}]
        abi_x86_32? (
                !<=app-emulation/emul-linux-x86-gstplugins-20131008[abi_x86_32(-)]
                !app-emulation/emul-linux-x86-gstplugins[-abi_x86_32(-)]
        )"
DEPEND="${RDEPEND}"