diff options
author | Paul de Vrieze <pauldv@gentoo.org> | 2004-09-27 08:05:46 +0000 |
---|---|---|
committer | Paul de Vrieze <pauldv@gentoo.org> | 2004-09-27 08:05:46 +0000 |
commit | 55d5f64f2b33c2aaf21d8ecb637fda003754b3f7 (patch) | |
tree | 8eec8b78cfc41d85bb48feca6dd7a46ac8f66469 /sys-libs | |
parent | only apply unicode patch if use slang is given as wel (diff) | |
download | gentoo-2-55d5f64f2b33c2aaf21d8ecb637fda003754b3f7.tar.gz gentoo-2-55d5f64f2b33c2aaf21d8ecb637fda003754b3f7.tar.bz2 gentoo-2-55d5f64f2b33c2aaf21d8ecb637fda003754b3f7.zip |
Fix bug #65291 for the db ebuilds
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/db/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/db/db-3.2.9-r10.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/db/db-3.2.9-r7.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/sys-libs/db/ChangeLog b/sys-libs/db/ChangeLog index 6ee84ffc1a5d..b466e6e59f70 100644 --- a/sys-libs/db/ChangeLog +++ b/sys-libs/db/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/db # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.102 2004/09/03 19:45:31 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.103 2004/09/27 08:05:46 pauldv Exp $ + + 27 Sep 2004; <pauldv@gentoo.org> db-3.2.9-r10.ebuild, db-3.2.9-r7.ebuild: + Fix bug #65291 and mark the -r10 release testing on amd64. 03 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> db-3.2.9-r10.ebuild, db-4.0.14-r2.ebuild: diff --git a/sys-libs/db/db-3.2.9-r10.ebuild b/sys-libs/db/db-3.2.9-r10.ebuild index 1d4ccc8d738e..9cfae39a7b4c 100644 --- a/sys-libs/db/db-3.2.9-r10.ebuild +++ b/sys-libs/db/db-3.2.9-r10.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/sys-libs/db/db-3.2.9-r10.ebuild,v 1.13 2004/09/03 18:24:07 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9-r10.ebuild,v 1.14 2004/09/27 08:05:46 pauldv Exp $ inherit gnuconfig libtool eutils db @@ -12,7 +12,7 @@ LICENSE="DB" SLOT="3" # This ebuild is to be the compatibility ebuild for when db4 is put # in the tree. -KEYWORDS="x86 ppc ~sparc ~mips alpha arm ~hppa ia64 ppc64 s390" +KEYWORDS="x86 ppc ~sparc ~mips alpha arm ~hppa ia64 ppc64 s390 ~amd64" IUSE="doc java" RDEPEND="virtual/libc" diff --git a/sys-libs/db/db-3.2.9-r7.ebuild b/sys-libs/db/db-3.2.9-r7.ebuild index 5d612d4c54d8..39baa69f7ee2 100644 --- a/sys-libs/db/db-3.2.9-r7.ebuild +++ b/sys-libs/db/db-3.2.9-r7.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/sys-libs/db/db-3.2.9-r7.ebuild,v 1.14 2004/07/02 08:44:40 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9-r7.ebuild,v 1.15 2004/09/27 08:05:46 pauldv Exp $ IUSE="" @@ -19,7 +19,7 @@ KEYWORDS="x86 ppc sparc alpha mips hppa amd64" RDEPEND="virtual/libc" DEPEND="${RDEPEND} - =sys-libs/db-1.85-r1 + =sys-libs/db-1.85* sys-devel/libtool sys-devel/m4" # We need m4 too else build fails without config.guess |