diff options
author | Sam James <sam@gentoo.org> | 2022-03-03 22:19:32 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-03-03 22:19:32 +0100 |
commit | 6f15258fbc3a39b8e10c9f974749702691abfc19 (patch) | |
tree | 5f33bc6fd6c87e165e112a5e94f2c65a37a79a8c /net-misc/unison | |
parent | dev-tex/bibtex2html: destabilise for ppc (diff) | |
download | gentoo-6f15258fbc3a39b8e10c9f974749702691abfc19.tar.gz gentoo-6f15258fbc3a39b8e10c9f974749702691abfc19.tar.bz2 gentoo-6f15258fbc3a39b8e10c9f974749702691abfc19.zip |
net-misc/unison: destabilise for ppc
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-misc/unison')
-rw-r--r-- | net-misc/unison/unison-2.51.3_p20201127.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/unison/unison-2.51.3_p20201127.ebuild b/net-misc/unison/unison-2.51.3_p20201127.ebuild index 484fcb308f39..4c244d239442 100644 --- a/net-misc/unison/unison-2.51.3_p20201127.ebuild +++ b/net-misc/unison/unison-2.51.3_p20201127.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 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/bcpierce00/unison/archive/${MY_COMMIT}.tar.gz -> ${P LICENSE="GPL-2" SLOT="$(ver_cut 1-2)" -KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" +KEYWORDS="amd64 ~arm ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" IUSE="debug doc gtk +ocamlopt threads" RESTRICT="!ocamlopt? ( strip )" # https://bugs.gentoo.org/685776#c0 |