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 458C9138334 for ; Sun, 13 Oct 2019 11:41:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F1F5E08A2; Sun, 13 Oct 2019 11:41:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 731D2E089E for ; Sun, 13 Oct 2019 11:41:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 84FF734BCD0 for ; Sun, 13 Oct 2019 11:41:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4598E8A6 for ; Sun, 13 Oct 2019 11:40:59 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1570966829.73857cd0d08a0bd3e1eb1d2451b52fa8619839fc.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/gnucash/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/gnucash/gnucash-3.7.ebuild X-VCS-Directories: app-office/gnucash/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 73857cd0d08a0bd3e1eb1d2451b52fa8619839fc X-VCS-Branch: master Date: Sun, 13 Oct 2019 11:40:59 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f334dce2-00a1-45f9-a622-3dde296dda06 X-Archives-Hash: ac7651f8a6b94a952f1fecec5acfa563 commit: 73857cd0d08a0bd3e1eb1d2451b52fa8619839fc Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 6 20:03:42 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 13 11:40:29 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73857cd0 app-office/gnucash: Sorting, drop python3_4 Move xdg_environment_reset into src_prepare Keep variables and deps sorted Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/gnucash/gnucash-3.7.ebuild | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app-office/gnucash/gnucash-3.7.ebuild b/app-office/gnucash/gnucash-3.7.ebuild index 8b7b5d799f5..a78ec12c8fc 100644 --- a/app-office/gnucash/gnucash-3.7.ebuild +++ b/app-office/gnucash/gnucash-3.7.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{4,5,6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit cmake-utils gnome2-utils python-single-r1 xdg-utils @@ -15,12 +15,12 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="aqbanking smartcard debug doc examples gnome-keyring +gui mysql nls ofx - postgres python quotes -register2 sqlite test" +IUSE="aqbanking debug doc examples gnome-keyring +gui mysql nls ofx postgres + python quotes -register2 smartcard sqlite test" REQUIRED_USE=" - smartcard? ( aqbanking ) - python? ( ${PYTHON_REQUIRED_USE} )" + python? ( ${PYTHON_REQUIRED_USE} ) + smartcard? ( aqbanking )" # libdbi version requirement for sqlite taken from bug #455134 # @@ -29,11 +29,11 @@ REQUIRED_USE=" RDEPEND=" >=dev-libs/glib-2.46.0:2 >=dev-libs/libxml2-2.7.0:2 - >=sys-libs/zlib-1.1.4 - >=dev-scheme/guile-2.2.0:12=[deprecated,regex] dev-libs/boost:=[icu,nls] dev-libs/icu:= dev-libs/libxslt + >=dev-scheme/guile-2.2.0:12=[deprecated,regex] + >=sys-libs/zlib-1.1.4 aqbanking? ( >=net-libs/aqbanking-5[ofx?] sys-libs/gwenhywfar @@ -88,7 +88,6 @@ PATCHES=( pkg_setup() { use python && python-single-r1_pkg_setup - xdg_environment_reset } src_unpack() { @@ -100,6 +99,7 @@ src_unpack() { src_prepare() { cmake-utils_src_prepare + xdg_environment_reset # Fix tests writing to /tmp local fixtestfiles=(