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 19:16:45
Message-Id: 1485717388.b42065f3b15736738fac9da4a0029e15de886073.xmw@gentoo
1 commit: b42065f3b15736738fac9da4a0029e15de886073
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 29 18:52:09 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 19:16:28 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b42065f3
7
8 sci-electronics/geda: extra -lgio-2.0 no longer needed.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 sci-electronics/geda/geda-1.9.2.ebuild | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/sci-electronics/geda/geda-1.9.2.ebuild b/sci-electronics/geda/geda-1.9.2.ebuild
16 index 6983954..c2602eb 100644
17 --- a/sci-electronics/geda/geda-1.9.2.ebuild
18 +++ b/sci-electronics/geda/geda-1.9.2.ebuild
19 @@ -42,7 +42,6 @@ S=${WORKDIR}/${MY_P}
20 DOCS="AUTHORS NEWS README"
21
22 src_prepare() {
23 - append-libs -lgio-2.0
24 if ! use doc ; then
25 sed -i -e '/^SUBDIRS = /s/docs//' Makefile.in || die
26 fi