commit:     4dc3928dcf1a4b0c54443c87d4194952b421d537
Author:     Luciano Degni <degni.public <AT> gmail <DOT> com>
AuthorDate: Mon Jan 17 19:34:24 2022 +0000
Commit:     Luciano Degni <degni.public <AT> gmail <DOT> com>
CommitDate: Mon Jan 17 19:34:24 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4dc3928d

app-editors/amp: modified REQUIRED_USE

Signed-off-by: Luciano Degni <degni.public <AT> gmail.com>

 app-editors/amp/amp-0.6.2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-editors/amp/amp-0.6.2.ebuild b/app-editors/amp/amp-0.6.2.ebuild
index b8c501f12..c89b7022e 100644
--- a/app-editors/amp/amp-0.6.2.ebuild
+++ b/app-editors/amp/amp-0.6.2.ebuild
@@ -182,7 +182,7 @@ LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD MIT 
MPL-2.0 Unlicense"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE="doc"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+#REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="
        x11-libs/libxcb
@@ -212,8 +212,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

Reply via email to