summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-haskell/yaml/ChangeLog5
-rw-r--r--dev-haskell/yaml/yaml-0.8.5.2.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-haskell/yaml/ChangeLog b/dev-haskell/yaml/ChangeLog
index 8726ff13a870..231e1ccdf2b6 100644
--- a/dev-haskell/yaml/ChangeLog
+++ b/dev-haskell/yaml/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/yaml
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yaml/ChangeLog,v 1.5 2014/03/04 16:06:34 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yaml/ChangeLog,v 1.6 2014/03/07 23:37:51 pacho Exp $
+
+ 07 Mar 2014; Pacho Ramos <pacho@gentoo.org> yaml-0.8.5.2.ebuild:
+ amd64 stable, bug #502706
*yaml-0.8.7.2 (04 Mar 2014)
diff --git a/dev-haskell/yaml/yaml-0.8.5.2.ebuild b/dev-haskell/yaml/yaml-0.8.5.2.ebuild
index 72ee2ddaaf70..29504bea9a26 100644
--- a/dev-haskell/yaml/yaml-0.8.5.2.ebuild
+++ b/dev-haskell/yaml/yaml-0.8.5.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yaml/yaml-0.8.5.2.ebuild,v 1.1 2013/12/10 13:37:47 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yaml/yaml-0.8.5.2.ebuild,v 1.2 2014/03/07 23:37:51 pacho 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 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="no-exe system-libyaml"
RDEPEND=">=dev-haskell/aeson-0.5:=[profile?]