summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-09-11 22:44:19 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-09-11 22:44:19 +0000
commitc0ed5278951953093e932075b65749446762ae24 (patch)
tree3c3d6408d02c1bc116e9af8eab5d70f50c63f218 /sys-apps/ucspi-tcp
parentVersion bump #105575 by Saurabh Singhvi. (diff)
downloadgentoo-2-c0ed5278951953093e932075b65749446762ae24.tar.gz
gentoo-2-c0ed5278951953093e932075b65749446762ae24.tar.bz2
gentoo-2-c0ed5278951953093e932075b65749446762ae24.zip
Apply errno patch if ipv6 patch is not applied.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'sys-apps/ucspi-tcp')
-rw-r--r--sys-apps/ucspi-tcp/ChangeLog6
-rw-r--r--sys-apps/ucspi-tcp/ucspi-tcp-0.88-r12.ebuild5
2 files changed, 9 insertions, 2 deletions
diff --git a/sys-apps/ucspi-tcp/ChangeLog b/sys-apps/ucspi-tcp/ChangeLog
index 294de1150be2..8ef6e8e070e8 100644
--- a/sys-apps/ucspi-tcp/ChangeLog
+++ b/sys-apps/ucspi-tcp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/ucspi-tcp
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/ucspi-tcp/ChangeLog,v 1.37 2005/09/09 11:19:27 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/ucspi-tcp/ChangeLog,v 1.38 2005/09/11 22:44:19 flameeyes Exp $
+
+ 11 Sep 2005; Diego Pettenò <flameeyes@gentoo.org>
+ ucspi-tcp-0.88-r12.ebuild:
+ Apply errno patch if ipv6 patch is not applied.
*ucspi-tcp-0.88-r12 (09 Sep 2005)
diff --git a/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r12.ebuild b/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r12.ebuild
index f75ce9a43bd4..3eda00ce9c18 100644
--- a/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r12.ebuild
+++ b/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r12.ebuild,v 1.1 2005/09/09 11:19:27 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r12.ebuild,v 1.2 2005/09/11 22:44:19 flameeyes Exp $
inherit eutils toolchain-funcs
@@ -37,6 +37,9 @@ src_unpack() {
epatch ${WORKDIR}/ucspi-tcp-0.88-ipv6.${IPV6_PATCH}
# Fixes bug 18892
epatch ${FILESDIR}/${PV}-bigendian.patch
+ else
+ # This is already present in ipv6 patch
+ epatch ${FILESDIR}/${PV}-errno.patch
fi
if use ssl; then
# this is a merged thingy. Thanks to Stephen Olesen <slepp.netmonks.ca>