Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/geda/
Date: Sun, 29 Jan 2017 16:45:18
Message-Id: 1485708307.356228dd91f5f9f46f9fb25f24918e117cb8af50.xmw@gentoo
1 commit: 356228dd91f5f9f46f9fb25f24918e117cb8af50
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 29 16:44:11 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 16:45:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=356228dd
7
8 sci-electronics/geda: Fix depend on guile-2 (bug 594708).
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 sci-electronics/geda/geda-1.9.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-electronics/geda/geda-1.9.2.ebuild b/sci-electronics/geda/geda-1.9.2.ebuild
16 index 7ae8aab..6983954 100644
17 --- a/sci-electronics/geda/geda-1.9.2.ebuild
18 +++ b/sci-electronics/geda/geda-1.9.2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -23,7 +23,7 @@ CDEPEND="
26 x11-libs/pango
27 >=x11-libs/cairo-1.2.0
28 x11-libs/gdk-pixbuf
29 - dev-scheme/guile
30 + >=dev-scheme/guile-2.0.0
31 nls? ( virtual/libintl )
32 stroke? ( >=dev-libs/libstroke-0.5.1 )"