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 C370515817D for ; Sun, 23 Jun 2024 17:12:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 060B82BC014; Sun, 23 Jun 2024 17:12:40 +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 C984E2BC014 for ; Sun, 23 Jun 2024 17:12:39 +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 B6276340C20 for ; Sun, 23 Jun 2024 17:12:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B7D81ABE for ; Sun, 23 Jun 2024 17:12:37 +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: <1719162710.fa2d8a39bd63cf2df0c38739d6cb8b495aef1f82.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/libplasma/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/libplasma/libplasma-6.1.49.9999.ebuild kde-plasma/libplasma/libplasma-9999.ebuild X-VCS-Directories: kde-plasma/libplasma/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fa2d8a39bd63cf2df0c38739d6cb8b495aef1f82 X-VCS-Branch: master Date: Sun, 23 Jun 2024 17:12:37 +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: 86da69c0-c98f-48cd-916b-026c4c55d9dc X-Archives-Hash: e9123163410ec2f50c937e32bac2ebe9 commit: fa2d8a39bd63cf2df0c38739d6cb8b495aef1f82 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 23 17:11:50 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jun 23 17:11:50 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=fa2d8a39 kde-plasma/libplasma: Drop obsolete IUSE wayland Amends 5bbec5dbc5f03bf398b648d1e81d74ea83d9e7de Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/libplasma/libplasma-6.1.49.9999.ebuild | 2 +- kde-plasma/libplasma/libplasma-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-plasma/libplasma/libplasma-6.1.49.9999.ebuild b/kde-plasma/libplasma/libplasma-6.1.49.9999.ebuild index f191a90801..72e60e7803 100644 --- a/kde-plasma/libplasma/libplasma-6.1.49.9999.ebuild +++ b/kde-plasma/libplasma/libplasma-6.1.49.9999.ebuild @@ -16,7 +16,7 @@ DESCRIPTION="Plasma library and runtime components based upon KF6 and Qt6" LICENSE="LGPL-2+" SLOT="6" KEYWORDS="" -IUSE="gles2-only wayland" +IUSE="gles2-only" RESTRICT="test" diff --git a/kde-plasma/libplasma/libplasma-9999.ebuild b/kde-plasma/libplasma/libplasma-9999.ebuild index 5495c7e534..3cfb509e7c 100644 --- a/kde-plasma/libplasma/libplasma-9999.ebuild +++ b/kde-plasma/libplasma/libplasma-9999.ebuild @@ -16,7 +16,7 @@ DESCRIPTION="Plasma library and runtime components based upon KF6 and Qt6" LICENSE="LGPL-2+" SLOT="6" KEYWORDS="" -IUSE="gles2-only wayland" +IUSE="gles2-only" RESTRICT="test"