commit: ec4d732fc3a1e602a60b5792605b958f1ad6e5c3 Author: Michael Weber <xmw <AT> gentoo <DOT> org> AuthorDate: Wed Apr 5 09:32:12 2017 +0000 Commit: Michael Weber <xmw <AT> gentoo <DOT> org> CommitDate: Wed Apr 5 09:50:59 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec4d732f
dev-ml/cmdliner: add ~ppc (bug 527318). Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --include-arches="ppc" dev-ml/cmdliner/cmdliner-0.9.8.ebuild | 4 ++-- dev-ml/cmdliner/cmdliner-1.0.0.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ml/cmdliner/cmdliner-0.9.8.ebuild b/dev-ml/cmdliner/cmdliner-0.9.8.ebuild index 0071da93e49..c4581514830 100644 --- a/dev-ml/cmdliner/cmdliner-0.9.8.ebuild +++ b/dev-ml/cmdliner/cmdliner-0.9.8.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="http://erratique.ch/software/${PN}/releases/${P}.tbz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~ppc" IUSE="doc +ocamlopt" RDEPEND=">=dev-lang/ocaml-4:=[ocamlopt?]" diff --git a/dev-ml/cmdliner/cmdliner-1.0.0.ebuild b/dev-ml/cmdliner/cmdliner-1.0.0.ebuild index 42b1fdc7c63..9a1312e3874 100644 --- a/dev-ml/cmdliner/cmdliner-1.0.0.ebuild +++ b/dev-ml/cmdliner/cmdliner-1.0.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://erratique.ch/software/${PN}/releases/${P}.tbz" LICENSE="ISC" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm" +KEYWORDS="~amd64 ~arm ~ppc" IUSE="+ocamlopt test" RDEPEND="
