diff options
author | Luis Medinas <metalgod@gentoo.org> | 2005-08-28 16:07:23 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2005-08-28 16:07:23 +0000 |
commit | 8a369d23697edafaedfb0d845cc1a83e80aeddcb (patch) | |
tree | 2a5d77a9503e01747f16e33b1ab7a95d824bc20f /app-editors/teco | |
parent | Added ~amd64 keywords. Closes bug #103872. (diff) | |
download | gentoo-2-8a369d23697edafaedfb0d845cc1a83e80aeddcb.tar.gz gentoo-2-8a369d23697edafaedfb0d845cc1a83e80aeddcb.tar.bz2 gentoo-2-8a369d23697edafaedfb0d845cc1a83e80aeddcb.zip |
Added ~amd64 keywords. Closes bug #103871.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-editors/teco')
-rw-r--r-- | app-editors/teco/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/teco/teco-1.00-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/teco/ChangeLog b/app-editors/teco/ChangeLog index 4c2aaa897f09..0eb84e521a8f 100644 --- a/app-editors/teco/ChangeLog +++ b/app-editors/teco/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/teco # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/ChangeLog,v 1.13 2005/08/22 18:17:30 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/ChangeLog,v 1.14 2005/08/28 16:07:23 metalgod Exp $ + + 28 Aug 2005; Luis Medinas <metalgod@gentoo.org> teco-1.00-r3.ebuild: + Added ~amd64 keywords. Closes bug #103871. *teco-1.00-r3 (22 Aug 2005) diff --git a/app-editors/teco/teco-1.00-r3.ebuild b/app-editors/teco/teco-1.00-r3.ebuild index 061abf54f790..ff6914c468da 100644 --- a/app-editors/teco/teco-1.00-r3.ebuild +++ b/app-editors/teco/teco-1.00-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild,v 1.3 2005/08/22 18:17:30 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild,v 1.4 2005/08/28 16:07:23 metalgod Exp $ inherit toolchain-funcs flag-o-matic @@ -14,7 +14,7 @@ SRC_URI="http://www.ibiblio.org/pub/linux/apps/editors/tty/teco.tar.gz LICENSE="freedist" SLOT="0" -KEYWORDS="~alpha ~ppc x86" +KEYWORDS="~alpha ~amd64 ~ppc x86" IUSE="doc" RDEPEND="sys-libs/ncurses" |