diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2013-07-10 17:12:57 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2013-07-10 17:12:57 +0000 |
commit | bead924ba5ca79190bdbc9aaa36383a53586469a (patch) | |
tree | 4ffb2e68aad3cf1ddefada2aab50921e651cc864 /eclass | |
parent | Maintainer bump per #gentoo-infra discussion of July 4th. Patch massively red... (diff) | |
download | gentoo-2-bead924ba5ca79190bdbc9aaa36383a53586469a.tar.gz gentoo-2-bead924ba5ca79190bdbc9aaa36383a53586469a.tar.bz2 gentoo-2-bead924ba5ca79190bdbc9aaa36383a53586469a.zip |
Additional change to run tests successfully on newer versions of db
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/db.eclass | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 537277f976a7..e22202493c54 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.873 2013/07/09 01:57:07 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.874 2013/07/10 17:12:57 robbat2 Exp $ + + 10 Jul 2013; Robin H. Johnson <robbat2@gentoo.org> db.eclass: + Additional change to run tests successfully on newer versions of db 09 Jul 2013; Mike Gilbert <floppym@gentoo.org> distutils-r1.eclass: Stub-out ez_setup.py and distribute_setup.py to prevent packages from diff --git a/eclass/db.eclass b/eclass/db.eclass index 48124b705e1b..ef79f1e74a09 100644 --- a/eclass/db.eclass +++ b/eclass/db.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/db.eclass,v 1.47 2012/10/08 19:59:59 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/db.eclass,v 1.48 2013/07/10 17:12:57 robbat2 Exp $ # This is a common location for functions used in the sys-libs/db ebuilds # # Bugs: pauldv@gentoo.org @@ -168,6 +168,7 @@ db_src_test() { sed -ri \ -e '/regsub .test_path ./s,(regsub),#\1,g' \ -e '/regsub .src_root ./s,(regsub),#\1,g' \ + -e '/regsub .tcl_utils ./s,(regsub),#\1,g' \ "${test_parallel}" cd "${S}" for t in \ |