From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E05811382F6 for ; Fri, 8 Jul 2016 18:29:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2A7FE0941; Fri, 8 Jul 2016 18:29:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9CD19E0941 for ; Fri, 8 Jul 2016 18:29:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8766C340F66 for ; Fri, 8 Jul 2016 18:29:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBC0A2443 for ; Fri, 8 Jul 2016 18:29:43 +0000 (UTC) From: "Austin English" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Austin English" Message-ID: <1468002537.e38867b2b69044eb64ed641e848376864f3a81dd.wizardedit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/gramps/, app-misc/gramps/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/gramps/files/gramps-3.4.0-use_bsddb3.patch app-misc/gramps/gramps-3.4.9-r1.ebuild X-VCS-Directories: app-misc/gramps/files/ app-misc/gramps/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: e38867b2b69044eb64ed641e848376864f3a81dd X-VCS-Branch: master Date: Fri, 8 Jul 2016 18:29:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4ad63736-c58a-4c26-9ec6-c7c13fd3628d X-Archives-Hash: 9a862219c773e35fbdacdebb8dce6469 commit: e38867b2b69044eb64ed641e848376864f3a81dd Author: Austin English gentoo org> AuthorDate: Fri Jul 8 18:28:10 2016 +0000 Commit: Austin English gentoo 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