gentoo-x86 commit in www-client/opera: ChangeLog opera-9.51.ebuild
Hi,
"Jeroen Roovers (jer)" <jer@gentoo.org>:
> jer 08/07/08 20:13:43
>
> Modified: ChangeLog opera-9.51.ebuild
> Log:
> Use globbing instead of hardcoded $S.
> (Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r2-JeR i686)
[...]
> - epatch "${FILESDIR}/${PN}-9.00-install.patch"
> + epatch "${FILESDIR}/${PN}-9.00-install.patch" ||
> + die "failed to apply install patch"
epatch dies on its own, so no need for all the die statements in this
ebuild.
V-Li
--
Christian Faulhammer, Gentoo Lisp project
<URL:http://www.gentoo.org/proj/en/lisp/>, #gentoo-lisp on FreeNode
<URL:http://www.faulhammer.org/>
07-09-2008, 02:24 AM
Jeroen Roovers
gentoo-x86 commit in www-client/opera: ChangeLog opera-9.51.ebuild
On Tue, 8 Jul 2008 22:18:06 +0200
Christian Faulhammer <opfer@gentoo.org> wrote:
> > - epatch "${FILESDIR}/${PN}-9.00-install.patch"
> > + epatch "${FILESDIR}/${PN}-9.00-install.patch" ||
> > + die "failed to apply install patch"
>
> epatch dies on its own, so no need for all the die statements in this
> ebuild.
True. Fixed.
Kind regards,
JeR
--
gentoo-dev@lists.gentoo.org mailing list