summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2013-02-09 18:49:06 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2013-02-09 18:49:06 +0000
commitc865579d4255763a70fc15449af4b27adb636859 (patch)
tree90067d7b47dd532656065bc0b746f3218f9a096c /x11-misc/xmobar
parentConvert to distutils-r1. (diff)
downloadgentoo-2-c865579d4255763a70fc15449af4b27adb636859.tar.gz
gentoo-2-c865579d4255763a70fc15449af4b27adb636859.tar.bz2
gentoo-2-c865579d4255763a70fc15449af4b27adb636859.zip
Fix USE=alsa depends (reported by kini).
(Portage version: 2.2.0_alpha153_p6/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'x11-misc/xmobar')
-rw-r--r--x11-misc/xmobar/ChangeLog5
-rw-r--r--x11-misc/xmobar/xmobar-0.16.ebuild18
2 files changed, 13 insertions, 10 deletions
diff --git a/x11-misc/xmobar/ChangeLog b/x11-misc/xmobar/ChangeLog
index 09a5db4f7475..fa877a597864 100644
--- a/x11-misc/xmobar/ChangeLog
+++ b/x11-misc/xmobar/ChangeLog
@@ -1,6 +1,9 @@
# 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.20 2013/01/01 23:57:02 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/ChangeLog,v 1.21 2013/02/09 18:49:06 slyfox Exp $
+
+ 09 Feb 2013; Sergei Trofimovich <slyfox@gentoo.org> xmobar-0.16.ebuild:
+ Fix USE=alsa depends (reported by kini).
*xmobar-0.16 (01 Jan 2013)
diff --git a/x11-misc/xmobar/xmobar-0.16.ebuild b/x11-misc/xmobar/xmobar-0.16.ebuild
index 188047828622..f83654b4d888 100644
--- a/x11-misc/xmobar/xmobar-0.16.ebuild
+++ b/x11-misc/xmobar/xmobar-0.16.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.16.ebuild,v 1.1 2013/01/01 23:57:02 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/xmobar-0.16.ebuild,v 1.2 2013/02/09 18:49:06 slyfox Exp $
EAPI=5
@@ -31,19 +31,19 @@ DEPEND="${RDEPEND}
>=dev-haskell/stm-2.3
<dev-haskell/stm-2.5
=dev-haskell/x11-1.6*
- xft? ( =dev-haskell/utf8-string-0.3*
- =dev-haskell/x11-xft-0.3*
- )
- mail? ( =dev-haskell/hinotify-0.3* )
- mpd? ( =dev-haskell/alsa-mixer-0.1*
+ alsa? ( =dev-haskell/alsa-mixer-0.1*
=dev-haskell/alsa-core-0.5*
- =dev-haskell/libmpd-0.8*
)
+ dbus? ( >=dev-haskell/dbus-0.10 )
+ mail? ( =dev-haskell/hinotify-0.3* )
+ mpd? ( =dev-haskell/libmpd-0.8* )
+ mpris? ( >=dev-haskell/dbus-0.10 )
timezone? ( =dev-haskell/timezone-olson-0.1*
=dev-haskell/timezone-series-0.1*
)
- mpris? ( >=dev-haskell/dbus-0.10 )
- dbus? ( >=dev-haskell/dbus-0.10 )
+ xft? ( =dev-haskell/utf8-string-0.3*
+ =dev-haskell/x11-xft-0.3*
+ )
"
RDEPEND+="mpd? ( media-sound/mpd )"