commit: 4b94535991c7540844f5f1dce2ff8bca5275dd0f
Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 19 16:25:42 2016 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Tue Apr 19 17:09:32 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b945359
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 d952e2d..8f6b242 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' )
}