diff options
author | Sam James <sam@gentoo.org> | 2023-04-23 09:01:24 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-23 09:01:24 +0100 |
commit | e58afb9d71fcc31bb697dc93e65ad311c35a8c30 (patch) | |
tree | 7143fe203b103703cc258ce9be97f420323659a0 /app-editors/scite | |
parent | app-editors/scite: add 5.3.5 (diff) | |
download | gentoo-e58afb9d71fcc31bb697dc93e65ad311c35a8c30.tar.gz gentoo-e58afb9d71fcc31bb697dc93e65ad311c35a8c30.tar.bz2 gentoo-e58afb9d71fcc31bb697dc93e65ad311c35a8c30.zip |
app-editors/scite: fixup atk dep
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors/scite')
-rw-r--r-- | app-editors/scite/scite-5.3.5.ebuild | 12 |
1 files 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" |