summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/cherrytree/cherrytree-0.36.9-r1.ebuild')
-rw-r--r--app-text/cherrytree/cherrytree-0.36.9-r1.ebuild4
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' )
}