From caad60d69dc5c74286c11192d264ed6eb0a48d34 Mon Sep 17 00:00:00 2001 From: Aron Griffis Date: Thu, 15 Jul 2004 03:16:31 +0000 Subject: don't dep on arch for gnuconfig_update --- net-misc/openssh/openssh-3.7.1_p2-r1.ebuild | 4 ++-- net-misc/openssh/openssh-3.7.1_p2-r2.ebuild | 4 ++-- net-misc/openssh/openssh-3.8_p1.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net-misc/openssh/openssh-3.7.1_p2-r1.ebuild b/net-misc/openssh/openssh-3.7.1_p2-r1.ebuild index c4bde78373b6..30a1ab7dc50b 100644 --- a/net-misc/openssh/openssh-3.7.1_p2-r1.ebuild +++ b/net-misc/openssh/openssh-3.7.1_p2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-3.7.1_p2-r1.ebuild,v 1.15 2004/07/01 21:41:25 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-3.7.1_p2-r1.ebuild,v 1.16 2004/07/15 03:16:31 agriffis Exp $ inherit eutils flag-o-matic ccc gnuconfig @@ -66,7 +66,7 @@ src_compile() { use kerberos && append-flags -I/usr/include/gssapi # Allow OpenSSH to detect mips systems - use mips && gnuconfig_update + gnuconfig_update myconf="\ $( use_with tcpd tcp-wrappers ) \ diff --git a/net-misc/openssh/openssh-3.7.1_p2-r2.ebuild b/net-misc/openssh/openssh-3.7.1_p2-r2.ebuild index ffc164865106..5841ec56ac4b 100644 --- a/net-misc/openssh/openssh-3.7.1_p2-r2.ebuild +++ b/net-misc/openssh/openssh-3.7.1_p2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-3.7.1_p2-r2.ebuild,v 1.20 2004/07/01 21:41:25 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-3.7.1_p2-r2.ebuild,v 1.21 2004/07/15 03:16:31 agriffis Exp $ inherit eutils flag-o-matic ccc gnuconfig @@ -75,7 +75,7 @@ src_compile() { local myconf # Allow OpenSSH to detect mips systems - use mips && gnuconfig_update + gnuconfig_update myconf="\ $( use_with tcpd tcp-wrappers ) \ diff --git a/net-misc/openssh/openssh-3.8_p1.ebuild b/net-misc/openssh/openssh-3.8_p1.ebuild index 5380ce70330b..71d0ff4b78b3 100644 --- a/net-misc/openssh/openssh-3.8_p1.ebuild +++ b/net-misc/openssh/openssh-3.8_p1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-3.8_p1.ebuild,v 1.13 2004/07/01 21:41:25 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-3.8_p1.ebuild,v 1.14 2004/07/15 03:16:31 agriffis Exp $ inherit eutils flag-o-matic ccc gnuconfig @@ -74,7 +74,7 @@ src_compile() { autoconf # Allow OpenSSH to detect mips systems - use mips && gnuconfig_update + gnuconfig_update local myconf="\ $( use_with tcpd tcp-wrappers ) \ -- cgit v1.2.3-65-gdbad