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 5E83759CB4 for ; Wed, 20 Apr 2016 09:14:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1F1B21C08D; Wed, 20 Apr 2016 09:14:36 +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 135B321C08D for ; Wed, 20 Apr 2016 09:14:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B20BA340BBA for ; Wed, 20 Apr 2016 09:14:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0F3313FF for ; Wed, 20 Apr 2016 09:14:31 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1461143654.52e5e711414bc5b3e803fbbe45c506c484c29df8.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/cherrytree/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/cherrytree/cherrytree-0.36.9-r1.ebuild X-VCS-Directories: app-text/cherrytree/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 52e5e711414bc5b3e803fbbe45c506c484c29df8 X-VCS-Branch: master Date: Wed, 20 Apr 2016 09:14:31 +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: fdd90f12-e6f4-47d6-9f2b-59d096924c72 X-Archives-Hash: 6e5c9a007770f027fa3a08c80339f3ee commit: 52e5e711414bc5b3e803fbbe45c506c484c29df8 Author: Ian Delaney gentoo org> AuthorDate: Tue Apr 19 23:27:34 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Wed Apr 20 09:14:14 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52e5e711 app-text/cherrytree: add a safety net to configure phase Package-Manager: portage-2.2.28 app-text/cherrytree/cherrytree-0.36.9-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-text/cherrytree/cherrytree-0.36.9-r1.ebuild b/app-text/cherrytree/cherrytree-0.36.9-r1.ebuild index 8f6b242..3d8fa89 100644 --- a/app-text/cherrytree/cherrytree-0.36.9-r1.ebuild +++ b/app-text/cherrytree/cherrytree-0.36.9-r1.ebuild @@ -50,6 +50,7 @@ python_prepare_all() { python_configure_all() { use nls || mydistutilsargs+=( '--without-gettext' ) + distutils-r1_python_configure_all } pkg_postinst() {