diff options
author | 2013-07-29 05:26:13 +0000 | |
---|---|---|
committer | 2013-07-29 05:26:13 +0000 | |
commit | 8403f78d2319229c9c120df8b186fa860859657f (patch) | |
tree | 3dde1ce0405c9e96cd7da39556372e0b19183881 /x11-wm | |
parent | Fix XMLLINT usex logic (bug #478518, thanks to Alexander). (diff) | |
download | gentoo-2-8403f78d2319229c9c120df8b186fa860859657f.tar.gz gentoo-2-8403f78d2319229c9c120df8b186fa860859657f.tar.bz2 gentoo-2-8403f78d2319229c9c120df8b186fa860859657f.zip |
Stable for x86, wrt bug #478288
(Portage version: 2.1.13.1/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/xmonad-contrib/ChangeLog | 5 | ||||
-rw-r--r-- | x11-wm/xmonad-contrib/xmonad-contrib-0.11.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-wm/xmonad-contrib/ChangeLog b/x11-wm/xmonad-contrib/ChangeLog index 40448e9aec23..219cc39210b1 100644 --- a/x11-wm/xmonad-contrib/ChangeLog +++ b/x11-wm/xmonad-contrib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-wm/xmonad-contrib # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/xmonad-contrib/ChangeLog,v 1.24 2013/07/27 21:54:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/xmonad-contrib/ChangeLog,v 1.25 2013/07/29 05:26:13 ago Exp $ + + 29 Jul 2013; Agostino Sarubbo <ago@gentoo.org> xmonad-contrib-0.11.2.ebuild: + Stable for x86, wrt bug #478288 27 Jul 2013; Agostino Sarubbo <ago@gentoo.org> xmonad-contrib-0.11.2.ebuild: Stable for amd64, wrt bug #478288 diff --git a/x11-wm/xmonad-contrib/xmonad-contrib-0.11.2.ebuild b/x11-wm/xmonad-contrib/xmonad-contrib-0.11.2.ebuild index 31dbdf2008cd..9b943b09fdd0 100644 --- a/x11-wm/xmonad-contrib/xmonad-contrib-0.11.2.ebuild +++ b/x11-wm/xmonad-contrib/xmonad-contrib-0.11.2.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-wm/xmonad-contrib/xmonad-contrib-0.11.2.ebuild,v 1.2 2013/07/27 21:54:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/xmonad-contrib/xmonad-contrib-0.11.2.ebuild,v 1.3 2013/07/29 05:26:13 ago Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="amd64 ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc64 x86" # hackport-args: --always-disabled='testing' IUSE="+xft" |