summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Hajdan <phajdan.jr@gentoo.org>2014-03-12 05:11:39 +0000
committerPaweł Hajdan <phajdan.jr@gentoo.org>2014-03-12 05:11:39 +0000
commitd015551aedc181bc584857e4f991a05f19a132e3 (patch)
treef12cfc766535ff62c0edc5a35c4e1ea553497378 /dev-haskell/yaml
parentx86 stable wrt bug #502600 (diff)
downloadgentoo-2-d015551aedc181bc584857e4f991a05f19a132e3.tar.gz
gentoo-2-d015551aedc181bc584857e4f991a05f19a132e3.tar.bz2
gentoo-2-d015551aedc181bc584857e4f991a05f19a132e3.zip
x86 stable wrt bug #502706
(Portage version: 2.2.8-r1/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
Diffstat (limited to 'dev-haskell/yaml')
-rw-r--r--dev-haskell/yaml/ChangeLog5
-rw-r--r--dev-haskell/yaml/yaml-0.8.5.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/yaml/ChangeLog b/dev-haskell/yaml/ChangeLog
index 231e1ccdf2b6..6586ce290987 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.6 2014/03/07 23:37:51 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yaml/ChangeLog,v 1.7 2014/03/12 05:11:39 phajdan.jr Exp $
+
+ 09 Mar 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> yaml-0.8.5.2.ebuild:
+ x86 stable wrt bug #502706
07 Mar 2014; Pacho Ramos <pacho@gentoo.org> yaml-0.8.5.2.ebuild:
amd64 stable, bug #502706
diff --git a/dev-haskell/yaml/yaml-0.8.5.2.ebuild b/dev-haskell/yaml/yaml-0.8.5.2.ebuild
index 29504bea9a26..b8e8854e3b69 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-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.2 2014/03/07 23:37:51 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yaml/yaml-0.8.5.2.ebuild,v 1.3 2014/03/12 05:11:39 phajdan.jr 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?]