Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/ngspice/
Date: Mon, 04 Nov 2019 08:35:37
Message-Id: 1572856526.eadcd4b11522fb126660f8a51b4f50e752c87301.mgorny@gentoo
1 commit: eadcd4b11522fb126660f8a51b4f50e752c87301
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 4 08:12:08 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 4 08:35:26 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eadcd4b1
7
8 sci-electronics/ngspice: Add RESTRICT="!test? ( test )"
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sci-electronics/ngspice/ngspice-31.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/sci-electronics/ngspice/ngspice-31.ebuild b/sci-electronics/ngspice/ngspice-31.ebuild
16 index b29be4149ff..d51fbae4f13 100644
17 --- a/sci-electronics/ngspice/ngspice-31.ebuild
18 +++ b/sci-electronics/ngspice/ngspice-31.ebuild
19 @@ -13,6 +13,7 @@ LICENSE="BSD GPL-2"
20
21 SLOT="0"
22 IUSE="X debug deprecated doc examples fftw openmp +readline +shared tcl"
23 +RESTRICT="!test? ( test )"
24 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x64-macos"
25
26 DEPEND="sys-libs/ncurses:0=