summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-12-07 19:32:12 +0000
committerPacho Ramos <pacho@gentoo.org>2013-12-07 19:32:12 +0000
commit96d08854d518a0a5358a8f805600fd387de96fc2 (patch)
tree9ac096b608aeb76ee21a9dea62c9e638e0917917 /dev-haskell/glib
parentx86 stable, bug #488808 (diff)
downloadgentoo-2-96d08854d518a0a5358a8f805600fd387de96fc2.tar.gz
gentoo-2-96d08854d518a0a5358a8f805600fd387de96fc2.tar.bz2
gentoo-2-96d08854d518a0a5358a8f805600fd387de96fc2.zip
x86 stable, bug #488808
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-haskell/glib')
-rw-r--r--dev-haskell/glib/ChangeLog5
-rw-r--r--dev-haskell/glib/glib-0.12.4-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/glib/ChangeLog b/dev-haskell/glib/ChangeLog
index 47f82cb02ecf..e9541bbcf20c 100644
--- a/dev-haskell/glib/ChangeLog
+++ b/dev-haskell/glib/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/glib
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glib/ChangeLog,v 1.17 2013/11/24 12:58:46 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glib/ChangeLog,v 1.18 2013/12/07 19:32:12 pacho Exp $
+
+ 07 Dec 2013; Pacho Ramos <pacho@gentoo.org> glib-0.12.4-r1.ebuild:
+ x86 stable, bug #488808
24 Nov 2013; Pacho Ramos <pacho@gentoo.org> glib-0.12.4-r1.ebuild:
amd64 stable, bug #488808
diff --git a/dev-haskell/glib/glib-0.12.4-r1.ebuild b/dev-haskell/glib/glib-0.12.4-r1.ebuild
index 169244a6767f..0b4816434811 100644
--- a/dev-haskell/glib/glib-0.12.4-r1.ebuild
+++ b/dev-haskell/glib/glib-0.12.4-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/dev-haskell/glib/glib-0.12.4-r1.ebuild,v 1.2 2013/11/24 12:58:46 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glib/glib-0.12.4-r1.ebuild,v 1.3 2013/12/07 19:32:12 pacho Exp $
EAPI=5
@@ -18,7 +18,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="${GTK_MAJ_VER}/${PV}"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
IUSE=""
RDEPEND=">=dev-lang/ghc-6.10.4:=