diff options
author | Michael Weber <xmw@gentoo.org> | 2017-04-05 11:33:34 +0200 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-04-05 11:51:04 +0200 |
commit | 23588d1ab47878278878fd46c8f81503bc16128d (patch) | |
tree | ecb54bbebdbe76229c873f03f82688a4035d093a /dev-ml | |
parent | dev-ml/cppo: add ~ppc (bug 527318). (diff) | |
download | gentoo-23588d1ab47878278878fd46c8f81503bc16128d.tar.gz gentoo-23588d1ab47878278878fd46c8f81503bc16128d.tar.bz2 gentoo-23588d1ab47878278878fd46c8f81503bc16128d.zip |
dev-ml/cudf: add ~ppc (bug 527318).
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="ppc"
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/cudf/cudf-0.8-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/cudf/cudf-0.8-r1.ebuild b/dev-ml/cudf/cudf-0.8-r1.ebuild index a32c0f769304..d420125769b0 100644 --- a/dev-ml/cudf/cudf-0.8-r1.ebuild +++ b/dev-ml/cudf/cudf-0.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ SRC_URI="https://gforge.inria.fr/frs/download.php/file/34659/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0/${PV}" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~ppc" IUSE="+ocamlopt test" RDEPEND=" |