diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 18:21:03 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 18:21:03 +0000 |
commit | 63ce927e615564d30a85849ee339be8d7dc6bdac (patch) | |
tree | da8aed42d4c6944053c2bb54f8b183e37bd0c60c /media-plugins/mythgallery | |
parent | Add die following econf for bug 48950 (diff) | |
download | historical-63ce927e615564d30a85849ee339be8d7dc6bdac.tar.gz historical-63ce927e615564d30a85849ee339be8d7dc6bdac.tar.bz2 historical-63ce927e615564d30a85849ee339be8d7dc6bdac.zip |
Add die following econf for bug 48950
Diffstat (limited to 'media-plugins/mythgallery')
-rw-r--r-- | media-plugins/mythgallery/ChangeLog | 5 | ||||
-rw-r--r-- | media-plugins/mythgallery/mythgallery-0.14.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-plugins/mythgallery/ChangeLog b/media-plugins/mythgallery/ChangeLog index be97806a26cb..1390a6788789 100644 --- a/media-plugins/mythgallery/ChangeLog +++ b/media-plugins/mythgallery/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/mythgallery # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.15 2004/04/20 17:45:06 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.16 2004/04/26 18:21:03 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> mythgallery-0.14.ebuild: + Add die following econf for bug 48950 20 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org> mythgallery-0.11.ebuild, mythgallery-0.12.ebuild, mythgallery-0.13.ebuild: diff --git a/media-plugins/mythgallery/mythgallery-0.14.ebuild b/media-plugins/mythgallery/mythgallery-0.14.ebuild index aee09918c173..d686532909c1 100644 --- a/media-plugins/mythgallery/mythgallery-0.14.ebuild +++ b/media-plugins/mythgallery/mythgallery-0.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/mythgallery-0.14.ebuild,v 1.3 2004/02/06 14:37:50 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/mythgallery-0.14.ebuild,v 1.4 2004/04/26 18:21:03 agriffis Exp $ inherit flag-o-matic @@ -36,7 +36,7 @@ src_compile() { qmake -o "Makefile" "${PN}.pro" - econf ${myconf} + econf ${myconf} || die "econf failed" emake || die "compile problem" } |