diff options
author | Christian Andreetta <satya@gentoo.org> | 2004-07-25 14:33:43 +0000 |
---|---|---|
committer | Christian Andreetta <satya@gentoo.org> | 2004-07-25 14:33:43 +0000 |
commit | 11818afcbc3482495bfa82b3954de9e89ea39ce2 (patch) | |
tree | e0de8986589e7ff14d2c23c000fa3c690776dac1 /net-fs/samba | |
parent | Marking ~x86 for gcc 3.4 profile, also changing depend to make repoman happy ... (diff) | |
download | gentoo-2-11818afcbc3482495bfa82b3954de9e89ea39ce2.tar.gz gentoo-2-11818afcbc3482495bfa82b3954de9e89ea39ce2.tar.bz2 gentoo-2-11818afcbc3482495bfa82b3954de9e89ea39ce2.zip |
minor amd64 uid32 umount check
Diffstat (limited to 'net-fs/samba')
-rw-r--r-- | net-fs/samba/Manifest | 2 | ||||
-rw-r--r-- | net-fs/samba/samba-3.0.5-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-fs/samba/Manifest b/net-fs/samba/Manifest index fc7f54334993..b289cb58e1a4 100644 --- a/net-fs/samba/Manifest +++ b/net-fs/samba/Manifest @@ -1,5 +1,5 @@ MD5 7d7c900829bc2bdf39895d5890a0d20d samba-3.0.4-r1.ebuild 11146 -MD5 ddc3a6e52ce455acf84e655d971d4126 samba-3.0.5-r1.ebuild 13401 +MD5 7f982d6c4012d86e3afb09c44e9ab157 samba-3.0.5-r1.ebuild 13422 MD5 633511d04d7a7d7702c17089c85ba697 samba-3.0.1-r1.ebuild 11333 MD5 df4f73693b725799675e37ba3f90643f samba-3.0.2a-r2.ebuild 12249 MD5 1f6759e6bd5dd097b18845fa5b267f43 ChangeLog 18088 diff --git a/net-fs/samba/samba-3.0.5-r1.ebuild b/net-fs/samba/samba-3.0.5-r1.ebuild index 5cb4b9bae552..e1a95f586450 100644 --- a/net-fs/samba/samba-3.0.5-r1.ebuild +++ b/net-fs/samba/samba-3.0.5-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-fs/samba/samba-3.0.5-r1.ebuild,v 1.2 2004/07/24 09:33:08 satya Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.5-r1.ebuild,v 1.3 2004/07/25 14:33:43 satya Exp $ inherit eutils flag-o-matic @@ -63,7 +63,7 @@ src_unpack() { #Next one is from eger@cc.gatech.edu epatch ${FILESDIR}/samba-3.0.x-python-setup.patch || die #bug #44743 ------------------------------------------------------------ - if [ ${ARCH} = "ppc" -o ${ARCH} = "ppc64" ]; then + if [ ${ARCH} = "amd64" -o ${ARCH} = "ppc" -o ${ARCH} = "ppc64" ]; then cd ${S} && epatch ${FILESDIR}/samba-3.0.x-smbumount-uid32.patch fi #Fix for bug #27858 ---------------------------------------------------- |