diff options
Diffstat (limited to 'net-misc/kssh/kssh-0.7.ebuild')
-rw-r--r-- | net-misc/kssh/kssh-0.7.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net-misc/kssh/kssh-0.7.ebuild b/net-misc/kssh/kssh-0.7.ebuild index 1f30ea352423..9ebe1f47b473 100644 --- a/net-misc/kssh/kssh-0.7.ebuild +++ b/net-misc/kssh/kssh-0.7.ebuild @@ -1,17 +1,18 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/kssh/kssh-0.7.ebuild,v 1.6 2004/07/02 23:18:17 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/kssh/kssh-0.7.ebuild,v 1.7 2005/04/05 14:59:58 greg_g Exp $ inherit kde HOMEPAGE="http://kssh.sourceforge.net" SRC_URI="mirror://sourceforge//kssh/${P}.tar.gz" -DESCRIPTION="KDE 3.x frontend for SSH" +DESCRIPTION="KDE frontend for SSH" +LICENSE="GPL-2" SLOT="0" -LICENSE="GPL-2" KEYWORDS="x86 sparc ~ppc ~amd64" IUSE="" DEPEND=">=net-misc/openssh-3.1_p1" -need-kde 3
\ No newline at end of file + +need-kde 3 |