summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2003-10-01 09:39:30 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2003-10-01 09:39:30 +0000
commitd2c6223a6c6887efc23f25a753a79f771a6e10cb (patch)
tree9c018332dcfd572e685d3ac6735e2c243e788e23 /app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild
parentepatch, sed and changelog fixes (diff)
downloadhistorical-d2c6223a6c6887efc23f25a753a79f771a6e10cb.tar.gz
historical-d2c6223a6c6887efc23f25a753a79f771a6e10cb.tar.bz2
historical-d2c6223a6c6887efc23f25a753a79f771a6e10cb.zip
epatch, sed and changelog fixes
Diffstat (limited to 'app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild')
-rw-r--r--app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild b/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild
index 69bc5a5729fb..a8682bd1f917 100644
--- a/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild
+++ b/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.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/ssh-multiadd/ssh-multiadd-1.3.1.ebuild,v 1.17 2003/07/16 14:59:17 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild,v 1.18 2003/10/01 09:39:25 aliz Exp $
DESCRIPTION="adds multiple ssh keys to the ssh authentication agent. These may use the same passphrase. Unlike ssh-add, if any of the keys use the same passphrase, you will only need to enter each unique passphrase once, and keys that are already added will not be prompted for again."
SRC_URI="http://www.azstarnet.com/~donut/programs/ssh-multiadd/${P}.tar.gz"
@@ -19,7 +19,7 @@ DEPEND=">=dev-lang/python-2.0-r3
src_unpack() {
unpack ${A} ; cd ${S}
- patch -p0 < ${FILESDIR}/ssh-multiadd-1.3.1.diff
+ epatch ${FILESDIR}/${P}.diff
}
src_install() {