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:22
Message-Id: 1642448064.4dc3928dcf1a4b0c54443c87d4194952b421d537.andrewammerlaan@gentoo
1 commit: 4dc3928dcf1a4b0c54443c87d4194952b421d537
2 Author: Luciano Degni <degni.public <AT> gmail <DOT> com>
3 AuthorDate: Mon Jan 17 19:34:24 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 17 19:34:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4dc3928d
7
8 app-editors/amp: modified REQUIRED_USE
9
10 Signed-off-by: Luciano Degni <degni.public <AT> gmail.com>
11
12 app-editors/amp/amp-0.6.2.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 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 b8c501f12..c89b7022e 100644
17 --- a/app-editors/amp/amp-0.6.2.ebuild
18 +++ b/app-editors/amp/amp-0.6.2.ebuild
19 @@ -182,7 +182,7 @@ LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD MIT MPL-2.0 Unlicense"
20 SLOT="0"
21 KEYWORDS="~amd64"
22 IUSE="doc"
23 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
24 +#REQUIRED_USE="${PYTHON_REQUIRED_USE}"
25
26 DEPEND="
27 x11-libs/libxcb
28 @@ -212,8 +212,8 @@ src_compile() {
29
30 src_install() {
31 if use doc; then
32 - local DOCS=( LICENSE README.md CHANGELOG.md documentation/* )
33 - einstalldocs -r
34 + local DOCS=( LICENSE README.md CHANGELOG.md documentation/* )
35 + einstalldocs -r
36 fi
37 dobin target/release/amp
38 }
39 \ No newline at end of file