commit: 4803346b3065ac9d06acd303ad8811622008cbdb
Author: Luciano Degni <degni.public <AT> gmail <DOT> com>
AuthorDate: Mon Jan 17 20:15:32 2022 +0000
Commit: Luciano Degni <degni.public <AT> gmail <DOT> com>
CommitDate: Mon Jan 17 20:16:46 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4803346b
app-editors/amp: python_setup function added
Signed-off-by: Luciano Degni <degni.public <AT> gmail.com>
app-editors/amp/amp-0.6.2.ebuild | 7 +++++--
1 file 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