diff options
author | Michael Weber <xmw@gentoo.org> | 2017-01-29 19:52:09 +0100 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-01-29 20:16:28 +0100 |
commit | b42065f3b15736738fac9da4a0029e15de886073 (patch) | |
tree | 30ab51ad6df4766acec0ae56253199803be0a93b /sci-electronics/geda | |
parent | net-im/openmittsu: Add explicit src_configure too. (diff) | |
download | gentoo-b42065f3b15736738fac9da4a0029e15de886073.tar.gz gentoo-b42065f3b15736738fac9da4a0029e15de886073.tar.bz2 gentoo-b42065f3b15736738fac9da4a0029e15de886073.zip |
sci-electronics/geda: extra -lgio-2.0 no longer needed.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sci-electronics/geda')
-rw-r--r-- | sci-electronics/geda/geda-1.9.2.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sci-electronics/geda/geda-1.9.2.ebuild b/sci-electronics/geda/geda-1.9.2.ebuild index 6983954e112b..c2602eb8a701 100644 --- a/sci-electronics/geda/geda-1.9.2.ebuild +++ b/sci-electronics/geda/geda-1.9.2.ebuild @@ -42,7 +42,6 @@ S=${WORKDIR}/${MY_P} DOCS="AUTHORS NEWS README" src_prepare() { - append-libs -lgio-2.0 if ! use doc ; then sed -i -e '/^SUBDIRS = /s/docs//' Makefile.in || die fi |