diff options
author | Guy Martin <gmsoft@gentoo.org> | 2003-03-08 15:00:38 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2003-03-08 15:00:38 +0000 |
commit | 0f7e0d8f69f59d507cfb4795424c829691e368ad (patch) | |
tree | 9576511abe1dcae99a6f63d5d9b95656561c8918 /dev-lang/tk | |
parent | HTMLgen initial commit. Bug #10653. (diff) | |
download | gentoo-2-0f7e0d8f69f59d507cfb4795424c829691e368ad.tar.gz gentoo-2-0f7e0d8f69f59d507cfb4795424c829691e368ad.tar.bz2 gentoo-2-0f7e0d8f69f59d507cfb4795424c829691e368ad.zip |
Added hppa to keywords.
Diffstat (limited to 'dev-lang/tk')
-rw-r--r-- | dev-lang/tk/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/tk/tk-8.3.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/tk/ChangeLog b/dev-lang/tk/ChangeLog index f00cc65c7b0e..e57bd2478028 100644 --- a/dev-lang/tk/ChangeLog +++ b/dev-lang/tk/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for dev-lang/tk # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/ChangeLog,v 1.10 2003/02/12 05:59:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/ChangeLog,v 1.11 2003/03/08 15:00:38 gmsoft Exp $ 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords *tk-8.3.4 (18 Dec 2002) + 08 Mar 2003; Guy Martin <gmsoft@gentoo.org> tk-8.3.4.ebuild : + Added hppa to keywords. + 18 Dec 2002; Stefan Jones <cretin@gentoo.org> New revision. diff --git a/dev-lang/tk/tk-8.3.4.ebuild b/dev-lang/tk/tk-8.3.4.ebuild index 9d5633440969..fdffd9361cdb 100644 --- a/dev-lang/tk/tk-8.3.4.ebuild +++ b/dev-lang/tk/tk-8.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.3.4.ebuild,v 1.2 2003/02/13 10:31:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.3.4.ebuild,v 1.3 2003/03/08 15:00:38 gmsoft Exp $ S=${WORKDIR}/${PN}${PV} SRC_URI="ftp://ftp.scriptics.com/pub/tcl/tcl8_3/${PN}${PV}.tar.gz" @@ -12,7 +12,7 @@ DEPEND="virtual/glibc SLOT="0" LICENSE="BSD" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha hppa" src_unpack() { unpack ${A} |