diff options
author | 2021-01-06 15:50:19 +0100 | |
---|---|---|
committer | 2021-01-06 16:06:40 +0100 | |
commit | 783ce7fa3a5eb2197d00694516f644dd0b7c238b (patch) | |
tree | a05b3d7917d4425ae05021227b27dd87e57e2184 /net-misc/unison/unison-2.51.3_p20201127.ebuild | |
parent | net-misc/throttle: drop x86-macos (diff) | |
download | gentoo-783ce7fa3a5eb2197d00694516f644dd0b7c238b.tar.gz gentoo-783ce7fa3a5eb2197d00694516f644dd0b7c238b.tar.bz2 gentoo-783ce7fa3a5eb2197d00694516f644dd0b7c238b.zip |
net-misc/unison: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'net-misc/unison/unison-2.51.3_p20201127.ebuild')
-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 f1758eeb5557..a035fe9b7214 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-2020 Gentoo Authors +# Copyright 1999-2021 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 ~x86-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 |