--- /usr/portage/sys-auth/libnss-pgsql/libnss-pgsql-1.3.ebuild 2005-07-02 23:59:23.000000000 +0200 +++ /usr/local/portage-overlays/misc/sys-auth/libnss-pgsql/libnss-pgsql-1.4.0.ebuild 2006-03-09 12:22:26.000000000 +0100 @@ -5,8 +5,8 @@ inherit eutils DESCRIPTION="Name Service Switch module for use with PostgreSQL" -HOMEPAGE="http://sourceforge.net/projects/sysauth-pgsql" -SRC_URI="mirror://sourceforge/sysauth-pgsql/${PN}_${PV}.orig.tar.gz" +HOMEPAGE="http://pgfoundry.org/projects/sysauth/" +SRC_URI="http://pgfoundry.org/frs/download.php/605/${P}.tgz" LICENSE="GPL-2" SLOT="0" @@ -24,6 +24,7 @@ src_compile() { econf --libdir=/lib || die "econf failure" + libtoolize --copy --force || die "libtoolize failure" emake || die "emake failure" }