summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2003-07-11 15:05:25 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2003-07-11 15:05:25 +0000
commit949dab718af7578831f26c4e6fb0424780117c19 (patch)
treec48d56929dbdb584704c9028f09f2dab558b49eb /net-misc
parentfix parallel building problems (diff)
downloadgentoo-2-949dab718af7578831f26c4e6fb0424780117c19.tar.gz
gentoo-2-949dab718af7578831f26c4e6fb0424780117c19.tar.bz2
gentoo-2-949dab718af7578831f26c4e6fb0424780117c19.zip
Closes #23072
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/stunnel/ChangeLog5
-rw-r--r--net-misc/stunnel/stunnel-4.04-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/stunnel/ChangeLog b/net-misc/stunnel/ChangeLog
index 6f45164a0546..06c6a967c7f1 100644
--- a/net-misc/stunnel/ChangeLog
+++ b/net-misc/stunnel/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/stunnel
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.13 2003/07/02 20:28:29 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.14 2003/07/11 15:05:24 aliz Exp $
+
+ 11 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> stunnel-4.04-r1.ebuild :
+ Fixed path to patch. Closes #23702.
*stunnel-3.24 (02 Jul 2003)
diff --git a/net-misc/stunnel/stunnel-4.04-r1.ebuild b/net-misc/stunnel/stunnel-4.04-r1.ebuild
index 59af89318cd1..bca1d0d44243 100644
--- a/net-misc/stunnel/stunnel-4.04-r1.ebuild
+++ b/net-misc/stunnel/stunnel-4.04-r1.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/net-misc/stunnel/stunnel-4.04-r1.ebuild,v 1.1 2003/06/25 10:25:38 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-4.04-r1.ebuild,v 1.2 2003/07/11 15:05:25 aliz Exp $
inherit eutils
@@ -17,7 +17,7 @@ SLOT="0"
src_unpack() {
unpack ${A}; cd ${S}
- epatch ${FILESDIR}/${PF}-gentoo.diff
+ epatch ${FILESDIR}/${P}-gentoo.diff
epatch ${FILESDIR}/${P}-blinding.patch
}