diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-04-09 13:55:09 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-04-09 13:55:09 +0000 |
commit | 5cff56802e9b5eceb41a26b4e02addab1992db28 (patch) | |
tree | 7404ed9201029a2e0492252020516844222deeb7 /app-text | |
parent | Stable for HPPA (bug #265522). (diff) | |
download | gentoo-2-5cff56802e9b5eceb41a26b4e02addab1992db28.tar.gz gentoo-2-5cff56802e9b5eceb41a26b4e02addab1992db28.tar.bz2 gentoo-2-5cff56802e9b5eceb41a26b4e02addab1992db28.zip |
Stable for HPPA (bug #264947).
(Portage version: 2.2_rc28/cvs/Linux i686)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/multitail/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/multitail/multitail-5.2.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-text/multitail/ChangeLog b/app-text/multitail/ChangeLog index 0f5aac9e7e22..36e6676f54bc 100644 --- a/app-text/multitail/ChangeLog +++ b/app-text/multitail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/multitail -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v 1.65 2008/08/26 18:40:08 jer Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v 1.66 2009/04/09 13:55:09 jer Exp $ + + 09 Apr 2009; Jeroen Roovers <jer@gentoo.org> multitail-5.2.2.ebuild: + Stable for HPPA (bug #264947). 26 Aug 2008; Jeroen Roovers <jer@gentoo.org> Manifest: Fix Manifest (bug #235791). diff --git a/app-text/multitail/multitail-5.2.2.ebuild b/app-text/multitail/multitail-5.2.2.ebuild index 2dcfed761a39..98e595545da0 100644 --- a/app-text/multitail/multitail-5.2.2.ebuild +++ b/app-text/multitail/multitail-5.2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/multitail-5.2.2.ebuild,v 1.1 2008/08/19 12:15:16 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/multitail-5.2.2.ebuild,v 1.2 2009/04/09 13:55:09 jer Exp $ inherit flag-o-matic toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://www.vanheusden.com/multitail/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 hppa ~ia64 ~ppc ~sparc ~x86" IUSE="debug" DEPEND="sys-libs/ncurses" |