13 lines
372 B
Bash
13 lines
372 B
Bash
# Copyright 1999-2014 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-neon/gst-plugins-neon-1.2.3.ebuild,v 1.6 2014/04/18 13:57:19 ago Exp $
|
|
|
|
EAPI="5"
|
|
|
|
inherit gst-plugins-bad
|
|
|
|
KEYWORDS="alpha amd64 ppc ppc64 x86"
|
|
IUSE=""
|
|
|
|
RDEPEND=">=net-libs/neon-0.27"
|
|
DEPEND="${RDEPEND}"
|