Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/gramps/, app-misc/gramps/files/
Date: Fri, 08 Jul 2016 18:29:49
Message-Id: 1468002537.e38867b2b69044eb64ed641e848376864f3a81dd.wizardedit@gentoo
1 commit: e38867b2b69044eb64ed641e848376864f3a81dd
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 8 18:28:10 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 8 18:28:57 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e38867b2
7
8 app-misc/gramps: fix gramps-3.4.0-use_bsddb3.patch for EAPI 6
9
10 Gentoo-Bug: https://bugs.gentoo.org/588292
11
12 Package-Manager: portage-2.2.28
13
14 app-misc/gramps/files/gramps-3.4.0-use_bsddb3.patch | 4 ++--
15 app-misc/gramps/gramps-3.4.9-r1.ebuild | 1 -
16 2 files changed, 2 insertions(+), 3 deletions(-)
17
18 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
19 index 6815ef6..133c4ed 100644
20 --- a/app-misc/gramps/files/gramps-3.4.0-use_bsddb3.patch
21 +++ b/app-misc/gramps/files/gramps-3.4.0-use_bsddb3.patch
22 @@ -1,5 +1,5 @@
23 ---- src/config.py.orig 2012-06-02 07:05:21.479670747 +0200
24 -+++ src/config.py 2012-06-02 07:05:58.444713800 +0200
25 +--- a/src/config.py 2012-06-02 07:05:21.479670747 +0200
26 ++++ b/src/config.py 2012-06-02 07:05:58.444713800 +0200
27 @@ -302,7 +302,7 @@
28 register('preferences.use-last-view', True)
29 register('preferences.last-view', '')
30
31 diff --git a/app-misc/gramps/gramps-3.4.9-r1.ebuild b/app-misc/gramps/gramps-3.4.9-r1.ebuild
32 index 4ed4bf7..dd3a36a 100644
33 --- a/app-misc/gramps/gramps-3.4.9-r1.ebuild
34 +++ b/app-misc/gramps/gramps-3.4.9-r1.ebuild
35 @@ -4,7 +4,6 @@
36
37 EAPI=6
38 PYTHON_COMPAT=( python2_7 )
39 -GCONF_DEBUG="no"
40
41 inherit gnome2 python-single-r1