diff options
author | Thomas Sachau <tommy@gentoo.org> | 2014-02-16 13:47:24 +0000 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2014-02-16 13:47:24 +0000 |
commit | 362d079fe7b654c728f5f09cfa18987aa822c868 (patch) | |
tree | df290b46f30884cb5aaf92ac52a8fe63f8d488ff | |
parent | Switch to dev-libs/efl (diff) | |
download | enlightenment-362d079fe7b654c728f5f09cfa18987aa822c868.tar.gz enlightenment-362d079fe7b654c728f5f09cfa18987aa822c868.tar.bz2 enlightenment-362d079fe7b654c728f5f09cfa18987aa822c868.zip |
Switch to dev-libs/efl
-rw-r--r-- | x11-plugins/e_modules-mpdule/e_modules-mpdule-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-plugins/e_modules-mpdule/e_modules-mpdule-9999.ebuild b/x11-plugins/e_modules-mpdule/e_modules-mpdule-9999.ebuild index ab2d3a7..64b0196 100644 --- a/x11-plugins/e_modules-mpdule/e_modules-mpdule-9999.ebuild +++ b/x11-plugins/e_modules-mpdule/e_modules-mpdule-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -6,11 +6,12 @@ EAPI=5 EGIT_SUB_PROJECT="enlightenment/modules" EGIT_URI_APPEND="${PN#e_modules-}" + inherit enlightenment DESCRIPTION="Simple MPD module for e17" DEPEND=">=x11-wm/enlightenment-0.17.0_alpha:0.17= - >=media-libs/edje-0.5.0 + dev-libs/efl media-libs/libmpd" RDEPEND=${DEPEND} |