New commits:
commit 59dbb9e9d7b86b3d2152d333c9dbc0036f6fab06
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
samba: Apply patch to use proper capget after libcap update
diff --git a/net/samba/HISTORY b/net/samba/HISTORY
index bd88f7a..1c2ca75 100644
--- a/net/samba/HISTORY
+++ b/net/samba/HISTORY
@@ -1,5 +1,8 @@
2008-03-24 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Depends on libcap
+ * PRE_BUILD: Apply libcap.patch
+ * libcap.patch: Fix conflicting declarations of capget
+ From http://bugs.gentoo.org/show_bug.cgi?id=210527
2008-03-21 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Depends on e2fsprogs for libcom_err and libss
diff --git a/net/samba/PRE_BUILD b/net/samba/PRE_BUILD
index 0292bd6..dd1e6db 100755
--- a/net/samba/PRE_BUILD
+++ b/net/samba/PRE_BUILD
@@ -1,6 +1,8 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&