net-misc/unison: [QA] Fix MissingTestRestrict
authorMichał Górny <mgorny@gentoo.org>
Thu, 12 Dec 2019 15:33:22 +0000 (16:33 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 12 Dec 2019 16:34:51 +0000 (17:34 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-misc/unison/unison-2.48.4-r1.ebuild
net-misc/unison/unison-2.48.4.ebuild
net-misc/unison/unison-2.51.2.ebuild

index 005fa17a2e568688bb7c3f5bcb37f19ed9ab4bb6..a66ce2813301f76d18014695bd76b2576e69a879 100644 (file)
@@ -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 )"
index 1cbadbf207acbbc79038351ba6222e1cb0c8e7c6..fb513a40f2e381d70e623bcab21e510c07f82af8 100644 (file)
@@ -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 )"
index af6cf20473a2cd21ca0995d96600dd2c3e04da63..3be608825bf9eae687d43fc97dfab92dd34905b4 100644 (file)
@@ -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 )