blob: 1655da937905269378ef6c76f77f5003a555ffe3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
ESVN_SUB_PROJECT="E-MODULES-EXTRA"
ESVN_URI_APPEND="${PN#e_modules-}"
inherit enlightenment
DESCRIPTION="evry-mpris plugin is a frontend for mediaplayers that support mpris."
IUSE="static-libs"
RDEPEND=">=x11-wm/enlightenment-0.17.0_alpha:0.17[enlightenment_modules_everything]"
DEPEND="${RDEPEND}"
|