diff options
author | Sam James <sam@gentoo.org> | 2020-10-28 03:36:06 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-28 03:36:06 +0000 |
commit | 3c5cfc40c09f1fc30454c9f599a2d0156e9465e9 (patch) | |
tree | 508d7f7286942ade31e03b1898d93e6b5324fcdc /dev-ml/ocaml-autoconf | |
parent | dev-ml/ocamlweb: ppc64 keyworded (bug #748576) (diff) | |
download | gentoo-3c5cfc40c09f1fc30454c9f599a2d0156e9465e9.tar.gz gentoo-3c5cfc40c09f1fc30454c9f599a2d0156e9465e9.tar.bz2 gentoo-3c5cfc40c09f1fc30454c9f599a2d0156e9465e9.zip |
dev-ml/ocaml-autoconf: ppc64 keyworded (bug #748576)
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/ocaml-autoconf')
-rw-r--r-- | dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild b/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild index 7b2ab99fb8e2..3543bd9c3053 100644 --- a/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild +++ b/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ SRC_URI="http://forge.ocamlcore.org/frs/download.php/282/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ppc x86" +KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86" src_install() { emake DESTDIR="${D}" prefix="/usr" install |