diff options
author | 2014-10-29 09:36:53 +0000 | |
---|---|---|
committer | 2014-10-29 09:36:53 +0000 | |
commit | 2e2a6fde23893fd4377c8d9fd7d4434a72e61ecd (patch) | |
tree | c2727d8c08e644f14f565047dbf51f660f5ac4fd /app-text/multitail | |
parent | Stable for sparc, wrt bug #523612 (diff) | |
download | gentoo-2-2e2a6fde23893fd4377c8d9fd7d4434a72e61ecd.tar.gz gentoo-2-2e2a6fde23893fd4377c8d9fd7d4434a72e61ecd.tar.bz2 gentoo-2-2e2a6fde23893fd4377c8d9fd7d4434a72e61ecd.zip |
Stable for sparc, wrt bug #519882
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-text/multitail')
-rw-r--r-- | app-text/multitail/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/multitail/multitail-6.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/multitail/ChangeLog b/app-text/multitail/ChangeLog index 8fd0ca7c01c8..95a7b4ae960d 100644 --- a/app-text/multitail/ChangeLog +++ b/app-text/multitail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/multitail # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v 1.122 2014/10/28 11:01:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/ChangeLog,v 1.123 2014/10/29 09:36:53 ago Exp $ + + 29 Oct 2014; Agostino Sarubbo <ago@gentoo.org> multitail-6.2.1.ebuild: + Stable for sparc, wrt bug #519882 28 Oct 2014; Agostino Sarubbo <ago@gentoo.org> multitail-6.2.1.ebuild: Stable for ia64, wrt bug #519882 diff --git a/app-text/multitail/multitail-6.2.1.ebuild b/app-text/multitail/multitail-6.2.1.ebuild index 5ff234d5adeb..9dcec51f3db4 100644 --- a/app-text/multitail/multitail-6.2.1.ebuild +++ b/app-text/multitail/multitail-6.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/multitail-6.2.1.ebuild,v 1.6 2014/10/28 11:01:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/multitail-6.2.1.ebuild,v 1.7 2014/10/29 09:36:53 ago Exp $ EAPI=5 @@ -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 examples unicode" RDEPEND="sys-libs/ncurses[unicode?]" |