diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-05-04 19:29:33 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-05-04 19:29:33 +0000 |
commit | 491b7b090426b2febbf0bb67a50a2841d6497762 (patch) | |
tree | 3d34443e0b31f796704ff1cfd07ba6ad15c81c89 /app-misc/tkpasman | |
parent | Initial import. (diff) | |
download | gentoo-2-491b7b090426b2febbf0bb67a50a2841d6497762.tar.gz gentoo-2-491b7b090426b2febbf0bb67a50a2841d6497762.tar.bz2 gentoo-2-491b7b090426b2febbf0bb67a50a2841d6497762.zip |
Repoman fixes
Diffstat (limited to 'app-misc/tkpasman')
-rw-r--r-- | app-misc/tkpasman/tkpasman-2.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-misc/tkpasman/tkpasman-2.2.ebuild b/app-misc/tkpasman/tkpasman-2.2.ebuild index 7ee901ea5c46..a676564e8667 100644 --- a/app-misc/tkpasman/tkpasman-2.2.ebuild +++ b/app-misc/tkpasman/tkpasman-2.2.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/app-misc/tkpasman/tkpasman-2.2.ebuild,v 1.1 2003/05/04 19:24:52 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tkpasman/tkpasman-2.2.ebuild,v 1.2 2003/05/04 19:29:33 aliz Exp $ MY_P="TkPasMan-${PV}" @@ -8,7 +8,8 @@ SRC_URI="http://www.xs4all.nl/~wbsoft/linux/projects/${MY_P}.tar.gz" LICENSE="GPL-2" KEYWORDS="~x86" S=${WORKDIR}/${MY_P} - +DESCRIPTION="A useful and reliable personal password manager, written in Tcl/Tk" +SLOT="0" IUSE="ssl" DEPEND=">=dev-lang/tcl-8.3" |