summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2012-10-27 10:09:25 +0000
committerPacho Ramos <pacho@gentoo.org>2012-10-27 10:09:25 +0000
commitdd3819a4676ea69ee966a4ca260c509f9d88807e (patch)
treee47171d11830940e65c3fd7f62c41e0e856a94a2 /net-irc/smuxi
parentconfigure is broken and hiddenly disables cpufreq always, bug #439768 by Juha... (diff)
downloadgentoo-2-dd3819a4676ea69ee966a4ca260c509f9d88807e.tar.gz
gentoo-2-dd3819a4676ea69ee966a4ca260c509f9d88807e.tar.bz2
gentoo-2-dd3819a4676ea69ee966a4ca260c509f9d88807e.zip
Drop buggy gconf dependency, bug #437724 by René 'Necoro' Neumann.
(Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-irc/smuxi')
-rw-r--r--net-irc/smuxi/ChangeLog5
-rw-r--r--net-irc/smuxi/smuxi-0.8.10.1.ebuild3
2 files changed, 5 insertions, 3 deletions
diff --git a/net-irc/smuxi/ChangeLog b/net-irc/smuxi/ChangeLog
index fad1e8b2288b..2356db97d1f7 100644
--- a/net-irc/smuxi/ChangeLog
+++ b/net-irc/smuxi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/smuxi
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/smuxi/ChangeLog,v 1.23 2012/09/16 23:16:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/smuxi/ChangeLog,v 1.24 2012/10/27 10:09:25 pacho Exp $
+
+ 27 Oct 2012; Pacho Ramos <pacho@gentoo.org> smuxi-0.8.10.1.ebuild:
+ Drop buggy gconf dependency, bug #437724 by René 'Necoro' Neumann.
16 Sep 2012; Agostino Sarubbo <ago@gentoo.org> smuxi-0.8.10.1.ebuild:
Stable for amd64, wrt bug #435202
diff --git a/net-irc/smuxi/smuxi-0.8.10.1.ebuild b/net-irc/smuxi/smuxi-0.8.10.1.ebuild
index ab1b1aa943a2..fc5788c695e8 100644
--- a/net-irc/smuxi/smuxi-0.8.10.1.ebuild
+++ b/net-irc/smuxi/smuxi-0.8.10.1.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/net-irc/smuxi/smuxi-0.8.10.1.ebuild,v 1.2 2012/09/16 23:16:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/smuxi/smuxi-0.8.10.1.ebuild,v 1.3 2012/10/27 10:09:25 pacho Exp $
EAPI=4
inherit base mono eutils
@@ -23,7 +23,6 @@ RDEPEND=">=dev-lang/mono-2.0
dev-dotnet/ndesk-dbus
dev-dotnet/ndesk-dbus-glib )
gnome? ( >=dev-dotnet/gtk-sharp-2.12
- >=dev-dotnet/gconf-sharp-2.12
>=dev-dotnet/glade-sharp-2.12
>=dev-dotnet/glib-sharp-2.12 )
libnotify? ( dev-dotnet/notify-sharp )