From 8e26ab859d07447855a6bd076057ef99c3961f5b Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 17 Jan 2007 06:45:18 +0000 Subject: [PATCH] fix fbsd reference --- dev-util/strace/strace-4.5.12.ebuild | 5 +++-- dev-util/strace/strace-4.5.14.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/dev-util/strace/strace-4.5.12.ebuild b/dev-util/strace/strace-4.5.12.ebuild index 2db9d67559bd..825bf87c7a86 100644 --- a/dev-util/strace/strace-4.5.12.ebuild +++ b/dev-util/strace/strace-4.5.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.12.ebuild,v 1.17 2006/06/11 10:05:31 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.12.ebuild,v 1.18 2007/01/17 06:45:18 vapier Exp $ inherit flag-o-matic @@ -19,7 +19,8 @@ src_unpack() { unpack ${A} cd "${S}" - [[ ${CHOST} == *-freebsd* ]] && epatch "${FILESDIR}"/${P}-fbsd.patch + [[ ${CHOST} == *-freebsd* ]] && epatch "${FILESDIR}"/${PN}-4.5.11-fbsd.patch + # Fix support for newer glibc snapshots #102080 epatch "${FILESDIR}"/${P}-quota.patch diff --git a/dev-util/strace/strace-4.5.14.ebuild b/dev-util/strace/strace-4.5.14.ebuild index 855b1848412d..5cac2ce68b23 100644 --- a/dev-util/strace/strace-4.5.14.ebuild +++ b/dev-util/strace/strace-4.5.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.14.ebuild,v 1.13 2006/12/02 20:35:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.14.ebuild,v 1.14 2007/01/17 06:45:18 vapier Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -21,7 +21,7 @@ src_unpack() { unpack ${A} cd "${S}" - [[ ${CHOST} == *-freebsd* ]] && epatch "${FILESDIR}"/${PN}-4.5.12-fbsd.patch + [[ ${CHOST} == *-freebsd* ]] && epatch "${FILESDIR}"/${PN}-4.5.11-fbsd.patch epatch "${FILESDIR}"/${P}-PT_GETSIGINFO.patch #149945 -- 2.26.2