summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-plugins/mythgallery')
-rw-r--r--media-plugins/mythgallery/ChangeLog5
-rw-r--r--media-plugins/mythgallery/mythgallery-0.14.ebuild4
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"
}