summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-11-24 12:58:46 +0000
committerPacho Ramos <pacho@gentoo.org>2013-11-24 12:58:46 +0000
commit25b974a049855c505f2cee6052dc0511ce7da99e (patch)
treedecd4325ce0be5193f063815af85bfbeec3b7632 /dev-haskell/glib
parentamd64 stable, bug #488808 (diff)
downloadgentoo-2-25b974a049855c505f2cee6052dc0511ce7da99e.tar.gz
gentoo-2-25b974a049855c505f2cee6052dc0511ce7da99e.tar.bz2
gentoo-2-25b974a049855c505f2cee6052dc0511ce7da99e.zip
amd64 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 9d3c82d9cf2c..47f82cb02ecf 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.16 2013/04/03 05:26:58 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glib/ChangeLog,v 1.17 2013/11/24 12:58:46 pacho Exp $
+
+ 24 Nov 2013; Pacho Ramos <pacho@gentoo.org> glib-0.12.4-r1.ebuild:
+ amd64 stable, bug #488808
*glib-0.12.4-r1 (03 Apr 2013)
diff --git a/dev-haskell/glib/glib-0.12.4-r1.ebuild b/dev-haskell/glib/glib-0.12.4-r1.ebuild
index 08b6b52c3070..169244a6767f 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.1 2013/04/03 05:26:58 gienah Exp $
+# $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 $
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:=