From 4b94535991c7540844f5f1dce2ff8bca5275dd0f Mon Sep 17 00:00:00 2001 From: Ian Delaney Date: Wed, 20 Apr 2016 00:25:42 +0800 Subject: app-text/cherrytree: reset configure phase from previous edit src_configure phase reset to python_configure_all, SRC_URI reduced by substituting with ${PN} Package-Manager: portage-2.2.28 --- app-text/cherrytree/cherrytree-0.36.9-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/cherrytree/cherrytree-0.36.9-r1.ebuild b/app-text/cherrytree/cherrytree-0.36.9-r1.ebuild index d952e2dba678..8f6b2425e572 100644 --- a/app-text/cherrytree/cherrytree-0.36.9-r1.ebuild +++ b/app-text/cherrytree/cherrytree-0.36.9-r1.ebuild @@ -14,7 +14,7 @@ HOMEPAGE='http://www.giuspen.com/cherrytree' LICENSE='GPL-3' SLOT='0' -SRC_URI="https://github.com/giuspen/cherrytree/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/giuspen/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS='~amd64 ~x86' IUSE='nls' @@ -48,7 +48,7 @@ python_prepare_all() { distutils-r1_python_prepare_all } -src_configure() { +python_configure_all() { use nls || mydistutilsargs+=( '--without-gettext' ) } -- cgit v1.2.3-65-gdbad