diff options
author | 2014-05-17 13:59:46 +0000 | |
---|---|---|
committer | 2014-05-17 13:59:46 +0000 | |
commit | 842f1ee81ce6734323c15efeb5f778cf22f5d510 (patch) | |
tree | 47d6562dc61cba4b970eae016099d85bd97a3dbf /app-editors | |
parent | Stable for alpha, wrt bug #502608 (diff) | |
download | gentoo-2-842f1ee81ce6734323c15efeb5f778cf22f5d510.tar.gz gentoo-2-842f1ee81ce6734323c15efeb5f778cf22f5d510.tar.bz2 gentoo-2-842f1ee81ce6734323c15efeb5f778cf22f5d510.zip |
Stable for alpha, wrt bug #507202
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/teco/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/teco/teco-1.00-r4.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-editors/teco/ChangeLog b/app-editors/teco/ChangeLog index 6c0faa1d5a73..afc9c1b9e355 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.28 2014/05/13 10:31:20 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/ChangeLog,v 1.29 2014/05/17 13:59:46 ago Exp $ + + 17 May 2014; Agostino Sarubbo <ago@gentoo.org> teco-1.00-r4.ebuild: + Stable for alpha, wrt bug #507202 13 May 2014; Chema Alonso <nimiux@gentoo.org> teco-1.00-r4.ebuild: Stable for amd64 wrt bug #507202 @@ -97,4 +100,3 @@ 28 Apr 2003; Tavis Ormandy <taviso@gentoo.org> teco-1.00.ebuild: Initial import. marking ~x86 ~alpha - diff --git a/app-editors/teco/teco-1.00-r4.ebuild b/app-editors/teco/teco-1.00-r4.ebuild index 7ec0fdbe7d8f..2aed91a61023 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.2 2014/05/13 10:31:20 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00-r4.ebuild,v 1.3 2014/05/17 13:59:46 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" |