From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id A25991581F0 for ; Wed, 22 Jan 2025 19:39:12 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 82847342F64 for ; Wed, 22 Jan 2025 19:39:12 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5D2CA1103F0; Wed, 22 Jan 2025 19:39:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 bobolink.gentoo.org (Postfix) with ESMTPS id 50AAD1103F0 for ; Wed, 22 Jan 2025 19:39:11 +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 01B3434069F for ; Wed, 22 Jan 2025 19:39:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DA98E65 for ; Wed, 22 Jan 2025 19:39:09 +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: <1737574740.d3b4c82b1af231972cb3521b5f4f28017e8d57b6.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: games-kids/gcompris/ X-VCS-Repository: proj/kde X-VCS-Files: games-kids/gcompris/gcompris-9999.ebuild X-VCS-Directories: games-kids/gcompris/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d3b4c82b1af231972cb3521b5f4f28017e8d57b6 X-VCS-Branch: master Date: Wed, 22 Jan 2025 19:39:09 +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: 0b1627b0-e005-4d4e-862f-26f43672b8be X-Archives-Hash: 32b3ffa5bf544c17d62ca4d19f112fa8 commit: d3b4c82b1af231972cb3521b5f4f28017e8d57b6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jan 22 19:29:21 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jan 22 19:39:00 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d3b4c82b games-kids/gcompris: Add missing dev-qt/qtsensors:6[qml] USEdep Signed-off-by: Andreas Sturmlechner gentoo.org> games-kids/gcompris/gcompris-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games-kids/gcompris/gcompris-9999.ebuild b/games-kids/gcompris/gcompris-9999.ebuild index 2851a84467..a8f17e9da2 100644 --- a/games-kids/gcompris/gcompris-9999.ebuild +++ b/games-kids/gcompris/gcompris-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -32,6 +32,7 @@ DEPEND=" " RDEPEND="${DEPEND} >=dev-qt/qtmultimedia-${QTMIN}:6[qml] + >=dev-qt/qtsensors-${QTMIN}:6[qml] " BDEPEND=" >=dev-qt/qttools-${QTMIN}:6[linguist]