commit:     e58afb9d71fcc31bb697dc93e65ad311c35a8c30
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 23 08:01:24 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 23 08:01:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e58afb9d

app-editors/scite: fixup atk dep

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-editors/scite/scite-5.3.5.ebuild | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/app-editors/scite/scite-5.3.5.ebuild 
b/app-editors/scite/scite-5.3.5.ebuild
index c761fa526ceb..0eab49a0696b 100644
--- a/app-editors/scite/scite-5.3.5.ebuild
+++ b/app-editors/scite/scite-5.3.5.ebuild
@@ -19,20 +19,18 @@ IUSE="lua"
 REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"
 
 RDEPEND="
-       dev-libs/atk
+       >=app-accessibility/at-spi2-core-2.46.0
        dev-libs/glib:2
        x11-libs/cairo
        x11-libs/gdk-pixbuf:2
        x11-libs/gtk+:3
        x11-libs/pango
-       lua? ( ${LUA_DEPS} )"
-
+       lua? ( ${LUA_DEPS} )
+"
 DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
-BDEPEND="
-       virtual/pkgconfig"
-
-DOCS=("../README")
+DOCS=( "../README" )
 
 S="${WORKDIR}/${PN}/gtk"
 

Reply via email to