Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-editors/amp/
Date: Thu, 20 Jan 2022 19:21:24
Message-Id: 1642450606.4803346b3065ac9d06acd303ad8811622008cbdb.andrewammerlaan@gentoo
1 commit: 4803346b3065ac9d06acd303ad8811622008cbdb
2 Author: Luciano Degni <degni.public <AT> gmail <DOT> com>
3 AuthorDate: Mon Jan 17 20:15:32 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 17 20:16:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4803346b
7
8 app-editors/amp: python_setup function added
9
10 Signed-off-by: Luciano Degni <degni.public <AT> gmail.com>
11
12 app-editors/amp/amp-0.6.2.ebuild | 7 +++++--
13 1 file changed, 5 insertions(+), 2 deletions(-)
14
15 diff --git a/app-editors/amp/amp-0.6.2.ebuild b/app-editors/amp/amp-0.6.2.ebuild
16 index 76be4c161..b74bfbd0b 100644
17 --- a/app-editors/amp/amp-0.6.2.ebuild
18 +++ b/app-editors/amp/amp-0.6.2.ebuild
19 @@ -201,6 +201,9 @@ BDEPEND="
20
21 QA_FLAGS_IGNORED="usr/bin/.*"
22
23 +python_setup () {
24 + default
25 +}
26 src_configure() {
27 cargo_src_configure
28 }
29 @@ -211,8 +214,8 @@ src_compile() {
30
31 src_install() {
32 if use doc; then
33 - local DOCS=( LICENSE README.md CHANGELOG.md documentation/* )
34 - einstalldocs -r
35 + local DOCS=( LICENSE README.md CHANGELOG.md documentation/* )
36 + einstalldocs -r
37 fi
38 dobin target/release/amp
39 }
40 \ No newline at end of file