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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 60E8F158042 for ; Fri, 8 Nov 2024 18:16:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DD0FE08F6; Fri, 8 Nov 2024 18:16:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 014CDE08F6 for ; Fri, 8 Nov 2024 18:16: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1F6D933BF3B for ; Fri, 8 Nov 2024 18:16:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A721F1F41 for ; Fri, 8 Nov 2024 18:16:32 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1731089766.ce84da4dca8ccdcb2b12d06303d6df8c84ece113.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/poedit/poedit-3.5.2.ebuild X-VCS-Directories: app-i18n/poedit/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: ce84da4dca8ccdcb2b12d06303d6df8c84ece113 X-VCS-Branch: master Date: Fri, 8 Nov 2024 18:16:32 +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: a4646907-a169-4d36-b5d5-d1a9236a8ae3 X-Archives-Hash: 7456dd20506f7c175db8006087bbf15d commit: ce84da4dca8ccdcb2b12d06303d6df8c84ece113 Author: Pacho Ramos gentoo org> AuthorDate: Fri Nov 8 17:47:39 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Fri Nov 8 18:16:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce84da4d app-i18n/poedit: unkeyword 3.5.2 for ~hppa, ~sparc webkit USE is globally disabled on those arches Signed-off-by: Pacho Ramos gentoo.org> app-i18n/poedit/poedit-3.5.2.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-i18n/poedit/poedit-3.5.2.ebuild b/app-i18n/poedit/poedit-3.5.2.ebuild index 267ecf3ae4dd..6cd15cd09a31 100644 --- a/app-i18n/poedit/poedit-3.5.2.ebuild +++ b/app-i18n/poedit/poedit-3.5.2.ebuild @@ -6,16 +6,17 @@ EAPI=8 PLOCALES="af an ar az be bg bs ca ckb co cs da de el en_GB es et eu fa fi fr ga gl he hr hu hy id is it ja ka kab kk ko lt lv ms nb nl oc pa pl pt_BR pt_PT ro ru sk sl sq sr sv tg th tr uk uz vi zh_CN zh_TW" WX_GTK_VER=3.2-gtk3 -inherit gnome2-utils plocale wxwidgets xdg +inherit plocale wxwidgets xdg DESCRIPTION="GUI gettext translations editor" HOMEPAGE="https://poedit.net" SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.gz" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" LICENSE="MIT" SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" + RDEPEND=" app-text/gtkspell:3 x11-libs/gtk+:3