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 76E7B138332 for ; Tue, 13 Feb 2018 19:43:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7869EE0AAF; Tue, 13 Feb 2018 19:43:57 +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 594CCE0AAF for ; Tue, 13 Feb 2018 19:43:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6641D335C4E for ; Tue, 13 Feb 2018 19:43:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F07B6211 for ; Tue, 13 Feb 2018 19:43:54 +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: <1518550994.52bb636fd64c7100fd065f0a94482095e6d2a63e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/gwenhywfar/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/gwenhywfar/gwenhywfar-4.19.0.ebuild X-VCS-Directories: sys-libs/gwenhywfar/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 52bb636fd64c7100fd065f0a94482095e6d2a63e X-VCS-Branch: master Date: Tue, 13 Feb 2018 19:43:54 +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: 33257459-f751-4262-b0ef-66a763d99004 X-Archives-Hash: ef15a32cdc73cba1ee37a07fff94e9c0 commit: 52bb636fd64c7100fd065f0a94482095e6d2a63e Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 13 19:27:22 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 13 19:43:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52bb636f sys-libs/gwenhywfar: Add missing eautoreconf Closes: https://bugs.gentoo.org/647478 Package-Manager: Portage-2.3.24, Repoman-2.3.6 sys-libs/gwenhywfar/gwenhywfar-4.19.0.ebuild | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/sys-libs/gwenhywfar/gwenhywfar-4.19.0.ebuild b/sys-libs/gwenhywfar/gwenhywfar-4.19.0.ebuild index df58344a660..4c916a73918 100644 --- a/sys-libs/gwenhywfar/gwenhywfar-4.19.0.ebuild +++ b/sys-libs/gwenhywfar/gwenhywfar-4.19.0.ebuild @@ -3,13 +3,12 @@ EAPI=6 -inherit qmake-utils - MY_P="${P/_beta/beta}" +inherit autotools qmake-utils + DESCRIPTION="A multi-platform helper library for other libraries" HOMEPAGE="https://www.aquamaniac.de/aqbanking/" SRC_URI="https://www.aquamaniac.de/sites/download/download.php?package=01&release=207&file=01&dummy=${MY_P}.tar.gz -> ${MY_P}.tar.gz" -S="${WORKDIR}/${MY_P}" LICENSE="LGPL-2.1" SLOT="0" @@ -19,7 +18,7 @@ IUSE="debug designer doc fox gtk libressl qml qt5 sensors serialport test webkit REQUIRED_USE="designer? ( qt5 ) qml? ( qt5 ) sensors? ( qt5 ) serialport? ( qt5 ) webkit? ( qt5 )" # TODO: not yet required by any revdep. Switch gtk when gnucash is ported. -# gtk3? ( x11-libs/gtk+:3 ) +# gtk3? ( x11-libs/gtk+:3 ) RDEPEND=" dev-libs/libgcrypt:0= dev-libs/libgpg-error @@ -65,6 +64,8 @@ DEPEND="${RDEPEND} # broken upstream, reported but got no reply RESTRICT="test" +S="${WORKDIR}/${MY_P}" + src_prepare() { disableQtModule() { local module @@ -81,6 +82,8 @@ src_prepare() { use serialport || disableQtModule serialport use test || disableQtModule testlib use webkit || disableQtModule webkit webkitwidgets + + eautoreconf } src_configure() {