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 3F6AA158020 for ; Wed, 16 Nov 2022 21:33:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB91AE0932; Wed, 16 Nov 2022 21:33:17 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 C2282E092E for ; Wed, 16 Nov 2022 21:33:17 +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 06DB7340D9B for ; Wed, 16 Nov 2022 21:33:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E71B756 for ; Wed, 16 Nov 2022 21:33:14 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1668634367.074ad15c605c8ecec49c355e3cc53f1218f07bb9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kcrash/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kcrash/kcrash-5.100.0.ebuild kde-frameworks/kcrash/kcrash-5.99.0.ebuild X-VCS-Directories: kde-frameworks/kcrash/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 074ad15c605c8ecec49c355e3cc53f1218f07bb9 X-VCS-Branch: master Date: Wed, 16 Nov 2022 21:33:14 +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: 0e3d246f-1494-40d7-a2cb-b5fc6e738515 X-Archives-Hash: 4fbde91e49e07f6a12d2ccfd06069a54 commit: 074ad15c605c8ecec49c355e3cc53f1218f07bb9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Nov 16 21:03:58 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Nov 16 21:32:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=074ad15c kde-frameworks/kcrash: Drop IUSE nls It is non-optional. Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kcrash/kcrash-5.100.0.ebuild | 7 +++---- kde-frameworks/kcrash/kcrash-5.99.0.ebuild | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/kde-frameworks/kcrash/kcrash-5.100.0.ebuild b/kde-frameworks/kcrash/kcrash-5.100.0.ebuild index bc93f71a3c35..12d72472865c 100644 --- a/kde-frameworks/kcrash/kcrash-5.100.0.ebuild +++ b/kde-frameworks/kcrash/kcrash-5.100.0.ebuild @@ -10,9 +10,10 @@ VIRTUALX_REQUIRED="test" inherit ecm frameworks.kde.org DESCRIPTION="Framework for intercepting and handling application crashes" + LICENSE="LGPL-2+" KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" -IUSE="nls X" +IUSE="X" # requires running Plasma environment RESTRICT="test" @@ -30,9 +31,7 @@ DEPEND="${RDEPEND} X? ( x11-base/xorg-proto ) test? ( >=dev-qt/qtwidgets-${QTMIN}:5 ) " -BDEPEND=" - nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 ) -" +BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5" src_configure() { local mycmakeargs=( diff --git a/kde-frameworks/kcrash/kcrash-5.99.0.ebuild b/kde-frameworks/kcrash/kcrash-5.99.0.ebuild index 0d4af1c3e557..3b3e5882e25f 100644 --- a/kde-frameworks/kcrash/kcrash-5.99.0.ebuild +++ b/kde-frameworks/kcrash/kcrash-5.99.0.ebuild @@ -10,9 +10,10 @@ VIRTUALX_REQUIRED="test" inherit ecm frameworks.kde.org DESCRIPTION="Framework for intercepting and handling application crashes" + LICENSE="LGPL-2+" KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86" -IUSE="nls X" +IUSE="X" # requires running Plasma environment RESTRICT="test" @@ -30,9 +31,7 @@ DEPEND="${RDEPEND} X? ( x11-base/xorg-proto ) test? ( >=dev-qt/qtwidgets-${QTMIN}:5 ) " -BDEPEND=" - nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 ) -" +BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5" src_configure() { local mycmakeargs=(