app-editors/amp: modified REQUIRED_USE

Signed-off-by: Luciano Degni <degni.public@gmail.com>
This commit is contained in:
Luciano Degni
2022-01-17 20:34:24 +01:00
parent 9d2a3ce860
commit 4dc3928dcf

View File

@@ -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
}