diff options
author | Ian Delaney <idella4@gentoo.org> | 2016-04-20 00:25:42 +0800 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-04-20 01:09:32 +0800 |
commit | 4b94535991c7540844f5f1dce2ff8bca5275dd0f (patch) | |
tree | abf2f9af96374532b99474fba0478c13ad71f7d5 /app-text/cherrytree | |
parent | app-emulation/wine: Fix GCC-5.3 warning in 1.9.7 (diff) | |
download | gentoo-4b94535991c7540844f5f1dce2ff8bca5275dd0f.tar.gz gentoo-4b94535991c7540844f5f1dce2ff8bca5275dd0f.tar.bz2 gentoo-4b94535991c7540844f5f1dce2ff8bca5275dd0f.zip |
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
Diffstat (limited to 'app-text/cherrytree')
-rw-r--r-- | app-text/cherrytree/cherrytree-0.36.9-r1.ebuild | 4 |
1 files 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' ) } |