diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-05-31 02:42:52 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-05-31 02:42:52 +0000 |
commit | 2bd2d6657e1dd04bc1d7fbaeed09e79d7d6cb283 (patch) | |
tree | 433cfffcbbc640fe7aa6223005e0c32fed1506af /app-admin/showconsole | |
parent | remove another useless mask: only package using the useflag isnt keyworded (diff) | |
download | gentoo-2-2bd2d6657e1dd04bc1d7fbaeed09e79d7d6cb283.tar.gz gentoo-2-2bd2d6657e1dd04bc1d7fbaeed09e79d7d6cb283.tar.bz2 gentoo-2-2bd2d6657e1dd04bc1d7fbaeed09e79d7d6cb283.zip |
inherit multilib for get_libdir
(Portage version: 2.2.0_alpha108_p8/cvs/Linux i686)
Diffstat (limited to 'app-admin/showconsole')
-rw-r--r-- | app-admin/showconsole/ChangeLog | 8 | ||||
-rw-r--r-- | app-admin/showconsole/showconsole-1.07.ebuild | 6 | ||||
-rw-r--r-- | app-admin/showconsole/showconsole-1.08.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/app-admin/showconsole/ChangeLog b/app-admin/showconsole/ChangeLog index 3cae339126e1..a11ea473736d 100644 --- a/app-admin/showconsole/ChangeLog +++ b/app-admin/showconsole/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/showconsole -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/showconsole/ChangeLog,v 1.20 2006/10/24 00:20:03 ticho Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/showconsole/ChangeLog,v 1.21 2012/05/31 02:42:52 zmedico Exp $ + + 31 May 2012; Zac Medico <zmedico@gentoo.org> showconsole-1.07.ebuild, + showconsole-1.08.ebuild: + inherit multilib for get_libdir 24 Oct 2006; Andrej Kacian <ticho@gentoo.org> showconsole-1.08.ebuild: Stable on x86, bug #152221. diff --git a/app-admin/showconsole/showconsole-1.07.ebuild b/app-admin/showconsole/showconsole-1.07.ebuild index 82cca8785315..e890878c4143 100644 --- a/app-admin/showconsole/showconsole-1.07.ebuild +++ b/app-admin/showconsole/showconsole-1.07.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2012 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.12 2006/03/15 01:45:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/showconsole/showconsole-1.07.ebuild,v 1.13 2012/05/31 02:42:49 zmedico Exp $ -inherit eutils toolchain-funcs +inherit eutils multilib toolchain-funcs DESCRIPTION="small daemon for logging console output during boot" HOMEPAGE="http://www.novell.com/linux/suse/" diff --git a/app-admin/showconsole/showconsole-1.08.ebuild b/app-admin/showconsole/showconsole-1.08.ebuild index cfb21f89aa82..a9a99b6cd436 100644 --- a/app-admin/showconsole/showconsole-1.08.ebuild +++ b/app-admin/showconsole/showconsole-1.08.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/showconsole/showconsole-1.08.ebuild,v 1.14 2006/10/24 00:20:03 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/showconsole/showconsole-1.08.ebuild,v 1.15 2012/05/31 02:42:49 zmedico Exp $ # This tarball is extracted from SuSe's sysvinit-2.86-#.src.rpm # You can find said src rpm via opensuse.org: # http://mirrors.kernel.org/opensuse/distribution/SL-OSS-*/inst-source/suse/src/ -inherit eutils toolchain-funcs +inherit eutils multilib toolchain-funcs DESCRIPTION="small daemon for logging console output during boot" HOMEPAGE="http://www.novell.com/linux/suse/" |