summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2015-07-05 14:49:43 +0000
committerMikle Kolyada <zlogene@gentoo.org>2015-07-05 14:49:43 +0000
commitc74cacb7b11ad3ff2e7549a1ae1f59f8928e6e83 (patch)
tree4b7679c33dd3efe62acf4600bbe7e643c93c6379 /dev-haskell/tasty
parentx86 stable wrt bug #550412 (diff)
downloadgentoo-2-c74cacb7b11ad3ff2e7549a1ae1f59f8928e6e83.tar.gz
gentoo-2-c74cacb7b11ad3ff2e7549a1ae1f59f8928e6e83.tar.bz2
gentoo-2-c74cacb7b11ad3ff2e7549a1ae1f59f8928e6e83.zip
x86 stable wrt bug #550410
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-haskell/tasty')
-rw-r--r--dev-haskell/tasty/ChangeLog7
-rw-r--r--dev-haskell/tasty/tasty-0.3.1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-haskell/tasty/ChangeLog b/dev-haskell/tasty/ChangeLog
index f32c4b8cf933..d98970526e27 100644
--- a/dev-haskell/tasty/ChangeLog
+++ b/dev-haskell/tasty/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/tasty
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty/ChangeLog,v 1.8 2014/12/14 05:57:19 gienah Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty/ChangeLog,v 1.9 2015/07/05 14:49:43 zlogene Exp $
+
+ 05 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> tasty-0.3.1.ebuild:
+ x86 stable wrt bug #550410
*tasty-0.10.1 (14 Dec 2014)
diff --git a/dev-haskell/tasty/tasty-0.3.1.ebuild b/dev-haskell/tasty/tasty-0.3.1.ebuild
index 726d1ec3e182..86c8c4131a25 100644
--- a/dev-haskell/tasty/tasty-0.3.1.ebuild
+++ b/dev-haskell/tasty/tasty-0.3.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty/tasty-0.3.1.ebuild,v 1.1 2013/10/19 12:03:18 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty/tasty-0.3.1.ebuild,v 1.2 2015/07/05 14:49:43 zlogene Exp $
EAPI=5
@@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc x86"
IUSE="+colors"
RDEPEND="dev-haskell/mtl:=[profile?]