diff options
Diffstat (limited to 'sci-libs/libgeda')
-rw-r--r-- | sci-libs/libgeda/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/libgeda/libgeda-20070216.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sci-libs/libgeda/ChangeLog b/sci-libs/libgeda/ChangeLog index df2baca0a034..f2092f5f255c 100644 --- a/sci-libs/libgeda/ChangeLog +++ b/sci-libs/libgeda/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/libgeda # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeda/ChangeLog,v 1.34 2007/04/05 06:56:04 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeda/ChangeLog,v 1.35 2007/04/07 20:16:35 calchan Exp $ + + 07 Apr 2007; Denis Dupeyron <calchan@gentoo.org> libgeda-20070216.ebuild: + Fixed bug #173398 again, thanks to Matteo Azzali. 05 Apr 2007; Denis Dupeyron <calchan@gentoo.org> libgeda-20070216.ebuild: Fixed bug #173398, thanks to Stefan Salewski. diff --git a/sci-libs/libgeda/libgeda-20070216.ebuild b/sci-libs/libgeda/libgeda-20070216.ebuild index d027eef8719a..e5691a0826b5 100644 --- a/sci-libs/libgeda/libgeda-20070216.ebuild +++ b/sci-libs/libgeda/libgeda-20070216.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeda/libgeda-20070216.ebuild,v 1.2 2007/04/05 06:56:04 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeda/libgeda-20070216.ebuild,v 1.3 2007/04/07 20:16:35 calchan Exp $ inherit eutils @@ -23,7 +23,9 @@ pkg_setup() { built_with_use "dev-scheme/guile" deprecated \ || die "You need either <dev-scheme/guile-1.8, or >=dev-scheme/guile-1.8 with USE=deprecated" fi - use gd && built_with_use media-libs/gd png || die "media-libs/gd must be compiled with USE=png" + if use gd ; then + built_with_use media-libs/gd png || die "media-libs/gd must be compiled with USE=png" + fi } src_unpack() { |