Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xmobar/
Date: Tue, 29 Sep 2015 20:52:44
Message-Id: 1443559926.6fb4ff9599a287f1c3fb576aee273ad16c324ebc.slyfox@gentoo
1 commit: 6fb4ff9599a287f1c3fb576aee273ad16c324ebc
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 29 20:45:09 2015 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 29 20:52:06 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fb4ff95
7
8 x11-misc/xmobar: x86, amd64 stable, bug #561508
9
10 Package-Manager: portage-2.2.22
11
12 x11-misc/xmobar/xmobar-0.23.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/x11-misc/xmobar/xmobar-0.23.1.ebuild b/x11-misc/xmobar/xmobar-0.23.1.ebuild
16 index 9ecbc72..de57cc6 100644
17 --- a/x11-misc/xmobar/xmobar-0.23.1.ebuild
18 +++ b/x11-misc/xmobar/xmobar-0.23.1.ebuild
19 @@ -16,7 +16,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
20
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~x86"
24 +KEYWORDS="amd64 x86"
25 IUSE="alsa dbus inotify mpd mpris timezone wifi xft xpm"
26
27 RDEPEND=">=dev-haskell/http-4000.2.4:=