From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 13FB259CB4 for ; Wed, 20 Apr 2016 16:54:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0ABC121C018; Wed, 20 Apr 2016 16:54:56 +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 A439221C018 for ; Wed, 20 Apr 2016 16:54:55 +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 65973340B63 for ; Wed, 20 Apr 2016 16:54:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E49E9188 for ; Wed, 20 Apr 2016 16:54:52 +0000 (UTC) From: "Rafael Martins" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rafael Martins" Message-ID: <1461171272.6bdcf339679a7f2e5d1552f1de9f8c0fabca6d7a.rafaelmartins@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/blogc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/blogc/blogc-0.8.1.ebuild app-text/blogc/blogc-9999.ebuild X-VCS-Directories: app-text/blogc/ X-VCS-Committer: rafaelmartins X-VCS-Committer-Name: Rafael Martins X-VCS-Revision: 6bdcf339679a7f2e5d1552f1de9f8c0fabca6d7a X-VCS-Branch: master Date: Wed, 20 Apr 2016 16:54:52 +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: c0555003-3456-48ea-8b5a-f8fb1e459d8d X-Archives-Hash: cc922305ec493f7ea7c4c87c9c971a9a commit: 6bdcf339679a7f2e5d1552f1de9f8c0fabca6d7a Author: Rafael Martins gentoo org> AuthorDate: Wed Apr 20 16:54:32 2016 +0000 Commit: Rafael Martins gentoo org> CommitDate: Wed Apr 20 16:54:32 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bdcf339 app-text/blogc: do not eautoreconf submodules we don't use bundled libraries from submodules, then we don't need to run eautoreconf recursively. the correct fix here would be to disable clonning of submodules, but the git eclass does not support it. Package-Manager: portage-2.2.26 app-text/blogc/blogc-0.8.1.ebuild | 2 +- app-text/blogc/blogc-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/blogc/blogc-0.8.1.ebuild b/app-text/blogc/blogc-0.8.1.ebuild index 19a5461..4a8d832 100644 --- a/app-text/blogc/blogc-0.8.1.ebuild +++ b/app-text/blogc/blogc-0.8.1.ebuild @@ -37,7 +37,7 @@ DEPEND="${DEPEND} dev-util/cmocka )" src_prepare() { - [[ ${PV} = *9999* ]] && eautoreconf + [[ ${PV} = *9999* ]] && AT_NO_RECURSIVE=1 eautoreconf eapply_user default } diff --git a/app-text/blogc/blogc-9999.ebuild b/app-text/blogc/blogc-9999.ebuild index 19a5461..4a8d832 100644 --- a/app-text/blogc/blogc-9999.ebuild +++ b/app-text/blogc/blogc-9999.ebuild @@ -37,7 +37,7 @@ DEPEND="${DEPEND} dev-util/cmocka )" src_prepare() { - [[ ${PV} = *9999* ]] && eautoreconf + [[ ${PV} = *9999* ]] && AT_NO_RECURSIVE=1 eautoreconf eapply_user default }