From 82503f13f216b9d0f9a68745685a46e8642922b9 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 12 Dec 2019 16:33:22 +0100 Subject: net-misc/unison: [QA] Fix MissingTestRestrict MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- net-misc/unison/unison-2.48.4-r1.ebuild | 2 +- net-misc/unison/unison-2.48.4.ebuild | 2 +- net-misc/unison/unison-2.51.2.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'net-misc') diff --git a/net-misc/unison/unison-2.48.4-r1.ebuild b/net-misc/unison/unison-2.48.4-r1.ebuild index 005fa17a2e56..a66ce2813301 100644 --- a/net-misc/unison/unison-2.48.4-r1.ebuild +++ b/net-misc/unison/unison-2.48.4-r1.ebuild @@ -25,7 +25,7 @@ RDEPEND="gtk? ( dev-ml/lablgtk || ( net-misc/x11-ssh-askpass net-misc/ssh-askpass-fullscreen ) ) >=app-eselect/eselect-unison-0.4" -RESTRICT="!ocamlopt? ( strip )" +RESTRICT+=" !ocamlopt? ( strip )" SRC_URI="https://www.seas.upenn.edu/~bcpierce/unison/download/releases/${P}/${P}.tar.gz doc? ( https://www.seas.upenn.edu/~bcpierce/unison/download/releases/${P}/${P}-manual.pdf https://www.seas.upenn.edu/~bcpierce/unison/download/releases/${P}/${P}-manual.html )" diff --git a/net-misc/unison/unison-2.48.4.ebuild b/net-misc/unison/unison-2.48.4.ebuild index 1cbadbf207ac..fb513a40f2e3 100644 --- a/net-misc/unison/unison-2.48.4.ebuild +++ b/net-misc/unison/unison-2.48.4.ebuild @@ -25,7 +25,7 @@ RDEPEND="gtk? ( dev-ml/lablgtk #PDEPEND="gtk? ( media-fonts/font-schumacher-misc )" -RESTRICT="!ocamlopt? ( strip )" +RESTRICT="!ocamlopt? ( strip ) !test? ( test )" SRC_URI="https://www.seas.upenn.edu/~bcpierce/unison/download/releases/${P}/${P}.tar.gz doc? ( https://www.seas.upenn.edu/~bcpierce/unison/download/releases/${P}/${P}-manual.pdf https://www.seas.upenn.edu/~bcpierce/unison/download/releases/${P}/${P}-manual.html )" diff --git a/net-misc/unison/unison-2.51.2.ebuild b/net-misc/unison/unison-2.51.2.ebuild index af6cf20473a2..3be608825bf9 100644 --- a/net-misc/unison/unison-2.51.2.ebuild +++ b/net-misc/unison/unison-2.51.2.ebuild @@ -24,7 +24,7 @@ RDEPEND="gtk? ( dev-ml/lablgtk || ( net-misc/x11-ssh-askpass net-misc/ssh-askpass-fullscreen ) ) >=app-eselect/eselect-unison-0.4" -RESTRICT="!ocamlopt? ( strip )" +RESTRICT="!ocamlopt? ( strip ) !test? ( test )" S="${WORKDIR}"/src DOCS=( BUGS.txt CONTRIB INSTALL NEWS README ROADMAP.txt TODO.txt ) -- cgit v1.2.3-65-gdbad