aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuciano Degni <degni.public@gmail.com>2022-01-17 21:15:32 +0100
committerLuciano Degni <degni.public@gmail.com>2022-01-17 21:16:46 +0100
commit4803346b3065ac9d06acd303ad8811622008cbdb (patch)
tree8d632b9d9b95181feec13e76e4fc5035b1fa2e9e /app-editors/amp
parentdev-util/rust-analyzer: add 20220117, drop 20220103 (diff)
downloadguru-4803346b3065ac9d06acd303ad8811622008cbdb.tar.gz
guru-4803346b3065ac9d06acd303ad8811622008cbdb.tar.bz2
guru-4803346b3065ac9d06acd303ad8811622008cbdb.zip
app-editors/amp: python_setup function added
Signed-off-by: Luciano Degni <degni.public@gmail.com>
Diffstat (limited to 'app-editors/amp')
-rw-r--r--app-editors/amp/amp-0.6.2.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/app-editors/amp/amp-0.6.2.ebuild b/app-editors/amp/amp-0.6.2.ebuild
index 76be4c161..b74bfbd0b 100644
--- a/app-editors/amp/amp-0.6.2.ebuild
+++ b/app-editors/amp/amp-0.6.2.ebuild
@@ -201,6 +201,9 @@ BDEPEND="
QA_FLAGS_IGNORED="usr/bin/.*"
+python_setup () {
+ default
+}
src_configure() {
cargo_src_configure
}
@@ -211,8 +214,8 @@ src_compile() {
src_install() {
if use doc; then
- local DOCS=( LICENSE README.md CHANGELOG.md documentation/* )
- einstalldocs -r
+ local DOCS=( LICENSE README.md CHANGELOG.md documentation/* )
+ einstalldocs -r
fi
dobin target/release/amp
} \ No newline at end of file