From: "Tristan Heaven (nyhm)" <nyhm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in eclass: games-ggz.eclass
Date: Wed, 26 Mar 2008 14:35:11 +0000 [thread overview]
Message-ID: <E1JeWid-00048N-Lz@stork.gentoo.org> (raw)
nyhm 08/03/26 14:35:11
Modified: games-ggz.eclass
Log:
hide stderr when testing ggz-config, bug #214878
Revision Changes Path
1.3 eclass/games-ggz.eclass
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/games-ggz.eclass?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/games-ggz.eclass?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/games-ggz.eclass?r1=1.2&r2=1.3
Index: games-ggz.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/games-ggz.eclass,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- games-ggz.eclass 18 Feb 2008 18:12:16 -0000 1.2
+++ games-ggz.eclass 26 Mar 2008 14:35:11 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/games-ggz.eclass,v 1.2 2008/02/18 18:12:16 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/games-ggz.eclass,v 1.3 2008/03/26 14:35:11 nyhm Exp $
# For GGZ Gaming Zone packages
@@ -41,7 +41,7 @@
|| die "${FUNCNAME} can only be used in pkg_postinst or pkg_postrm"
# ggz-config needs libggz, so it could be broken
- ggz-config -h > /dev/null || return 1
+ ggz-config -h &> /dev/null || return 1
local confdir=${ROOT}/etc
local moddir=${ROOT}/${GGZ_MODDIR}
--
gentoo-commits@lists.gentoo.org mailing list
next reply other threads:[~2008-03-26 14:35 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-26 14:35 Tristan Heaven (nyhm) [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-03-27 5:36 [gentoo-commits] gentoo-x86 commit in eclass: games-ggz.eclass Michael Sterrett (mr_bones_)
2012-04-23 7:16 Michael Sterrett (mr_bones_)
2011-08-04 19:31 Tomas Chvatal (scarabeus)
2011-04-19 21:19 Tomas Chvatal (scarabeus)
2009-02-01 17:44 Michael Sterrett (mr_bones_)
2008-10-11 1:36 Tristan Heaven (nyhm)
2008-02-18 18:12 Tristan Heaven (nyhm)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1JeWid-00048N-Lz@stork.gentoo.org \
--to=nyhm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox