diff options
Diffstat (limited to 'app-crypt/bestcrypt/bestcrypt-1.2_p5.ebuild')
-rw-r--r-- | app-crypt/bestcrypt/bestcrypt-1.2_p5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/bestcrypt/bestcrypt-1.2_p5.ebuild b/app-crypt/bestcrypt/bestcrypt-1.2_p5.ebuild index b4883717f916..21868a73294d 100644 --- a/app-crypt/bestcrypt/bestcrypt-1.2_p5.ebuild +++ b/app-crypt/bestcrypt/bestcrypt-1.2_p5.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-crypt/bestcrypt/bestcrypt-1.2_p5.ebuild,v 1.2 2003/06/25 15:49:46 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bestcrypt/bestcrypt-1.2_p5.ebuild,v 1.3 2003/09/06 22:15:09 msterret Exp $ MY_PN="bcrypt" KEYWORDS="~x86" @@ -8,7 +8,7 @@ SRC_URI="http://www.jetico.com/linux/BestCrypt-${PV/_p/-}.tar.gz http://www.jetico.com/linux/BestCrypt.doc.tgz" HOMEPAGE="http://www.jetico.com" DESCRIPTION="Transparent filesystem encryption. This is a Commercially Licensed Package, please read the license and ChangeLog for more information." -S=${WORKDIR}/${MY_PN} +S=${WORKDIR}/${MY_PN} LICENSE="bestcrypt" SLOT="0" DEPEND="virtual/linux-sources" |