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 E838915800A for ; Tue, 25 Jul 2023 08:12:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34CADE08EF; Tue, 25 Jul 2023 08:12:27 +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 EC874E08EF for ; Tue, 25 Jul 2023 08:12:26 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2AB1F3414B0 for ; Tue, 25 Jul 2023 08:12:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8901EACD for ; Tue, 25 Jul 2023 08:12:24 +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: <1690272693.6275f620912b11907345c375e56426c165012ab0.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/kirigami-addons/ X-VCS-Repository: proj/kde X-VCS-Files: dev-libs/kirigami-addons/kirigami-addons-9999.ebuild X-VCS-Directories: dev-libs/kirigami-addons/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6275f620912b11907345c375e56426c165012ab0 X-VCS-Branch: master Date: Tue, 25 Jul 2023 08:12:24 +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: ee445f03-d60f-435e-8915-0af08b616517 X-Archives-Hash: 31695f2e1355881d1adb61c76f8b8eae commit: 6275f620912b11907345c375e56426c165012ab0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jul 25 08:08:49 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jul 25 08:11:33 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6275f620 dev-libs/kirigami-addons: Add new RDEPEND, sync KEYWORDS Upstream commits: 93f79dec602a8b2767f9813dabd1b3feb90bdb43 620b77ce208199f54bec35fc69ebd090b8d442ec In the meantime got ~loong keyworded in ::gentoo. Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/kirigami-addons/kirigami-addons-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/kirigami-addons/kirigami-addons-9999.ebuild b/dev-libs/kirigami-addons/kirigami-addons-9999.ebuild index 3bfb132d16..3afa354f71 100644 --- a/dev-libs/kirigami-addons/kirigami-addons-9999.ebuild +++ b/dev-libs/kirigami-addons/kirigami-addons-9999.ebuild @@ -11,7 +11,7 @@ inherit ecm kde.org if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" fi DESCRIPTION="Visual end user components for Kirigami-based applications" @@ -29,6 +29,7 @@ COMMON_DEPEND=" >=kde-frameworks/kirigami-${KFMIN}:5 " RDEPEND="${COMMON_DEPEND} + >=dev-qt/qtgraphicaleffects-${QTMIN}:5 >=kde-frameworks/plasma-${KFMIN}:5 >=kde-frameworks/qqc2-desktop-style-${KFMIN}:5 "