diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2007-03-15 21:50:39 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2007-03-15 21:50:39 +0000 |
commit | a55f0fded38d2cd3498083718f28c15d5f705849 (patch) | |
tree | 5fef71a842e7bdf2d355ea2f4fb3f758b40014f0 /sci-electronics | |
parent | QA: Removed illegal use of ${ROOT}. Bug #168043 (diff) | |
download | gentoo-2-a55f0fded38d2cd3498083718f28c15d5f705849.tar.gz gentoo-2-a55f0fded38d2cd3498083718f28c15d5f705849.tar.bz2 gentoo-2-a55f0fded38d2cd3498083718f28c15d5f705849.zip |
Check that media-libs/gd has png support compiled in, see bug #170903, thanks to Sebastian Zanker.
(Portage version: 2.1.2.2)
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/geda/ChangeLog | 6 | ||||
-rw-r--r-- | sci-electronics/geda/geda-20070216.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sci-electronics/geda/ChangeLog b/sci-electronics/geda/ChangeLog index 90fe2765fef9..8978f8b0a565 100644 --- a/sci-electronics/geda/ChangeLog +++ b/sci-electronics/geda/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-electronics/geda # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/ChangeLog,v 1.32 2007/03/10 14:14:38 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/ChangeLog,v 1.33 2007/03/15 21:50:39 calchan Exp $ + + 15 Mar 2007; Denis Dupeyron <calchan@gentoo.org> geda-20070216.ebuild: + Check that media-libs/gd has png support compiled in, see bug #170903, + thanks to Sebastian Zanker. *geda-20070216 (10 Mar 2007) diff --git a/sci-electronics/geda/geda-20070216.ebuild b/sci-electronics/geda/geda-20070216.ebuild index e090c77a3dcb..fe791a6145c6 100644 --- a/sci-electronics/geda/geda-20070216.ebuild +++ b/sci-electronics/geda/geda-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-electronics/geda/geda-20070216.ebuild,v 1.1 2007/03/10 14:14:38 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/geda-20070216.ebuild,v 1.2 2007/03/15 21:50:39 calchan Exp $ inherit eutils @@ -31,6 +31,7 @@ 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 + built_with_use media-libs/gd png || die "media-libs/gd must be compiled with USE=png" } src_compile() { |