diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 07:24:39 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 07:24:39 +0000 |
commit | a45d4fe7f900e264382baffadbc02bbd23f0832b (patch) | |
tree | 26e6aa984d67a100b7caf76f1700a05400c5501b /x11-misc/tkseti | |
parent | added ppc keywords so that gnome stuff can again work on ppc (diff) | |
download | gentoo-2-a45d4fe7f900e264382baffadbc02bbd23f0832b.tar.gz gentoo-2-a45d4fe7f900e264382baffadbc02bbd23f0832b.tar.bz2 gentoo-2-a45d4fe7f900e264382baffadbc02bbd23f0832b.zip |
cleanup
Diffstat (limited to 'x11-misc/tkseti')
-rw-r--r-- | x11-misc/tkseti/tkseti-3.06.ebuild | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/x11-misc/tkseti/tkseti-3.06.ebuild b/x11-misc/tkseti/tkseti-3.06.ebuild index 358b9b801a34..df685f844d32 100644 --- a/x11-misc/tkseti/tkseti-3.06.ebuild +++ b/x11-misc/tkseti/tkseti-3.06.ebuild @@ -1,19 +1,20 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/x11-misc/tkseti/tkseti-3.06.ebuild,v 1.4 2002/07/19 21:58:54 rphillips Exp $ - -# This ebuild was generated by Ebuilder v0.4. +# $Header: /var/cvsroot/gentoo-x86/x11-misc/tkseti/tkseti-3.06.ebuild,v 1.5 2002/07/23 07:24:39 seemant Exp $ S="${WORKDIR}/${P}" DESCRIPTION="TkSeti is a GUI to control the SETI@Home client for UNIX." SRC_URI="http://www.cuug.ab.ca/~macdonal/tkseti/${P}.tar.gz" HOMEPAGE="http://www.cuug.ab.ca/~macdonal/tkseti/tkseti.html" -LICENSE="as-is" -DEPEND="" + RDEPEND=">=dev-lang/tcl-8.3.3 - dev-lang/tk - app-sci/setiathome" + dev-lang/tk + app-sci/setiathome" + +DEPEND="${RDEPEND} + SLOT="0" +LICENSE="as-is" KEYWORDS="x86" src_compile() { |