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 E66BF158020 for ; Wed, 16 Nov 2022 21:33:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D2D9E0938; Wed, 16 Nov 2022 21:33:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 9DBF0E093D for ; Wed, 16 Nov 2022 21:33:18 +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 6459C340F3B 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 79092760 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.ccf56e205d9481c128200b17fc12590dff83108a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kholidays/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kholidays/kholidays-5.100.0.ebuild kde-frameworks/kholidays/kholidays-5.99.0.ebuild X-VCS-Directories: kde-frameworks/kholidays/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ccf56e205d9481c128200b17fc12590dff83108a 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: a4eaf14c-9c08-474f-bc94-df0c786636ca X-Archives-Hash: 94f6efef5b0701b7b3bd0ee5eca5d3cf commit: ccf56e205d9481c128200b17fc12590dff83108a Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Nov 16 21:04:21 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=ccf56e20 kde-frameworks/kholidays: Drop IUSE nls It is non-optional. Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kholidays/kholidays-5.100.0.ebuild | 11 ++++------- kde-frameworks/kholidays/kholidays-5.99.0.ebuild | 11 ++++------- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/kde-frameworks/kholidays/kholidays-5.100.0.ebuild b/kde-frameworks/kholidays/kholidays-5.100.0.ebuild index 6331b9327761..52228ac7a59f 100644 --- a/kde-frameworks/kholidays/kholidays-5.100.0.ebuild +++ b/kde-frameworks/kholidays/kholidays-5.100.0.ebuild @@ -9,17 +9,14 @@ QTMIN=5.15.5 inherit ecm frameworks.kde.org DESCRIPTION="Library to determine holidays and other special events for a geographical region" + LICENSE="LGPL-2.1+" KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" -IUSE="nls" +IUSE="" -BDEPEND=" - nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 ) -" -DEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5 -" +DEPEND=">=dev-qt/qtdeclarative-${QTMIN}:5" RDEPEND="${DEPEND}" +BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5" src_test() { # bug 624214 diff --git a/kde-frameworks/kholidays/kholidays-5.99.0.ebuild b/kde-frameworks/kholidays/kholidays-5.99.0.ebuild index 5f2c1fec63a3..ac42f4820383 100644 --- a/kde-frameworks/kholidays/kholidays-5.99.0.ebuild +++ b/kde-frameworks/kholidays/kholidays-5.99.0.ebuild @@ -9,17 +9,14 @@ QTMIN=5.15.5 inherit ecm frameworks.kde.org DESCRIPTION="Library to determine holidays and other special events for a geographical region" + LICENSE="LGPL-2.1+" KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86" -IUSE="nls" +IUSE="" -BDEPEND=" - nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 ) -" -DEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5 -" +DEPEND=">=dev-qt/qtdeclarative-${QTMIN}:5" RDEPEND="${DEPEND}" +BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5" src_test() { # bug 624214