diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-05-24 10:10:34 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-05-24 10:10:34 +0000 |
commit | 6c625f6aa38770a82d139fb3fb8e1ce7e9671eb9 (patch) | |
tree | dc9a0fd2aff07d3034a1ae0fc700cdf6d59d4713 /app-editors/teco | |
parent | Stable for x86, wrt bug #502940 (diff) | |
download | gentoo-2-6c625f6aa38770a82d139fb3fb8e1ce7e9671eb9.tar.gz gentoo-2-6c625f6aa38770a82d139fb3fb8e1ce7e9671eb9.tar.bz2 gentoo-2-6c625f6aa38770a82d139fb3fb8e1ce7e9671eb9.zip |
Stable for x86, wrt bug #507202
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-editors/teco')
-rw-r--r-- | app-editors/teco/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/teco/teco-1.00-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/teco/ChangeLog b/app-editors/teco/ChangeLog index afc9c1b9e355..0340c546ec0d 100644 --- a/app-editors/teco/ChangeLog +++ b/app-editors/teco/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/teco # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/ChangeLog,v 1.29 2014/05/17 13:59:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/ChangeLog,v 1.30 2014/05/24 10:10:34 ago Exp $ + + 24 May 2014; Agostino Sarubbo <ago@gentoo.org> teco-1.00-r4.ebuild: + Stable for x86, wrt bug #507202 17 May 2014; Agostino Sarubbo <ago@gentoo.org> teco-1.00-r4.ebuild: Stable for alpha, wrt bug #507202 diff --git a/app-editors/teco/teco-1.00-r4.ebuild b/app-editors/teco/teco-1.00-r4.ebuild index 2aed91a61023..88727b7138a2 100644 --- a/app-editors/teco/teco-1.00-r4.ebuild +++ b/app-editors/teco/teco-1.00-r4.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-editors/teco/teco-1.00-r4.ebuild,v 1.3 2014/05/17 13:59:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00-r4.ebuild,v 1.4 2014/05/24 10:10:34 ago Exp $ EAPI=5 @@ -16,7 +16,7 @@ SRC_URI="http://www.ibiblio.org/pub/linux/apps/editors/tty/teco.tar.gz LICENSE="freedist" SLOT="0" -KEYWORDS="alpha amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" IUSE="doc" RDEPEND="sys-libs/ncurses" |