diff options
author | 2022-03-03 22:19:29 +0100 | |
---|---|---|
committer | 2022-03-03 22:19:29 +0100 | |
commit | 86b6769a342b67f743f0e3108803bc056b84ca61 (patch) | |
tree | 73c5dad75687766a43dba33521cc05313f82eee9 /app-misc/ledit | |
parent | dev-lang/ocaml: destabilise for ppc (diff) | |
download | gentoo-86b6769a342b67f743f0e3108803bc056b84ca61.tar.gz gentoo-86b6769a342b67f743f0e3108803bc056b84ca61.tar.bz2 gentoo-86b6769a342b67f743f0e3108803bc056b84ca61.zip |
app-misc/ledit: destabilise for ppc
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-misc/ledit')
-rw-r--r-- | app-misc/ledit/ledit-2.04.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/ledit/ledit-2.04.ebuild b/app-misc/ledit/ledit-2.04.ebuild index beed0d23e1e0..211bc15f3c27 100644 --- a/app-misc/ledit/ledit-2.04.ebuild +++ b/app-misc/ledit/ledit-2.04.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://pauillac.inria.fr/~ddr/ledit/distrib/src/${P}.tgz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 ~ppc x86" IUSE="+ocamlopt" RESTRICT="installsources !ocamlopt? ( strip )" |