commit:     9cabb2a0ec0e6c97e0305c733ddbb21eb4677624
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 11:27:15 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 11:27:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9cabb2a0

app-editors/amp: disable py3.7, add missing PYTHON_DEPS

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

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

diff --git a/app-editors/amp/amp-0.6.2.ebuild b/app-editors/amp/amp-0.6.2.ebuild
index a8f78f782..0b4f231aa 100644
--- a/app-editors/amp/amp-0.6.2.ebuild
+++ b/app-editors/amp/amp-0.6.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..9} )
 
 CRATES="
        aho-corasick-0.5.3
@@ -183,15 +183,13 @@ KEYWORDS="~amd64"
 IUSE="doc"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-DEPEND="
+DEPEND="${PYTHON_DEPS}
        x11-libs/libxcb
        dev-lang/python-exec[native-symlinks]
 "
 
-RDEPEND="
-       ${DEPEND}
-       !app-editors/${PN}-bin
-"
+RDEPEND="${DEPEND}"
+
 BDEPEND="
        ${DEPEND}
        ${PYTHON_DEPS}

Reply via email to