diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-12 15:55:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-12 15:58:45 +0100 |
commit | 7a781e464b931913b7652c9ec35407038582383c (patch) | |
tree | c584c12d1069927cc8640c4eedba82f8bab0bdf1 /sci-electronics | |
parent | net-misc/lldpd: Fix MissingTestRestrict (diff) | |
download | gentoo-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.ebuild | 3 | ||||
-rw-r--r-- | 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 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 ) |