summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-11-24 19:33:59 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-11-24 19:33:59 +0000
commit66dae540e9fcb2220164c7ebc71d4ec83b633304 (patch)
tree7b2b42d44fa7189233ccfe8e3118079f3b1a1057 /dev-haskell/yaml
parentStable for x86, wrt bug #488750 (diff)
downloadgentoo-2-66dae540e9fcb2220164c7ebc71d4ec83b633304.tar.gz
gentoo-2-66dae540e9fcb2220164c7ebc71d4ec83b633304.tar.bz2
gentoo-2-66dae540e9fcb2220164c7ebc71d4ec83b633304.zip
Stable for x86, wrt bug #488750
(Portage version: 2.2.1/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-haskell/yaml')
-rw-r--r--dev-haskell/yaml/ChangeLog5
-rw-r--r--dev-haskell/yaml/yaml-0.8.4.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/yaml/ChangeLog b/dev-haskell/yaml/ChangeLog
index 8c2c0d4046a8..9fab9549ad6a 100644
--- a/dev-haskell/yaml/ChangeLog
+++ b/dev-haskell/yaml/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/yaml
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yaml/ChangeLog,v 1.2 2013/11/05 11:54:55 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yaml/ChangeLog,v 1.3 2013/11/24 19:33:59 ago Exp $
+
+ 24 Nov 2013; Agostino Sarubbo <ago@gentoo.org> yaml-0.8.4.1.ebuild:
+ Stable for x86, wrt bug #488750
05 Nov 2013; Tony Vroon <chainsaw@gentoo.org> yaml-0.8.4.1.ebuild:
Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El
diff --git a/dev-haskell/yaml/yaml-0.8.4.1.ebuild b/dev-haskell/yaml/yaml-0.8.4.1.ebuild
index 44d7087b89a7..baa9d21af048 100644
--- a/dev-haskell/yaml/yaml-0.8.4.1.ebuild
+++ b/dev-haskell/yaml/yaml-0.8.4.1.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/yaml/yaml-0.8.4.1.ebuild,v 1.2 2013/11/05 11:54:55 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yaml/yaml-0.8.4.1.ebuild,v 1.3 2013/11/24 19:33:59 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 ~x86"
+KEYWORDS="amd64 x86"
IUSE="system-libyaml"
RDEPEND=">=dev-haskell/aeson-0.5:=[profile?]