--- /usr/portage/sys-libs/gdbm/gdbm-1.8.3-r1.ebuild 2005-04-16 18:05:58.000000000 +0100 +++ gdbm-1.8.3-r2.ebuild 2005-06-22 00:49:05.000000000 +0100 @@ -15,11 +15,19 @@ DEPEND="berkdb? ( sys-libs/db )" +pkg_setup() { + if use ppc-macos ; then + enewgroup bin + enewuser bin -1 /bin/false /dev/null bin + fi +} + src_unpack() { unpack ${A} cd "${S}" append-flags -fomit-frame-pointer uclibctoolize + use ppc-macos && darwintoolize } src_compile() {