summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-03-13 21:50:29 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-03-13 21:50:29 +0000
commit13c134eead4bdfd8145ee30e5d2fec1d6a9e4a98 (patch)
treef83b60ced3756c4d9b86d395dadc61194f6d79ee /app-crypt/bcrypt
parentDon't assign default to S; header fix (diff)
downloadhistorical-13c134eead4bdfd8145ee30e5d2fec1d6a9e4a98.tar.gz
historical-13c134eead4bdfd8145ee30e5d2fec1d6a9e4a98.tar.bz2
historical-13c134eead4bdfd8145ee30e5d2fec1d6a9e4a98.zip
header fix
Diffstat (limited to 'app-crypt/bcrypt')
-rw-r--r--app-crypt/bcrypt/bcrypt-1.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/bcrypt/bcrypt-1.1.ebuild b/app-crypt/bcrypt/bcrypt-1.1.ebuild
index 29d3281ef8ad..2dc7ca234a52 100644
--- a/app-crypt/bcrypt/bcrypt-1.1.ebuild
+++ b/app-crypt/bcrypt/bcrypt-1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcrypt/bcrypt-1.1.ebuild,v 1.3 2003/10/01 09:39:25 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcrypt/bcrypt-1.1.ebuild,v 1.4 2004/03/13 21:50:28 mr_bones_ Exp $
DESCRIPTION="A file encryption utility using Paul Kocher's implementation of the blowfish algorithm"
HOMEPAGE="http://bcrypt.sourceforge.net/"