diff options
author | Michael Weber <xmw@gentoo.org> | 2017-04-05 11:34:47 +0200 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-04-05 11:51:06 +0200 |
commit | adb4e88144154a463a7c83aedd223c1996f5cdec (patch) | |
tree | 2cdb6f38bce57bf5369becd7aa6574d3d95b23f7 /dev-ml/parmap | |
parent | dev-ml/cudf: add ~ppc (bug 527318). (diff) | |
download | gentoo-adb4e88144154a463a7c83aedd223c1996f5cdec.tar.gz gentoo-adb4e88144154a463a7c83aedd223c1996f5cdec.tar.bz2 gentoo-adb4e88144154a463a7c83aedd223c1996f5cdec.zip |
dev-ml/parmap: add ~ppc (bug 527318).
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="ppc"
Diffstat (limited to 'dev-ml/parmap')
-rw-r--r-- | dev-ml/parmap/parmap-1.0_rc7-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-ml/parmap/parmap-1.0_rc8.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-ml/parmap/parmap-1.0_rc7-r1.ebuild b/dev-ml/parmap/parmap-1.0_rc7-r1.ebuild index 207d49256dfa..bb49d2b6cc98 100644 --- a/dev-ml/parmap/parmap-1.0_rc7-r1.ebuild +++ b/dev-ml/parmap/parmap-1.0_rc7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/rdicosmo/parmap/archive/${MY_PV}.tar.gz -> ${P}-ocam LICENSE="LGPL-2-with-linking-exception" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="+ocamlopt" RDEPEND=">=dev-lang/ocaml-4.03:=[ocamlopt?]" diff --git a/dev-ml/parmap/parmap-1.0_rc8.ebuild b/dev-ml/parmap/parmap-1.0_rc8.ebuild index d5677137ccef..fef21fd86c87 100644 --- a/dev-ml/parmap/parmap-1.0_rc8.ebuild +++ b/dev-ml/parmap/parmap-1.0_rc8.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/rdicosmo/parmap/archive/${MY_PV}.tar.gz -> ${P}.tar. LICENSE="LGPL-2-with-linking-exception" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="+ocamlopt" RDEPEND=">=dev-lang/ocaml-4.03:=[ocamlopt?]" |