aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-astronomy/weightwatcher/weightwatcher-9999.ebuild')
-rw-r--r--sci-astronomy/weightwatcher/weightwatcher-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-astronomy/weightwatcher/weightwatcher-9999.ebuild b/sci-astronomy/weightwatcher/weightwatcher-9999.ebuild
index 71aa61c05..5fce0b093 100644
--- a/sci-astronomy/weightwatcher/weightwatcher-9999.ebuild
+++ b/sci-astronomy/weightwatcher/weightwatcher-9999.ebuild
@@ -5,7 +5,7 @@
EAPI=5
if [[ ${PV} == "9999" ]] ; then
- _SVN=subversion
+ inherit subversion
ESVN_REPO_URI="https://astromatic.net/pubsvn/software/${PN}/trunk"
SRC_URI=""
KEYWORDS=""
@@ -14,10 +14,10 @@ else
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
fi
-AUTOTOOLS_AUTORECONF=1
+#AUTOTOOLS_AUTORECONF=1
AUTOTOOLS_IN_SOURCE_BUILD=1
-inherit ${_SVN} autotools-utils
+inherit autotools-utils
DESCRIPTION="Combine weight maps and polygon for astronomical images weighting"
HOMEPAGE="http://www.astromatic.net/software/weightwatcher/"