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 D5039158020 for ; Wed, 16 Nov 2022 21:07:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD7EBE0924; Wed, 16 Nov 2022 21:07:30 +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 A7D11E0920 for ; Wed, 16 Nov 2022 21:07:30 +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 EC347340E8C for ; Wed, 16 Nov 2022 21:07:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 650E7759 for ; Wed, 16 Nov 2022 21:07:27 +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: <1668632647.a6a7492cbf9c0fe0ec5a6c02a8b4bfb206e8c569.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesignerplugin/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kdesignerplugin/kdesignerplugin-9999.ebuild X-VCS-Directories: kde-frameworks/kdesignerplugin/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a6a7492cbf9c0fe0ec5a6c02a8b4bfb206e8c569 X-VCS-Branch: master Date: Wed, 16 Nov 2022 21:07:27 +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: daa79fa8-8272-4958-ad37-1182e66c66dc X-Archives-Hash: 04d7e6f0b75be05769e4bca61f22d803 commit: a6a7492cbf9c0fe0ec5a6c02a8b4bfb206e8c569 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Nov 16 21:04:07 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Nov 16 21:04:07 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a6a7492c kde-frameworks/kdesignerplugin: Drop IUSE nls It is non-optional. Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdesignerplugin/kdesignerplugin-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/kdesignerplugin/kdesignerplugin-9999.ebuild b/kde-frameworks/kdesignerplugin/kdesignerplugin-9999.ebuild index 8ac60a84cd..21379aea1e 100644 --- a/kde-frameworks/kdesignerplugin/kdesignerplugin-9999.ebuild +++ b/kde-frameworks/kdesignerplugin/kdesignerplugin-9999.ebuild @@ -14,11 +14,11 @@ DESCRIPTION="Framework providing plugins to use KDE frameworks widgets in QtDesi LICENSE="LGPL-2.1+" KEYWORDS="" -IUSE="nls" +IUSE="" DEPEND=" =kde-frameworks/kconfig-${PVCUT}*:5 =kde-frameworks/kcoreaddons-${PVCUT}*:5 " RDEPEND="${DEPEND}" -BDEPEND="nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )" +BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5"