diff options
author | Sam James <sam@gentoo.org> | 2022-03-03 22:19:30 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-03-03 22:19:30 +0100 |
commit | 4e5a53c164708cccaacbbbd5abea93152f196af6 (patch) | |
tree | 909e163bd458e7465f3d4c199a4fc57d7e3da556 /dev-tex | |
parent | app-misc/ledit: destabilise for ppc (diff) | |
download | gentoo-4e5a53c164708cccaacbbbd5abea93152f196af6.tar.gz gentoo-4e5a53c164708cccaacbbbd5abea93152f196af6.tar.bz2 gentoo-4e5a53c164708cccaacbbbd5abea93152f196af6.zip |
dev-tex/hevea: destabilise for ppc
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/hevea/hevea-2.35-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-tex/hevea/hevea-2.35-r1.ebuild b/dev-tex/hevea/hevea-2.35-r1.ebuild index c28376ef9d8e..16812a6bf7ac 100644 --- a/dev-tex/hevea/hevea-2.35-r1.ebuild +++ b/dev-tex/hevea/hevea-2.35-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ SRC_URI="http://hevea.inria.fr/distri/${P}.tar.gz" LICENSE="QPL-1.0" SLOT="0" -KEYWORDS="amd64 arm arm64 ppc ppc64 x86" +KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86" IUSE="+ocamlopt" DEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt=]" |