diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2015-02-15 18:16:15 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2015-02-15 18:16:15 +0000 |
commit | 85eb168e2f942b0d91b272d3dcb507bb6a7ab13c (patch) | |
tree | 2f51666589498c44cbf59ea4b9ce4853ce4c9c8d /dev-haskell/monads-tf | |
parent | keyword on ~alpha/~ia64/~ppc/~ppc64 (diff) | |
download | gentoo-2-85eb168e2f942b0d91b272d3dcb507bb6a7ab13c.tar.gz gentoo-2-85eb168e2f942b0d91b272d3dcb507bb6a7ab13c.tar.bz2 gentoo-2-85eb168e2f942b0d91b272d3dcb507bb6a7ab13c.zip |
keyword on ~alpha/~ia64/~ppc/~ppc64 (bug #538486)
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/monads-tf')
-rw-r--r-- | dev-haskell/monads-tf/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/monads-tf/monads-tf-0.1.0.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-haskell/monads-tf/ChangeLog b/dev-haskell/monads-tf/ChangeLog index 833a35dbc14b..38dbc1f9cefd 100644 --- a/dev-haskell/monads-tf/ChangeLog +++ b/dev-haskell/monads-tf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/monads-tf -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/monads-tf/ChangeLog,v 1.3 2014/07/25 08:58:30 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/monads-tf/ChangeLog,v 1.4 2015/02/15 18:16:15 slyfox Exp $ + + 15 Feb 2015; Sergei Trofimovich <slyfox@gentoo.org> monads-tf-0.1.0.2.ebuild: + keyword on ~alpha/~ia64/~ppc/~ppc64 (bug #538486) 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> metadata.xml: Drop redundant '<maintainer>' field, leave only '<herd>'. diff --git a/dev-haskell/monads-tf/monads-tf-0.1.0.2.ebuild b/dev-haskell/monads-tf/monads-tf-0.1.0.2.ebuild index 266e4333d7f4..d1ca49acd66c 100644 --- a/dev-haskell/monads-tf/monads-tf-0.1.0.2.ebuild +++ b/dev-haskell/monads-tf/monads-tf-0.1.0.2.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/monads-tf/monads-tf-0.1.0.2.ebuild,v 1.1 2014/07/02 11:39:40 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/monads-tf/monads-tf-0.1.0.2.ebuild,v 1.2 2015/02/15 18:16:15 slyfox 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="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86" IUSE="" RDEPEND=">=dev-haskell/transformers-0.2.0.0:=[profile?] <dev-haskell/transformers-0.5:=[profile?] |