diff options
author | 2005-09-05 20:31:49 +0000 | |
---|---|---|
committer | 2005-09-05 20:31:49 +0000 | |
commit | 98d7b959076dfec49a7d40ff7673e197eea2964b (patch) | |
tree | 44393e24f62cbed564863731690dd4a8b04b47c5 /sys-apps | |
parent | Adding an minimal profile for vservers, which excludes most stuff (e.g. net-t... (diff) | |
download | gentoo-2-98d7b959076dfec49a7d40ff7673e197eea2964b.tar.gz gentoo-2-98d7b959076dfec49a7d40ff7673e197eea2964b.tar.bz2 gentoo-2-98d7b959076dfec49a7d40ff7673e197eea2964b.zip |
Undo the changes I just did.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/ucspi-tcp/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/ucspi-tcp/ucspi-tcp-0.88-r11.ebuild | 7 |
2 files changed, 3 insertions, 10 deletions
diff --git a/sys-apps/ucspi-tcp/ChangeLog b/sys-apps/ucspi-tcp/ChangeLog index f6a13c007158..a974c6d2495d 100644 --- a/sys-apps/ucspi-tcp/ChangeLog +++ b/sys-apps/ucspi-tcp/ChangeLog @@ -1,10 +1,6 @@ # 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.35 2005/09/05 20:29:56 hansmi Exp $ - - 05 Sep 2005; Michael Hanselmann <hansmi@gentoo.org> - ucspi-tcp-0.88-r11.ebuild: - Fixed AMD64 brokenness, bug 104436. +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ucspi-tcp/ChangeLog,v 1.36 2005/09/05 20:31:49 hansmi Exp $ *ucspi-tcp-0.88-r11 (28 Aug 2005) diff --git a/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r11.ebuild b/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r11.ebuild index 9174527b40d6..44b46d6ebc12 100644 --- a/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r11.ebuild +++ b/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r11.ebuild @@ -1,8 +1,8 @@ # 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-r11.ebuild,v 1.2 2005/09/05 20:29:56 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ucspi-tcp/ucspi-tcp-0.88-r11.ebuild,v 1.3 2005/09/05 20:31:49 hansmi Exp $ -inherit eutils toolchain-funcs flag-o-matic +inherit eutils toolchain-funcs DESCRIPTION="Collection of tools for managing UNIX services" HOMEPAGE="http://cr.yp.to/ucspi-tcp.html" @@ -50,9 +50,6 @@ src_unpack() { epatch ${FILESDIR}/${PV}-rblsmtpd-ignore-on-RELAYCLIENT.patch epatch ${FILESDIR}/${PV}-limits.patch - # AMD64 is broken, bug 104436 - use amd64 && filter-flags -O? - tc-export CC echo "${CC} ${CFLAGS}" > conf-cc echo "${CC} ${LDFLAGS}" > conf-ld |