diff options
author | Thomas Sachau <tommy@gentoo.org> | 2012-12-04 21:10:39 +0000 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2012-12-04 21:10:39 +0000 |
commit | 32a7bede88d6e15abfdb60166b7d08cba67a053a (patch) | |
tree | b7914965bdefc49742db6813d23f5b4ca0ad65ee /x11-wm | |
parent | version bump (diff) | |
download | gentoo-2-32a7bede88d6e15abfdb60166b7d08cba67a053a.tar.gz gentoo-2-32a7bede88d6e15abfdb60166b7d08cba67a053a.tar.bz2 gentoo-2-32a7bede88d6e15abfdb60166b7d08cba67a053a.zip |
Require ecore[curl] for the shot module, thanks to Vinky for looking this up
(Portage version: 2.2.0_alpha143-r1/cvs/Linux x86_64, signed Manifest commit with key 0x35899067)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/enlightenment/ChangeLog | 6 | ||||
-rw-r--r-- | x11-wm/enlightenment/enlightenment-0.17.0_alpha8.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/x11-wm/enlightenment/ChangeLog b/x11-wm/enlightenment/ChangeLog index cf85702d62c3..de5ab29ff518 100644 --- a/x11-wm/enlightenment/ChangeLog +++ b/x11-wm/enlightenment/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-wm/enlightenment # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/ChangeLog,v 1.165 2012/12/04 20:32:06 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/ChangeLog,v 1.166 2012/12/04 21:10:39 tommy Exp $ + + 04 Dec 2012; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> + enlightenment-0.17.0_alpha8.ebuild: + Require ecore[curl] for the shot module, thanks to Vinky for looking this up *enlightenment-0.17.0_alpha8 (04 Dec 2012) diff --git a/x11-wm/enlightenment/enlightenment-0.17.0_alpha8.ebuild b/x11-wm/enlightenment/enlightenment-0.17.0_alpha8.ebuild index 992deae7a13e..5e19554baa87 100644 --- a/x11-wm/enlightenment/enlightenment-0.17.0_alpha8.ebuild +++ b/x11-wm/enlightenment/enlightenment-0.17.0_alpha8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/enlightenment-0.17.0_alpha8.ebuild,v 1.1 2012/12/04 20:32:06 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/enlightenment-0.17.0_alpha8.ebuild,v 1.2 2012/12/04 21:10:39 tommy Exp $ EAPI="2" @@ -42,6 +42,7 @@ RDEPEND=" >=dev-libs/e_dbus-1.7.1[libnotify,udev?] ukit? ( >=dev-libs/e_dbus-1.7.1[udev] ) enlightenment_modules_connman? ( >=dev-libs/e_dbus-1.7.1[connman] ) + enlightenment_modules_shot? ( >=dev-libs/ecore-1.7.1[curl] ) || ( >=media-libs/evas-1.7.1[eet,X,jpeg,png] >=media-libs/evas-1.7.1[eet,xcb,jpeg,png] ) >=dev-libs/eeze-1.7.1 x11-libs/xcb-util-keysyms" |