diff options
author | 2013-04-07 21:28:23 +0000 | |
---|---|---|
committer | 2013-04-07 21:28:23 +0000 | |
commit | 48ed1d6677cae3a9e8e44c02a485a993cacb64bb (patch) | |
tree | ff19920a90d29756c4d35c4090ebb8a2fb654f2f /net-irc | |
parent | Fix bad behaviour on x86. Bug #463164 (diff) | |
download | gentoo-2-48ed1d6677cae3a9e8e44c02a485a993cacb64bb.tar.gz gentoo-2-48ed1d6677cae3a9e8e44c02a485a993cacb64bb.tar.bz2 gentoo-2-48ed1d6677cae3a9e8e44c02a485a993cacb64bb.zip |
Don't die on pax-mark failure.
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/quassel/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/quassel/quassel-0.8.0.ebuild | 4 | ||||
-rw-r--r-- | net-irc/quassel/quassel-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-irc/quassel/ChangeLog b/net-irc/quassel/ChangeLog index b3763c923653..fabce7cdd55e 100644 --- a/net-irc/quassel/ChangeLog +++ b/net-irc/quassel/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/quassel # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/ChangeLog,v 1.147 2013/04/01 10:54:16 vincent Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/ChangeLog,v 1.148 2013/04/07 21:28:23 floppym Exp $ + + 07 Apr 2013; Mike Gilbert <floppym@gentoo.org> quassel-0.8.0.ebuild, + quassel-9999.ebuild: + Don't die on pax-mark failure. 01 Apr 2013; Vicente Olivert Riera <vincent@gentoo.org> quassel-0.8.0.ebuild: ppc stable, wrt bug #463740 diff --git a/net-irc/quassel/quassel-0.8.0.ebuild b/net-irc/quassel/quassel-0.8.0.ebuild index ae448ff87436..e186fed35b6a 100644 --- a/net-irc/quassel/quassel-0.8.0.ebuild +++ b/net-irc/quassel/quassel-0.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-0.8.0.ebuild,v 1.10 2013/04/01 10:54:16 vincent Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-0.8.0.ebuild,v 1.11 2013/04/07 21:28:23 floppym Exp $ EAPI=4 @@ -113,7 +113,7 @@ src_install() { if use server ; then # needs PAX marking wrt bug#346255 - pax-mark m "${ED}/usr/bin/quasselcore" || die + pax-mark m "${ED}/usr/bin/quasselcore" # prepare folders in /var/ keepdir "${QUASSEL_DIR}" diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-9999.ebuild index f3afcbfa020d..cf57ab6737cb 100644 --- a/net-irc/quassel/quassel-9999.ebuild +++ b/net-irc/quassel/quassel-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-9999.ebuild,v 1.66 2013/03/25 03:34:39 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-9999.ebuild,v 1.67 2013/04/07 21:28:23 floppym Exp $ EAPI=4 @@ -113,7 +113,7 @@ src_install() { if use server ; then # needs PAX marking wrt bug#346255 - pax-mark m "${ED}/usr/bin/quasselcore" || die + pax-mark m "${ED}/usr/bin/quasselcore" # prepare folders in /var/ keepdir "${QUASSEL_DIR}" |