commit: e38867b2b69044eb64ed641e848376864f3a81dd Author: Austin English <wizardedit <AT> gentoo <DOT> org> AuthorDate: Fri Jul 8 18:28:10 2016 +0000 Commit: Austin English <wizardedit <AT> gentoo <DOT> org> CommitDate: Fri Jul 8 18:28:57 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e38867b2
app-misc/gramps: fix gramps-3.4.0-use_bsddb3.patch for EAPI 6 Gentoo-Bug: https://bugs.gentoo.org/588292 Package-Manager: portage-2.2.28 app-misc/gramps/files/gramps-3.4.0-use_bsddb3.patch | 4 ++-- app-misc/gramps/gramps-3.4.9-r1.ebuild | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app-misc/gramps/files/gramps-3.4.0-use_bsddb3.patch b/app-misc/gramps/files/gramps-3.4.0-use_bsddb3.patch index 6815ef6..133c4ed 100644 --- a/app-misc/gramps/files/gramps-3.4.0-use_bsddb3.patch +++ b/app-misc/gramps/files/gramps-3.4.0-use_bsddb3.patch @@ -1,5 +1,5 @@ ---- src/config.py.orig 2012-06-02 07:05:21.479670747 +0200 -+++ src/config.py 2012-06-02 07:05:58.444713800 +0200 +--- a/src/config.py 2012-06-02 07:05:21.479670747 +0200 ++++ b/src/config.py 2012-06-02 07:05:58.444713800 +0200 @@ -302,7 +302,7 @@ register('preferences.use-last-view', True) register('preferences.last-view', '') diff --git a/app-misc/gramps/gramps-3.4.9-r1.ebuild b/app-misc/gramps/gramps-3.4.9-r1.ebuild index 4ed4bf7..dd3a36a 100644 --- a/app-misc/gramps/gramps-3.4.9-r1.ebuild +++ b/app-misc/gramps/gramps-3.4.9-r1.ebuild @@ -4,7 +4,6 @@ EAPI=6 PYTHON_COMPAT=( python2_7 ) -GCONF_DEBUG="no" inherit gnome2 python-single-r1
