summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-03-07 23:37:51 +0000
committerPacho Ramos <pacho@gentoo.org>2014-03-07 23:37:51 +0000
commit5634645934ee91d4ab7cdb41cae63e73fbccd710 (patch)
tree4f7fa371d159d91e051fc76e5a3b7e4c61c5f916 /dev-haskell/yaml
parentamd64 stable, bug #502704 (diff)
downloadgentoo-2-5634645934ee91d4ab7cdb41cae63e73fbccd710.tar.gz
gentoo-2-5634645934ee91d4ab7cdb41cae63e73fbccd710.tar.bz2
gentoo-2-5634645934ee91d4ab7cdb41cae63e73fbccd710.zip
amd64 stable, bug #502706
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-haskell/yaml')
-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?]