diff options
author | 2021-02-10 16:32:08 +0000 | |
---|---|---|
committer | 2021-02-10 16:32:08 +0000 | |
commit | 495daaaaff1c5dd645d6e3867e01e08ef974376e (patch) | |
tree | 38fa3e223fa1dbcca25c706e2d3e30d8d0382a35 /dev-ml/cairo2 | |
parent | dev-ml/dune-configurator: Stabilize 2.7.1 ppc64, #769317 (diff) | |
download | gentoo-495daaaaff1c5dd645d6e3867e01e08ef974376e.tar.gz gentoo-495daaaaff1c5dd645d6e3867e01e08ef974376e.tar.bz2 gentoo-495daaaaff1c5dd645d6e3867e01e08ef974376e.zip |
dev-ml/cairo2: Stabilize 0.6.1 ppc64, #769317
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/cairo2')
-rw-r--r-- | dev-ml/cairo2/cairo2-0.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/cairo2/cairo2-0.6.1.ebuild b/dev-ml/cairo2/cairo2-0.6.1.ebuild index 3ad21d694225..26dabd41783a 100644 --- a/dev-ml/cairo2/cairo2-0.6.1.ebuild +++ b/dev-ml/cairo2/cairo2-0.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/Chris00/ocaml-cairo/releases/download/${PV}/cairo2-$ LICENSE="LGPL-3" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~x86" IUSE="+ocamlopt" DEPEND=" |