diff options
author | 2012-12-19 19:00:56 +0000 | |
---|---|---|
committer | 2012-12-19 19:00:56 +0000 | |
commit | fdbf0d8301d79bae4a6511f10234e36c9332b6b2 (patch) | |
tree | 0c55164713b3d39961e8f48c21bc059b34b18dd1 /x11-plugins/e_modules-slideshow/e_modules-slideshow-9999.ebuild | |
parent | Add slot-operator dependency for rebuilds after e17 version bumps (diff) | |
download | enlightenment-fdbf0d8301d79bae4a6511f10234e36c9332b6b2.tar.gz enlightenment-fdbf0d8301d79bae4a6511f10234e36c9332b6b2.tar.bz2 enlightenment-fdbf0d8301d79bae4a6511f10234e36c9332b6b2.zip |
Add slot-operator dependency for rebuilds after e17 version bumps
(Portage version: 2.2.0_alpha149-r1/svn/Linux x86_64, signed Manifest commit with key 0x35899067)
Diffstat (limited to 'x11-plugins/e_modules-slideshow/e_modules-slideshow-9999.ebuild')
-rw-r--r-- | x11-plugins/e_modules-slideshow/e_modules-slideshow-9999.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/x11-plugins/e_modules-slideshow/e_modules-slideshow-9999.ebuild b/x11-plugins/e_modules-slideshow/e_modules-slideshow-9999.ebuild index 3a4ce86..949530a 100644 --- a/x11-plugins/e_modules-slideshow/e_modules-slideshow-9999.ebuild +++ b/x11-plugins/e_modules-slideshow/e_modules-slideshow-9999.ebuild @@ -1,14 +1,16 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/e_modules/e_modules-9999.ebuild,v 1.6 2006/09/14 15:21:04 vapier Exp $ +# $Header: $ -EAPI=1 +EAPI=5 ESVN_SUB_PROJECT="E-MODULES-EXTRA" ESVN_URI_APPEND="${PN#e_modules-}" + inherit enlightenment DESCRIPTION="This module is a port of the e16 epplet E-Slides by Michael Jennings" -DEPEND=">=x11-wm/enlightenment-0.17.0_alpha:0.17 +DEPEND=">=x11-wm/enlightenment-0.17.0_alpha:0.17= >=media-libs/edje-0.5.0" +RDEPEND=${DEPEND} |