summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-12-12 15:55:41 +0100
committerMichał Górny <mgorny@gentoo.org>2019-12-12 15:58:45 +0100
commit7a781e464b931913b7652c9ec35407038582383c (patch)
treec584c12d1069927cc8640c4eedba82f8bab0bdf1 /sci-electronics
parentnet-misc/lldpd: Fix MissingTestRestrict (diff)
downloadgentoo-7a781e464b931913b7652c9ec35407038582383c.tar.gz
gentoo-7a781e464b931913b7652c9ec35407038582383c.tar.bz2
gentoo-7a781e464b931913b7652c9ec35407038582383c.zip
sci-electronics/pcb: Fix MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-electronics')
-rw-r--r--sci-electronics/pcb/pcb-0_p20140316.ebuild3
-rw-r--r--sci-electronics/pcb/pcb-4.0.2.ebuild3
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 baeb85fd51e5..24b400cffc4b 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 bf927c4ad92e..fbed2457df40 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 )