aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuciano Degni <degni.public@gmail.com>2022-01-17 20:34:24 +0100
committerLuciano Degni <degni.public@gmail.com>2022-01-17 20:34:24 +0100
commit4dc3928dcf1a4b0c54443c87d4194952b421d537 (patch)
tree3408046daaa2746f69577d858383120dbef21281 /app-editors
parentapp-editors/amp: modified remote-id (diff)
downloadguru-4dc3928dcf1a4b0c54443c87d4194952b421d537.tar.gz
guru-4dc3928dcf1a4b0c54443c87d4194952b421d537.tar.bz2
guru-4dc3928dcf1a4b0c54443c87d4194952b421d537.zip
app-editors/amp: modified REQUIRED_USE
Signed-off-by: Luciano Degni <degni.public@gmail.com>
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/amp/amp-0.6.2.ebuild6
1 files 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