diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2015-02-15 18:13:37 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2015-02-15 18:13:37 +0000 |
commit | a297a0db8c8b4cb8e2c2319130cb63777833953e (patch) | |
tree | a7aed85d088cbdedbe9ad487b5cabe8d85f24784 /dev-haskell/tf-random | |
parent | i3 git repo moved to github (diff) | |
download | gentoo-2-a297a0db8c8b4cb8e2c2319130cb63777833953e.tar.gz gentoo-2-a297a0db8c8b4cb8e2c2319130cb63777833953e.tar.bz2 gentoo-2-a297a0db8c8b4cb8e2c2319130cb63777833953e.zip |
keyword on ~alpha/~ia64/~ppc/~ppc64
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/tf-random')
-rw-r--r-- | dev-haskell/tf-random/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/tf-random/tf-random-0.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-haskell/tf-random/ChangeLog b/dev-haskell/tf-random/ChangeLog index 32e3db3f4bc2..71501e8e7ff6 100644 --- a/dev-haskell/tf-random/ChangeLog +++ b/dev-haskell/tf-random/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/tf-random -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tf-random/ChangeLog,v 1.2 2014/07/25 08:59:20 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tf-random/ChangeLog,v 1.3 2015/02/15 18:13:37 slyfox Exp $ + + 15 Feb 2015; Sergei Trofimovich <slyfox@gentoo.org> tf-random-0.5.ebuild: + keyword on ~alpha/~ia64/~ppc/~ppc64 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> metadata.xml: Drop redundant '<maintainer>' field, leave only '<herd>'. diff --git a/dev-haskell/tf-random/tf-random-0.5.ebuild b/dev-haskell/tf-random/tf-random-0.5.ebuild index ced0ddd92658..48170f5b1944 100644 --- a/dev-haskell/tf-random/tf-random-0.5.ebuild +++ b/dev-haskell/tf-random/tf-random-0.5.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/tf-random/tf-random-0.5.ebuild,v 1.1 2014/07/02 12:31:10 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tf-random/tf-random-0.5.ebuild,v 1.2 2015/02/15 18:13:37 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/primitive-0.3:=[profile?] |