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 9BC0915846A for ; Thu, 11 Jan 2024 18:20:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1CCFE2A5F; Thu, 11 Jan 2024 18:20:35 +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 8771CE2A5E for ; Thu, 11 Jan 2024 18:20:35 +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 B0FB43431DD for ; Thu, 11 Jan 2024 18:20:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC5A8AE5 for ; Thu, 11 Jan 2024 18:20:32 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1704997210.e23d5bb6d394d6127ed9756e5198200facdd0115.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/a2jmidid/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/a2jmidid/a2jmidid-9999.ebuild X-VCS-Directories: media-sound/a2jmidid/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: e23d5bb6d394d6127ed9756e5198200facdd0115 X-VCS-Branch: master Date: Thu, 11 Jan 2024 18:20:32 +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: 586ac85d-8bd6-4e83-808c-37fc513b9c08 X-Archives-Hash: c2a21fc04d1a51cae4ce0b8cd7e1e15f commit: e23d5bb6d394d6127ed9756e5198200facdd0115 Author: Miroslav Šulc gentoo org> AuthorDate: Thu Jan 11 18:20:10 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Thu Jan 11 18:20:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e23d5bb6 media-sound/a2jmidid: dropped empty KEYWORDS Signed-off-by: Miroslav Šulc gentoo.org> media-sound/a2jmidid/a2jmidid-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/media-sound/a2jmidid/a2jmidid-9999.ebuild b/media-sound/a2jmidid/a2jmidid-9999.ebuild index 6ae11bfc7506..f09df4ca9c5f 100644 --- a/media-sound/a2jmidid/a2jmidid-9999.ebuild +++ b/media-sound/a2jmidid/a2jmidid-9999.ebuild @@ -16,7 +16,6 @@ EGIT_SUBMODULES=( waf-autooptions waftoolchainflags siginfo ) LICENSE="GPL-2" SLOT="0" -KEYWORDS="" IUSE="dbus" REQUIRED_USE="dbus? ( ${PYTHON_REQUIRED_USE} )"