diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-12 16:33:22 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-12 17:34:51 +0100 |
commit | 82503f13f216b9d0f9a68745685a46e8642922b9 (patch) | |
tree | 4a8624fcb32961228962920979826525202475c3 | |
parent | media-video/libav: [QA] Fix MissingTestRestrict (diff) | |
download | gentoo-82503f13f216b9d0f9a68745685a46e8642922b9.tar.gz gentoo-82503f13f216b9d0f9a68745685a46e8642922b9.tar.bz2 gentoo-82503f13f216b9d0f9a68745685a46e8642922b9.zip |
net-misc/unison: [QA] Fix MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-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 ) |