Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/ngspice/
Date: Tue, 02 Oct 2018 06:01:02
Message-Id: 1538460043.f411bdc2f41ec62079721d9b23665ba8586dbeca.jer@gentoo
1 commit: f411bdc2f41ec62079721d9b23665ba8586dbeca
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 2 06:00:32 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 2 06:00:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f411bdc2
7
8 sci-electronics/ngspice: Gentoo defaults to shared libraries
9
10 Package-Manager: Portage-2.3.50, Repoman-2.3.11
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 sci-electronics/ngspice/ngspice-27-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-electronics/ngspice/ngspice-27-r1.ebuild b/sci-electronics/ngspice/ngspice-27-r1.ebuild
17 index 849d3e48a21..d38410833c7 100644
18 --- a/sci-electronics/ngspice/ngspice-27-r1.ebuild
19 +++ b/sci-electronics/ngspice/ngspice-27-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -12,7 +12,7 @@ HOMEPAGE="http://ngspice.sourceforge.net"
27 LICENSE="BSD GPL-2"
28
29 SLOT="0"
30 -IUSE="X debug doc examples fftw openmp readline shared tcl"
31 +IUSE="X debug doc examples fftw openmp readline +shared tcl"
32 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x64-macos"
33
34 DEPEND="sys-libs/ncurses:0=