diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-11-19 09:19:26 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-11-19 09:19:26 +0000 |
commit | 3ebbbc3bcf2ba25ca07494df0f8a078a9bc72ac6 (patch) | |
tree | 6890ef91784f353ce574c2451d0be3fc35d1f9e5 /virtual | |
parent | Bug #349901: Dual Artistic license, per Fedora upstream request to the author... (diff) | |
download | gentoo-2-3ebbbc3bcf2ba25ca07494df0f8a078a9bc72ac6.tar.gz gentoo-2-3ebbbc3bcf2ba25ca07494df0f8a078a9bc72ac6.tar.bz2 gentoo-2-3ebbbc3bcf2ba25ca07494df0f8a078a9bc72ac6.zip |
Update the virtual to support both enlightenment_modules_notification and e_modules_notification for compability with x11-wm/enlightenment from both, the gentoo-x86 and the enlightenment overlay wrt #443732
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/notification-daemon/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/notification-daemon/notification-daemon-0.ebuild | 3 |
2 files changed, 9 insertions, 2 deletions
diff --git a/virtual/notification-daemon/ChangeLog b/virtual/notification-daemon/ChangeLog index dc9faad34992..9fed77a80af5 100644 --- a/virtual/notification-daemon/ChangeLog +++ b/virtual/notification-daemon/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/notification-daemon # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/notification-daemon/ChangeLog,v 1.6 2012/06/02 12:25:41 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/notification-daemon/ChangeLog,v 1.7 2012/11/19 09:19:26 ssuominen Exp $ + + 19 Nov 2012; Samuli Suominen <ssuominen@gentoo.org> + notification-daemon-0.ebuild: + Update the virtual to support both enlightenment_modules_notification and + e_modules_notification for compability with x11-wm/enlightenment from both, + the gentoo-x86 and the enlightenment overlay wrt #443732 02 Jun 2012; Anthony G. Basile <blueness@gentoo.org> notification-daemon-0.ebuild: diff --git a/virtual/notification-daemon/notification-daemon-0.ebuild b/virtual/notification-daemon/notification-daemon-0.ebuild index 463c363d7b33..a351d3e46d70 100644 --- a/virtual/notification-daemon/notification-daemon-0.ebuild +++ b/virtual/notification-daemon/notification-daemon-0.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/virtual/notification-daemon/notification-daemon-0.ebuild,v 1.7 2012/06/02 12:25:41 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/notification-daemon/notification-daemon-0.ebuild,v 1.8 2012/11/19 09:19:26 ssuominen Exp $ EAPI=2 @@ -21,6 +21,7 @@ RDEPEND=" x11-misc/qtnotifydaemon x11-misc/notify-osd >=x11-wm/awesome-3.4.4 + x11-wm/enlightenment[enlightenment_modules_notification] x11-wm/enlightenment[e_modules_notification] kde-base/knotify ) )" DEPEND="" |