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 8AD54158020 for ; Wed, 16 Nov 2022 21:07:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87448E0871; Wed, 16 Nov 2022 21:07:29 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6B866E0871 for ; Wed, 16 Nov 2022 21:07:29 +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 5AECA340DFD for ; Wed, 16 Nov 2022 21:07:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0C8773E for ; Wed, 16 Nov 2022 21:07:26 +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: <1668632596.54a1f180de48c30993e8fcab237ff50d95faab99.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kbookmarks/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kbookmarks/kbookmarks-9999.ebuild X-VCS-Directories: kde-frameworks/kbookmarks/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 54a1f180de48c30993e8fcab237ff50d95faab99 X-VCS-Branch: master Date: Wed, 16 Nov 2022 21:07:26 +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: 96328c82-f8a4-4c95-bda8-bb18d47358eb X-Archives-Hash: ccb6ef40087deb688e9133291b4b57f2 commit: 54a1f180de48c30993e8fcab237ff50d95faab99 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Nov 16 21:03:16 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Nov 16 21:03:16 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=54a1f180 kde-frameworks/kbookmarks: Drop IUSE nls It is non-optional. Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kbookmarks/kbookmarks-9999.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/kde-frameworks/kbookmarks/kbookmarks-9999.ebuild b/kde-frameworks/kbookmarks/kbookmarks-9999.ebuild index 392552b969..e89c059864 100644 --- a/kde-frameworks/kbookmarks/kbookmarks-9999.ebuild +++ b/kde-frameworks/kbookmarks/kbookmarks-9999.ebuild @@ -12,11 +12,8 @@ DESCRIPTION="Framework for managing bookmarks stored in XBEL format" LICENSE="LGPL-2+" KEYWORDS="" -IUSE="nls" +IUSE="" -BDEPEND=" - nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 ) -" RDEPEND=" >=dev-qt/qtdbus-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5 @@ -32,3 +29,4 @@ RDEPEND=" DEPEND="${RDEPEND} >=kde-frameworks/kconfigwidgets-${PVCUT}:5 " +BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5"