summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2015-01-22 08:39:12 +0000
committerAgostino Sarubbo <ago@gentoo.org>2015-01-22 08:39:12 +0000
commitf9b85f76e7cb318b67bbd2840c7f2694ba045622 (patch)
tree80becd6ec0cabb2441e54cc09e6d01c1658af851 /dev-haskell
parentStable for amd64, wrt bug #534366 (diff)
downloadgentoo-2-f9b85f76e7cb318b67bbd2840c7f2694ba045622.tar.gz
gentoo-2-f9b85f76e7cb318b67bbd2840c7f2694ba045622.tar.bz2
gentoo-2-f9b85f76e7cb318b67bbd2840c7f2694ba045622.zip
Stable for amd64, wrt bug #534964
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/email-validate/ChangeLog7
-rw-r--r--dev-haskell/email-validate/email-validate-2.0.1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-haskell/email-validate/ChangeLog b/dev-haskell/email-validate/ChangeLog
index 9ae534296fbf..8d33e2c7dcd1 100644
--- a/dev-haskell/email-validate/ChangeLog
+++ b/dev-haskell/email-validate/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/email-validate
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/email-validate/ChangeLog,v 1.3 2014/07/25 08:58:37 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/email-validate/ChangeLog,v 1.4 2015/01/22 08:39:12 ago Exp $
+
+ 22 Jan 2015; Agostino Sarubbo <ago@gentoo.org> email-validate-2.0.1.ebuild:
+ Stable for amd64, wrt bug #534964
25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> metadata.xml:
Drop redundant '<maintainer>' field, leave only '<herd>'.
diff --git a/dev-haskell/email-validate/email-validate-2.0.1.ebuild b/dev-haskell/email-validate/email-validate-2.0.1.ebuild
index 44b8c941bb9b..611bc41ba221 100644
--- a/dev-haskell/email-validate/email-validate-2.0.1.ebuild
+++ b/dev-haskell/email-validate/email-validate-2.0.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 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/email-validate/email-validate-2.0.1.ebuild,v 1.1 2014/03/09 12:39:41 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/email-validate/email-validate-2.0.1.ebuild,v 1.2 2015/01/22 08:39:12 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=""
RDEPEND=">=dev-haskell/attoparsec-0.10.0:=[profile?]