diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-02-17 08:21:12 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-02-17 08:21:12 +0000 |
commit | d2ccf8c0790b15054636a2ca22d9fe6e5e40a0f7 (patch) | |
tree | a80e3789ef80f0161d4c05e01e4aacbb7aa338d0 /app-editors | |
parent | added amd64 keyword. (diff) | |
download | historical-d2ccf8c0790b15054636a2ca22d9fe6e5e40a0f7.tar.gz historical-d2ccf8c0790b15054636a2ca22d9fe6e5e40a0f7.tar.bz2 historical-d2ccf8c0790b15054636a2ca22d9fe6e5e40a0f7.zip |
added ~amd64 keyword.
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/klat/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/klat/Manifest | 4 | ||||
-rw-r--r-- | app-editors/klat/klat-0.4.0.ebuild | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/app-editors/klat/ChangeLog b/app-editors/klat/ChangeLog index 61c734cdeeb4..71970b4bc320 100644 --- a/app-editors/klat/ChangeLog +++ b/app-editors/klat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/klat -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/klat/ChangeLog,v 1.4 2003/02/12 03:47:51 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/klat/ChangeLog,v 1.5 2004/02/17 08:21:12 absinthe Exp $ + + 17 Feb 2004; Dylan Carlson <absinthe@gentoo.org> klat-0.4.0.ebuild: + added ~amd64 keyword. 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/app-editors/klat/Manifest b/app-editors/klat/Manifest index ead380929a53..9fab5285c5b7 100644 --- a/app-editors/klat/Manifest +++ b/app-editors/klat/Manifest @@ -1,3 +1,3 @@ -MD5 e3cc264ff6e8bf0d5776ac4d785df7cf klat-0.4.0.ebuild 529 -MD5 f632c4640027e62aff43a21ec733722d ChangeLog 460 +MD5 b17995175e8d1b7f1bf3ce32e83c55a0 ChangeLog 557 +MD5 4efb99ec97092d64601666761fde4eba klat-0.4.0.ebuild 539 MD5 e4209a9e2cad02fa761a9ee3e779347a files/digest-klat-0.4.0 63 diff --git a/app-editors/klat/klat-0.4.0.ebuild b/app-editors/klat/klat-0.4.0.ebuild index 2a6f65612f21..f2c387a98c6b 100644 --- a/app-editors/klat/klat-0.4.0.ebuild +++ b/app-editors/klat/klat-0.4.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/klat/klat-0.4.0.ebuild,v 1.7 2003/10/08 14:36:54 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/klat/klat-0.4.0.ebuild,v 1.8 2004/02/17 08:21:12 absinthe Exp $ inherit kde-base need-kde 3 @@ -10,7 +10,7 @@ HOMEPAGE="http://lumumba.luc.ac.be/jori/klat/klat.html" SRC_URI="http://lumumba.luc.ac.be/jori/klat/${P}.tar.bz2" LICENSE="GPL-2" -KEYWORDS="x86 ~sparc" +KEYWORDS="x86 ~sparc ~amd64" DEPEND="$DEPEND app-text/tetex" |