diff options
author | Caleb Tennis <caleb@gentoo.org> | 2007-02-27 21:05:37 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2007-02-27 21:05:37 +0000 |
commit | fa390deeaed45c7aa1fb1a7f7e5794a36a9b6727 (patch) | |
tree | 923e9be4c43c458727454c48e302ab692e7f4f70 /sys-libs | |
parent | Initial commit for bug 168353. Thanks to Jakub Moc. (diff) | |
download | gentoo-2-fa390deeaed45c7aa1fb1a7f7e5794a36a9b6727.tar.gz gentoo-2-fa390deeaed45c7aa1fb1a7f7e5794a36a9b6727.tar.bz2 gentoo-2-fa390deeaed45c7aa1fb1a7f7e5794a36a9b6727.zip |
Paul asked to turn uniquename off, since it cases too many issues
(Portage version: 2.1.2-r12)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/db/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/db/db-4.5.20_p2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/db/ChangeLog b/sys-libs/db/ChangeLog index cc06cde2df11..e80dea072d2a 100644 --- a/sys-libs/db/ChangeLog +++ b/sys-libs/db/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/db # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.197 2007/02/27 20:34:49 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.198 2007/02/27 21:05:37 caleb Exp $ + + 27 Feb 2007; Caleb Tennis <caleb@gentoo.org> db-4.5.20_p2.ebuild: + Paul asked to turn uniquename off, since it causes too many issues 27 Feb 2007; Caleb Tennis <caleb@gentoo.org> -db-4.2.52_p2.ebuild, -db-4.2.52_p4.ebuild: diff --git a/sys-libs/db/db-4.5.20_p2.ebuild b/sys-libs/db/db-4.5.20_p2.ebuild index d8392215317b..88a1be385c03 100644 --- a/sys-libs/db/db-4.5.20_p2.ebuild +++ b/sys-libs/db/db-4.5.20_p2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.5.20_p2.ebuild,v 1.2 2007/02/27 20:28:23 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.5.20_p2.ebuild,v 1.3 2007/02/27 21:05:37 caleb Exp $ inherit eutils gnuconfig db flag-o-matic java-pkg-opt-2 @@ -100,7 +100,7 @@ src_compile() { --localstatedir=/var/lib \ --libdir=/usr/"$(get_libdir)" \ --enable-compat185 \ - --with-uniquename \ + --without-uniquename \ --enable-rpc \ --host="${CHOST}" \ ${myconf} "${javaconf}" || die "configure failed" |