diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2013-02-21 20:58:50 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2013-02-21 20:58:50 +0000 |
commit | 14b2b84018b976fd253928daf4851bc7ceba24e2 (patch) | |
tree | 4c7bfa71387837370e06418a4d6ab9a4d340ce48 /x11-misc/xmobar | |
parent | Stable for x86, wrt bug #448798 (diff) | |
download | gentoo-2-14b2b84018b976fd253928daf4851bc7ceba24e2.tar.gz gentoo-2-14b2b84018b976fd253928daf4851bc7ceba24e2.tar.bz2 gentoo-2-14b2b84018b976fd253928daf4851bc7ceba24e2.zip |
Fix use flags passing (bug #458372 by Diego Elio Pettenò).
(Portage version: 2.2.0_alpha163_p4/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'x11-misc/xmobar')
-rw-r--r-- | x11-misc/xmobar/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/xmobar/xmobar-0.16-r1.ebuild (renamed from x11-misc/xmobar/xmobar-0.16.ebuild) | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/x11-misc/xmobar/ChangeLog b/x11-misc/xmobar/ChangeLog index fa877a597864..d9aca24cd86c 100644 --- a/x11-misc/xmobar/ChangeLog +++ b/x11-misc/xmobar/ChangeLog @@ -1,6 +1,12 @@ # 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.21 2013/02/09 18:49:06 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/ChangeLog,v 1.22 2013/02/21 20:58:50 slyfox Exp $ + +*xmobar-0.16-r1 (21 Feb 2013) + + 21 Feb 2013; Sergei Trofimovich <slyfox@gentoo.org> +xmobar-0.16-r1.ebuild, + -xmobar-0.16.ebuild: + Fix use flags passing (bug #458372 by Diego Elio Pettenò). 09 Feb 2013; Sergei Trofimovich <slyfox@gentoo.org> xmobar-0.16.ebuild: Fix USE=alsa depends (reported by kini). diff --git a/x11-misc/xmobar/xmobar-0.16.ebuild b/x11-misc/xmobar/xmobar-0.16-r1.ebuild index f83654b4d888..5a832c6b4507 100644 --- a/x11-misc/xmobar/xmobar-0.16.ebuild +++ b/x11-misc/xmobar/xmobar-0.16-r1.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.2 2013/02/09 18:49:06 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/xmobar-0.16-r1.ebuild,v 1.1 2013/02/21 20:58:50 slyfox Exp $ EAPI=5 @@ -59,8 +59,8 @@ src_configure() { $(cabal_flag mpd with_mpd) \ $(cabal_flag alsa with_alsa) \ $(cabal_flag timezone with_datezone) \ - $(cabal_flag wifi with_iwlib) - $(cabal_flag dbus with_wbus) + $(cabal_flag wifi with_iwlib) \ + $(cabal_flag dbus with_wbus) \ $(cabal_flag mpris with_mpris) } |