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 2818515802E for ; Mon, 1 Jul 2024 17:03:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E1902BC01B; Mon, 1 Jul 2024 17:03:07 +0000 (UTC) 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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 531F12BC01B for ; Mon, 1 Jul 2024 17:03:07 +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 5617733B864 for ; Mon, 1 Jul 2024 17:03:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2AB515F7 for ; Mon, 1 Jul 2024 17:03:04 +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: <1719853374.9084ad3c99c5c41a0810f094217293de0c6830b5.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-sound/elisa/ X-VCS-Repository: proj/kde X-VCS-Files: media-sound/elisa/elisa-24.05.49.9999.ebuild media-sound/elisa/elisa-9999.ebuild X-VCS-Directories: media-sound/elisa/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9084ad3c99c5c41a0810f094217293de0c6830b5 X-VCS-Branch: master Date: Mon, 1 Jul 2024 17:03:04 +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: a4d5fa4a-a609-4aab-85b1-231e250ac2bb X-Archives-Hash: f5677d329421ad26ae20d9a31a8c0b4a commit: 9084ad3c99c5c41a0810f094217293de0c6830b5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jul 1 17:02:05 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jul 1 17:02:54 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9084ad3c media-sound/elisa: Set IUSE +mpris (enabled by default) As it would be expected. Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/elisa/elisa-24.05.49.9999.ebuild | 2 +- media-sound/elisa/elisa-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/elisa/elisa-24.05.49.9999.ebuild b/media-sound/elisa/elisa-24.05.49.9999.ebuild index 1d23622092..bfc6779ffd 100644 --- a/media-sound/elisa/elisa-24.05.49.9999.ebuild +++ b/media-sound/elisa/elisa-24.05.49.9999.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://apps.kde.org/elisa/" LICENSE="LGPL-3+" SLOT="6" KEYWORDS="" -IUSE="mpris vlc" +IUSE="+mpris vlc" RESTRICT="test" diff --git a/media-sound/elisa/elisa-9999.ebuild b/media-sound/elisa/elisa-9999.ebuild index 1d23622092..bfc6779ffd 100644 --- a/media-sound/elisa/elisa-9999.ebuild +++ b/media-sound/elisa/elisa-9999.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://apps.kde.org/elisa/" LICENSE="LGPL-3+" SLOT="6" KEYWORDS="" -IUSE="mpris vlc" +IUSE="+mpris vlc" RESTRICT="test"