summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2013-07-23 18:24:08 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2013-07-23 18:24:08 +0000
commit80e616e0970957bd95b958b4b4c082eb2335b9ae (patch)
tree9f598291a0cd55a2dfea72c622b684b247e6b03c /x11-misc/xmobar
parentFix the hack for subversion.eclass bug #282486. (diff)
downloadgentoo-2-80e616e0970957bd95b958b4b4c082eb2335b9ae.tar.gz
gentoo-2-80e616e0970957bd95b958b4b4c082eb2335b9ae.tar.bz2
gentoo-2-80e616e0970957bd95b958b4b4c082eb2335b9ae.zip
Remove USE=inotify as USE=mail always did mail notifications via hinotify (bug #477838 by Brandon Dimcheff).
(Portage version: 2.2.0_alpha188_p25/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'x11-misc/xmobar')
-rw-r--r--x11-misc/xmobar/ChangeLog6
-rw-r--r--x11-misc/xmobar/xmobar-0.18.ebuild7
2 files changed, 9 insertions, 4 deletions
diff --git a/x11-misc/xmobar/ChangeLog b/x11-misc/xmobar/ChangeLog
index 1c26028b73a4..736489c44f31 100644
--- a/x11-misc/xmobar/ChangeLog
+++ b/x11-misc/xmobar/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/xmobar
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/ChangeLog,v 1.23 2013/07/21 21:03:55 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/ChangeLog,v 1.24 2013/07/23 18:24:08 slyfox Exp $
+
+ 23 Jul 2013; Sergei Trofimovich <slyfox@gentoo.org> xmobar-0.18.ebuild:
+ Remove USE=inotify as USE=mail always did mail notifications via hinotify (bug
+ #477838 by Brandon Dimcheff).
*xmobar-0.18 (21 Jul 2013)
diff --git a/x11-misc/xmobar/xmobar-0.18.ebuild b/x11-misc/xmobar/xmobar-0.18.ebuild
index ca59b66958b5..7e84744ca8af 100644
--- a/x11-misc/xmobar/xmobar-0.18.ebuild
+++ b/x11-misc/xmobar/xmobar-0.18.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/xmobar-0.18.ebuild,v 1.1 2013/07/21 21:03:55 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/xmobar-0.18.ebuild,v 1.2 2013/07/23 18:24:08 slyfox Exp $
EAPI=5
@@ -21,7 +21,8 @@ KEYWORDS="~amd64 ~x86"
#hackport: rename-use with_datezone timezone
#hackport: rename-use with_threaded threaded
#hackport: rename-use with_dbus dbus
-IUSE="alsa timezone threaded dbus inotify wifi mpd mpris mail xft"
+#hackport: rename-use with_inotify mail
+IUSE="alsa timezone threaded dbus wifi mpd mpris mail xft"
# xft? ( net-wireless/iw )
RDEPEND="x11-libs/libXrandr
@@ -60,7 +61,7 @@ src_configure() {
$(cabal_flag alsa with_alsa) \
$(cabal_flag timezone with_datezone) \
$(cabal_flag dbus with_dbus) \
- $(cabal_flag inotify with_inotify) \
+ $(cabal_flag mail with_inotify) \
$(cabal_flag wifi with_iwlib) \
$(cabal_flag mpd with_mpd) \
$(cabal_flag mpris with_mpris) \