diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-01-05 19:31:29 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-01-05 19:31:29 +0000 |
commit | 55a65449d27b1e424968805f5244cb7f3ce0f0c2 (patch) | |
tree | 3e8490e626fae6b376d64e87638296c021e4c542 /app-text | |
parent | Stable on amd64 wrt bug #350734 (diff) | |
download | historical-55a65449d27b1e424968805f5244cb7f3ce0f0c2.tar.gz historical-55a65449d27b1e424968805f5244cb7f3ce0f0c2.tar.bz2 historical-55a65449d27b1e424968805f5244cb7f3ce0f0c2.zip |
Stable on amd64 wrt bug #350735
Package-Manager: portage-2.1.9.29/cvs/Linux x86_64
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/multitail/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/multitail/multitail-5.2.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-text/multitail/ChangeLog b/app-text/multitail/ChangeLog index 0feebb23b042..e410e06dabdc 100644 --- a/app-text/multitail/ChangeLog +++ b/app-text/multitail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/multitail -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v 1.73 2010/06/15 11:56:09 jlec Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v 1.74 2011/01/05 19:31:29 hwoarang Exp $ + + 05 Jan 2011; Markos Chandras <hwoarang@gentoo.org> multitail-5.2.6.ebuild: + Stable on amd64 wrt bug #350735 15 Jun 2010; Justin Lecher <jlec@gentoo.org> multitail-5.2.6.ebuild: QA, imported prefix changes diff --git a/app-text/multitail/multitail-5.2.6.ebuild b/app-text/multitail/multitail-5.2.6.ebuild index 545c7b45c82e..74d8369c755e 100644 --- a/app-text/multitail/multitail-5.2.6.ebuild +++ b/app-text/multitail/multitail-5.2.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/multitail-5.2.6.ebuild,v 1.2 2010/06/15 11:56:09 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/multitail-5.2.6.ebuild,v 1.3 2011/01/05 19:31:29 hwoarang Exp $ EAPI="3" @@ -12,7 +12,7 @@ SRC_URI="http://www.vanheusden.com/multitail/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux" IUSE="debug doc examples" DEPEND="sys-libs/ncurses" |