sci-electronics/pcb: Fix MissingTestRestrict
authorMichał Górny <mgorny@gentoo.org>
Thu, 12 Dec 2019 14:55:41 +0000 (15:55 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 12 Dec 2019 14:58:45 +0000 (15:58 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sci-electronics/pcb/pcb-0_p20140316.ebuild
sci-electronics/pcb/pcb-4.0.2.ebuild

index baeb85fd51e53089ad9aa9d39ac66e3b7da1a34a..24b400cffc4b4a0afab84a5b5f3a9422ecd08f3c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -15,6 +15,7 @@ KEYWORDS="amd64 ppc x86 ~x86-macos"
 IUSE="dbus debug doc gcode gif gtk jpeg m4lib-png motif nelma opengl png
 test tk toporouter xrender"
 # toporouter-output USE flag removed, there seems to be no result
+RESTRICT="!test? ( test )"
 
 CDEPEND="dev-libs/glib:2
        gif? ( >=media-libs/gd-2.0.23 )
index bf927c4ad92eba4b65d5f35478cae9de47855076..fbed2457df408128b688a24a1806aa9f1913a1e3 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -15,6 +15,7 @@ KEYWORDS="~amd64 ~ppc ~x86 ~x86-macos"
 IUSE="dbus debug doc gcode gif gtk jpeg m4lib-png motif nelma opengl png
 test tk toporouter xrender"
 # toporouter-output USE flag removed, there seems to be no result
+RESTRICT="!test? ( test )"
 
 CDEPEND="dev-libs/glib:2
        gif? ( media-libs/gd )