diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-29 05:21:36 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-29 05:21:36 +0000 |
commit | 218c4cac41b26d6cc2fb86e95e3785dfc77b6e92 (patch) | |
tree | a2414d7d3f18c48cecb32ef4d397693cbf1d6fbe /app-admin/showconsole/showconsole-1.07.ebuild | |
parent | Remove pointless fstab.h include to fix building on uClibc. (diff) | |
download | gentoo-2-218c4cac41b26d6cc2fb86e95e3785dfc77b6e92.tar.gz gentoo-2-218c4cac41b26d6cc2fb86e95e3785dfc77b6e92.tar.bz2 gentoo-2-218c4cac41b26d6cc2fb86e95e3785dfc77b6e92.zip |
Add a quiet mode support so we dont have to force all output to /dev/null.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-admin/showconsole/showconsole-1.07.ebuild')
-rw-r--r-- | app-admin/showconsole/showconsole-1.07.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-admin/showconsole/showconsole-1.07.ebuild b/app-admin/showconsole/showconsole-1.07.ebuild index ae79748ae191..97d2d36fefb7 100644 --- a/app-admin/showconsole/showconsole-1.07.ebuild +++ b/app-admin/showconsole/showconsole-1.07.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/showconsole/showconsole-1.07.ebuild,v 1.10 2005/10/02 18:39:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/showconsole/showconsole-1.07.ebuild,v 1.11 2006/01/29 05:21:36 vapier Exp $ inherit eutils toolchain-funcs @@ -21,6 +21,7 @@ src_unpack() { cd "${S}" epatch "${DISTDIR}"/${P}-suse-update.patch.bz2 epatch "${FILESDIR}"/${PV}-no-TIOCGDEV.patch + epatch "${FILESDIR}"/${PN}-1.08-quiet.patch } src_compile() { |