diff options
author | Michael Weber <xmw@gentoo.org> | 2017-04-05 11:50:19 +0200 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-04-05 11:51:47 +0200 |
commit | 62383ba80594df20cb7abe75cc61ac9f3019b124 (patch) | |
tree | f08869056821e7bf33bda625ee51ba50f175aa94 /dev-ml/uutf | |
parent | dev-ml/type-conv: add ~ppc (bug 527318). (diff) | |
download | gentoo-62383ba80594df20cb7abe75cc61ac9f3019b124.tar.gz gentoo-62383ba80594df20cb7abe75cc61ac9f3019b124.tar.bz2 gentoo-62383ba80594df20cb7abe75cc61ac9f3019b124.zip |
dev-ml/uutf: add ~ppc (bug 527318).
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="ppc"
Diffstat (limited to 'dev-ml/uutf')
-rw-r--r-- | dev-ml/uutf/uutf-1.0.0-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-ml/uutf/uutf-1.0.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/uutf/uutf-1.0.0-r1.ebuild b/dev-ml/uutf/uutf-1.0.0-r1.ebuild index e8b1a1e0b2d9..2b4aaaf0fd20 100644 --- a/dev-ml/uutf/uutf-1.0.0-r1.ebuild +++ b/dev-ml/uutf/uutf-1.0.0-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://erratique.ch/software/uutf/releases/${P}.tbz" LICENSE="ISC" SLOT="0/${PV}" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~ppc" IUSE="doc utftrip +ocamlopt test" RDEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?] diff --git a/dev-ml/uutf/uutf-1.0.1.ebuild b/dev-ml/uutf/uutf-1.0.1.ebuild index 9f2d75ea0fbe..18ad96a1e4dc 100644 --- a/dev-ml/uutf/uutf-1.0.1.ebuild +++ b/dev-ml/uutf/uutf-1.0.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://erratique.ch/software/uutf/releases/${P}.tbz" LICENSE="ISC" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm" +KEYWORDS="~amd64 ~arm ~ppc" IUSE="doc utftrip +ocamlopt test" RDEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?] |