From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F172815ACFB for ; Sun, 23 Apr 2023 08:02:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FE0AE0B29; Sun, 23 Apr 2023 08:02:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2AAF4E0B29 for ; Sun, 23 Apr 2023 08:02:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 295813408CF for ; Sun, 23 Apr 2023 08:02:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD2E5A4E for ; Sun, 23 Apr 2023 08:02:31 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1682236884.e58afb9d71fcc31bb697dc93e65ad311c35a8c30.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/scite/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/scite/scite-5.3.5.ebuild X-VCS-Directories: app-editors/scite/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e58afb9d71fcc31bb697dc93e65ad311c35a8c30 X-VCS-Branch: master Date: Sun, 23 Apr 2023 08:02:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 59f65c33-2c8c-46be-bcce-efe7d89d1e5c X-Archives-Hash: 728a21f32d94613fdcd33659d8482123 commit: e58afb9d71fcc31bb697dc93e65ad311c35a8c30 Author: Sam James gentoo org> AuthorDate: Sun Apr 23 08:01:24 2023 +0000 Commit: Sam James gentoo 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 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"