commit:     7a781e464b931913b7652c9ec35407038582383c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 12 14:55:41 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec 12 14:58:45 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a781e46

sci-electronics/pcb: Fix MissingTestRestrict

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sci-electronics/pcb/pcb-0_p20140316.ebuild | 3 ++-
 sci-electronics/pcb/pcb-4.0.2.ebuild       | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/sci-electronics/pcb/pcb-0_p20140316.ebuild 
b/sci-electronics/pcb/pcb-0_p20140316.ebuild
index baeb85fd51e..24b400cffc4 100644
--- a/sci-electronics/pcb/pcb-0_p20140316.ebuild
+++ b/sci-electronics/pcb/pcb-0_p20140316.ebuild
@@ -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 )

diff --git a/sci-electronics/pcb/pcb-4.0.2.ebuild 
b/sci-electronics/pcb/pcb-4.0.2.ebuild
index bf927c4ad92..fbed2457df4 100644
--- a/sci-electronics/pcb/pcb-4.0.2.ebuild
+++ b/sci-electronics/pcb/pcb-4.0.2.ebuild
@@ -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 )

Reply via email to