diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-03-02 23:03:11 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-03-02 23:03:11 +0000 |
commit | 3862de4beb2cab8498be666510af66c544d291dd (patch) | |
tree | 8c82c5be454b6e648a7077c0fc3446b15e5f61ba /dev-haskell/dlist | |
parent | amd64 stable, bug #502670 (diff) | |
download | gentoo-2-3862de4beb2cab8498be666510af66c544d291dd.tar.gz gentoo-2-3862de4beb2cab8498be666510af66c544d291dd.tar.bz2 gentoo-2-3862de4beb2cab8498be666510af66c544d291dd.zip |
amd64 stable, bug #502674
(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/dlist')
-rw-r--r-- | dev-haskell/dlist/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/dlist/dlist-0.6.0.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-haskell/dlist/ChangeLog b/dev-haskell/dlist/ChangeLog index f2aeb350e033..f581e86563b0 100644 --- a/dev-haskell/dlist/ChangeLog +++ b/dev-haskell/dlist/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/dlist -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dlist/ChangeLog,v 1.7 2013/12/11 05:57:18 gienah Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dlist/ChangeLog,v 1.8 2014/03/02 23:03:11 pacho Exp $ + + 02 Mar 2014; Pacho Ramos <pacho@gentoo.org> dlist-0.6.0.1.ebuild: + amd64 stable, bug #502674 *dlist-0.6.0.1 (11 Dec 2013) diff --git a/dev-haskell/dlist/dlist-0.6.0.1.ebuild b/dev-haskell/dlist/dlist-0.6.0.1.ebuild index 50d83d781726..2db3e840a5ac 100644 --- a/dev-haskell/dlist/dlist-0.6.0.1.ebuild +++ b/dev-haskell/dlist/dlist-0.6.0.1.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/dlist/dlist-0.6.0.1.ebuild,v 1.1 2013/12/11 05:57:18 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dlist/dlist-0.6.0.1.ebuild,v 1.2 2014/03/02 23:03:11 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 ~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-6.10.4:= |