diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 22:27:19 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 22:27:19 +0000 |
commit | 98338b18b35a1662364b7d35d60d20b4cf8c199e (patch) | |
tree | b3947703d456c2040c9f256ef8365c527234c106 /app-misc/rioutil | |
parent | Version bumped. Closes 48723 (Manifest recommit) (diff) | |
download | gentoo-2-98338b18b35a1662364b7d35d60d20b4cf8c199e.tar.gz gentoo-2-98338b18b35a1662364b7d35d60d20b4cf8c199e.tar.bz2 gentoo-2-98338b18b35a1662364b7d35d60d20b4cf8c199e.zip |
Add die following econf for bug 48950
Diffstat (limited to 'app-misc/rioutil')
-rw-r--r-- | app-misc/rioutil/ChangeLog | 6 | ||||
-rw-r--r-- | app-misc/rioutil/rioutil-1.4.2b.ebuild | 4 | ||||
-rw-r--r-- | app-misc/rioutil/rioutil-1.4.4.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-misc/rioutil/ChangeLog b/app-misc/rioutil/ChangeLog index d64ad1db4e34..5f598e0de5bb 100644 --- a/app-misc/rioutil/ChangeLog +++ b/app-misc/rioutil/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/rioutil # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/rioutil/ChangeLog,v 1.10 2004/04/02 19:34:26 hillster Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/rioutil/ChangeLog,v 1.11 2004/04/25 22:22:28 agriffis Exp $ + + 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> rioutil-1.4.2b.ebuild, + rioutil-1.4.4.ebuild: + Add die following econf for bug 48950 *rioutil-1.4.4 (02 Apr 2004) diff --git a/app-misc/rioutil/rioutil-1.4.2b.ebuild b/app-misc/rioutil/rioutil-1.4.2b.ebuild index 13991064759a..c4a1f838d3b9 100644 --- a/app-misc/rioutil/rioutil-1.4.2b.ebuild +++ b/app-misc/rioutil/rioutil-1.4.2b.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/app-misc/rioutil/rioutil-1.4.2b.ebuild,v 1.3 2004/03/31 12:35:42 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/rioutil/rioutil-1.4.2b.ebuild,v 1.4 2004/04/25 22:22:28 agriffis Exp $ DESCRIPTION="Command line tools for transfering mp3s to and from a Rio 600, 800, and Nike PSA/Play" HOMEPAGE="http://rioutil.sourceforge.net/" @@ -16,7 +16,7 @@ DEPEND="sys-libs/zlib" src_compile() { local myconf="--with-usbdevfs" - econf ${myconf} + econf ${myconf} || die "econf failed" emake || die "compile failure" } diff --git a/app-misc/rioutil/rioutil-1.4.4.ebuild b/app-misc/rioutil/rioutil-1.4.4.ebuild index 63e4a65a23d4..37e70ac07db2 100644 --- a/app-misc/rioutil/rioutil-1.4.4.ebuild +++ b/app-misc/rioutil/rioutil-1.4.4.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/app-misc/rioutil/rioutil-1.4.4.ebuild,v 1.1 2004/04/02 19:34:26 hillster Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/rioutil/rioutil-1.4.4.ebuild,v 1.2 2004/04/25 22:22:28 agriffis Exp $ DESCRIPTION="Command line tool for transfering mp3s to and from a Rio 600, 800, Rio Riot, and Nike PSA/Play" HOMEPAGE="http://rioutil.sourceforge.net/" @@ -16,7 +16,7 @@ DEPEND="sys-libs/zlib" src_compile() { local myconf="--with-usbdevfs" - econf ${myconf} + econf ${myconf} || die "econf failed" emake || die "compile failure" } |