diff options
author | 2002-06-27 12:50:57 +0000 | |
---|---|---|
committer | 2002-06-27 12:50:57 +0000 | |
commit | 0d7c8ea38e81a475f42cbb45861b96f3d410c756 (patch) | |
tree | d8ac89a52859dd42a0f3631f0775920dc76ca6c7 /dev-lang/tk | |
parent | fix0rs (diff) | |
download | historical-0d7c8ea38e81a475f42cbb45861b96f3d410c756.tar.gz historical-0d7c8ea38e81a475f42cbb45861b96f3d410c756.tar.bz2 historical-0d7c8ea38e81a475f42cbb45861b96f3d410c756.zip |
added SLOT and LICENSE
Diffstat (limited to 'dev-lang/tk')
-rw-r--r-- | dev-lang/tk/tk-8.3.3.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-lang/tk/tk-8.3.3.ebuild b/dev-lang/tk/tk-8.3.3.ebuild index c4cf43568194..c84c9d3faf80 100644 --- a/dev-lang/tk/tk-8.3.3.ebuild +++ b/dev-lang/tk/tk-8.3.3.ebuild @@ -1,7 +1,6 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.3.3.ebuild,v 1.3 2002/04/27 23:08:36 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.3.3.ebuild,v 1.4 2002/06/27 12:50:05 seemant Exp $ S=${WORKDIR}/${PN}${PV} @@ -15,6 +14,9 @@ DEPEND="virtual/glibc virtual/x11 =dev-lang/tcl-${PV}*" +SLOT="" +LICENSE="BSD" + # hyper-optimizations untested... # src_compile() { |