summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2015-06-11 15:05:39 +0000
committerAgostino Sarubbo <ago@gentoo.org>2015-06-11 15:05:39 +0000
commit27de10255999569e7d6815d2db33658eccce1f13 (patch)
tree0419086f9cc275a172e164d09fd1d41bf27a1791 /dev-haskell
parentStable for amd64, wrt bug #535470 (diff)
downloadgentoo-2-27de10255999569e7d6815d2db33658eccce1f13.tar.gz
gentoo-2-27de10255999569e7d6815d2db33658eccce1f13.tar.bz2
gentoo-2-27de10255999569e7d6815d2db33658eccce1f13.zip
Stable for amd64, wrt bug #534960
(Portage version: 2.2.18/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/dlist/ChangeLog5
-rw-r--r--dev-haskell/dlist/dlist-0.7.1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-haskell/dlist/ChangeLog b/dev-haskell/dlist/ChangeLog
index f3e8a2c617a1..9ed7c05d4255 100644
--- a/dev-haskell/dlist/ChangeLog
+++ b/dev-haskell/dlist/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/dlist
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dlist/ChangeLog,v 1.14 2015/06/06 10:58:17 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dlist/ChangeLog,v 1.15 2015/06/11 15:05:39 ago Exp $
+
+ 11 Jun 2015; Agostino Sarubbo <ago@gentoo.org> dlist-0.7.1.ebuild:
+ Stable for amd64, wrt bug #534960
06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
Add github to remote-id in metadata.xml
diff --git a/dev-haskell/dlist/dlist-0.7.1.ebuild b/dev-haskell/dlist/dlist-0.7.1.ebuild
index 48d52223f82a..0995e9a021d1 100644
--- a/dev-haskell/dlist/dlist-0.7.1.ebuild
+++ b/dev-haskell/dlist/dlist-0.7.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/dlist/dlist-0.7.1.ebuild,v 1.1 2014/07/02 14:46:21 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dlist/dlist-0.7.1.ebuild,v 1.2 2015/06/11 15:05:39 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 ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""
RDEPEND=">=dev-lang/ghc-7.4.1:=