--- samba-3.0.4-r1.ebuild.orig 2004-07-14 21:03:20.621267224 +0200 +++ samba-3.0.4-r1.ebuild 2004-07-14 21:06:35.995565816 +0200 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.4-r1.ebuild,v 1.10 2004/07/13 23:39:23 kloeri Exp $ -inherit eutils +inherit eutils flag-o-matic IUSE="kerberos mysql postgres xml xml2 acl cups ldap pam readline python doc" IUSE="${IUSE} oav" @@ -54,6 +54,12 @@ find . -name .cvsignore | xargs rm -f find . -name CVS | xargs rm -rf + #Fix #57063 + if [ "${ARCH}" = "ppp" ] + then + replace-flags -O? -O1 + fi + # Add patch(es) # This patchset fixes Samba bugs #1315, #1319 and #1345 # courtesy of Gerald Carter (jerry@samba.org)