diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-07 08:37:43 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-07 08:37:43 +0000 |
commit | 8cca3197c77173b749cd8e63888a08bebd01329e (patch) | |
tree | fdaac7533ec9a03f87d75ce0be823ceb49029c97 /gnome-extra/sensors-applet | |
parent | Version bump. Use new cmake-based build system. (diff) | |
download | gentoo-2-8cca3197c77173b749cd8e63888a08bebd01329e.tar.gz gentoo-2-8cca3197c77173b749cd8e63888a08bebd01329e.tar.bz2 gentoo-2-8cca3197c77173b749cd8e63888a08bebd01329e.zip |
Fails to build with x11-libs/libnotify-0.7.1, number of arguments for notify_notification_new() changed
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra/sensors-applet')
-rw-r--r-- | gnome-extra/sensors-applet/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-extra/sensors-applet/sensors-applet-2.2.7.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/gnome-extra/sensors-applet/ChangeLog b/gnome-extra/sensors-applet/ChangeLog index c1b9df0dd229..7215fe835b4f 100644 --- a/gnome-extra/sensors-applet/ChangeLog +++ b/gnome-extra/sensors-applet/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-extra/sensors-applet -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/sensors-applet/ChangeLog,v 1.48 2010/12/08 17:54:46 pacho Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/sensors-applet/ChangeLog,v 1.49 2011/03/07 08:37:43 jlec Exp $ + + 07 Mar 2011; Justin Lecher <jlec@gentoo.org> sensors-applet-2.2.7.ebuild: + Fails to build with x11-libs/libnotify-0.7.1, number of arguments for + notify_notification_new() changed 08 Dec 2010; Pacho Ramos <pacho@gentoo.org> sensors-applet-2.2.4.ebuild, sensors-applet-2.2.7.ebuild: diff --git a/gnome-extra/sensors-applet/sensors-applet-2.2.7.ebuild b/gnome-extra/sensors-applet/sensors-applet-2.2.7.ebuild index dcf751e19fec..a837ee0d5af2 100644 --- a/gnome-extra/sensors-applet/sensors-applet-2.2.7.ebuild +++ b/gnome-extra/sensors-applet/sensors-applet-2.2.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/sensors-applet/sensors-applet-2.2.7.ebuild,v 1.3 2010/12/08 17:54:46 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/sensors-applet/sensors-applet-2.2.7.ebuild,v 1.4 2011/03/07 08:37:43 jlec Exp $ EAPI="2" GCONF_DEBUG="no" @@ -28,7 +28,7 @@ RDEPEND=" >=dev-libs/dbus-glib-0.80 >=dev-libs/libatasmart-0.16 ) !dbus? ( >=app-admin/hddtemp-0.3_beta13 ) ) - libnotify? ( >=x11-libs/libnotify-0.4.0 ) + libnotify? ( <x11-libs/libnotify-0.7.1 ) lm_sensors? ( sys-apps/lm_sensors ) video_cards_fglrx? ( x11-drivers/ati-drivers ) video_cards_nvidia? ( || ( |