diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:16:31 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:16:31 +0000 |
commit | 32e3fb5421737fcc1a25e9143a73769639f20ed1 (patch) | |
tree | ed5779f0cdf8a993350c7c7aa76353995d78a22f /net-misc/openssh | |
parent | sync IUSE (+ipv6) (diff) | |
download | historical-32e3fb5421737fcc1a25e9143a73769639f20ed1.tar.gz historical-32e3fb5421737fcc1a25e9143a73769639f20ed1.tar.bz2 historical-32e3fb5421737fcc1a25e9143a73769639f20ed1.zip |
don't dep on arch for gnuconfig_update
Diffstat (limited to 'net-misc/openssh')
-rw-r--r-- | net-misc/openssh/openssh-3.7.1_p2-r1.ebuild | 4 | ||||
-rw-r--r-- | net-misc/openssh/openssh-3.7.1_p2-r2.ebuild | 4 | ||||
-rw-r--r-- | 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 ) \ |