diff options
-rw-r--r-- | net-misc/unison/unison-2.48.4-r1.ebuild | 2 | ||||
-rw-r--r-- | net-misc/unison/unison-2.48.4.ebuild | 2 | ||||
-rw-r--r-- | net-misc/unison/unison-2.51.2.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
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 ) |