diff options
author | 2003-03-08 15:00:38 +0000 | |
---|---|---|
committer | 2003-03-08 15:00:38 +0000 | |
commit | 0f7e0d8f69f59d507cfb4795424c829691e368ad (patch) | |
tree | 9576511abe1dcae99a6f63d5d9b95656561c8918 /dev-lang | |
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')
-rw-r--r-- | dev-lang/tcl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/tcl/tcl-8.3.4.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/tk/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/tk/tk-8.3.4.ebuild | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/dev-lang/tcl/ChangeLog b/dev-lang/tcl/ChangeLog index 9dddefe3e453..ed5b6b1c9acc 100644 --- a/dev-lang/tcl/ChangeLog +++ b/dev-lang/tcl/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for dev-lang/tcl # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.10 2003/02/12 05:59:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.11 2003/03/08 14:58:21 gmsoft Exp $ 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords *tcl-8.3.4 (18 Dec 2002) + 08 Mar 2003; Guy Martin <gmsoft@gentoo.org> tcl-8.8.4.ebuild : + Added hppa to keywords. + 18 Dec 2002; Stefan Jones <cretin@gentoo.org> : New revision. diff --git a/dev-lang/tcl/tcl-8.3.4.ebuild b/dev-lang/tcl/tcl-8.3.4.ebuild index 171ec832a6a4..01de4f0ddba5 100644 --- a/dev-lang/tcl/tcl-8.3.4.ebuild +++ b/dev-lang/tcl/tcl-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/tcl/tcl-8.3.4.ebuild,v 1.2 2003/02/13 10:31:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.3.4.ebuild,v 1.3 2003/03/08 14:58:21 gmsoft Exp $ S=${WORKDIR}/${PN}${PV} @@ -15,7 +15,7 @@ DEPEND="virtual/glibc" SLOT="0" LICENSE="BSD" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha hppa" # hyper-optimizations untested... # 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} |