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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9C9C315813A for ; Thu, 09 Jan 2025 15:13:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEEAFE0718; Thu, 09 Jan 2025 15:13:12 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C3A81E0718 for ; Thu, 09 Jan 2025 15:13:12 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DC7E0342FDA for ; Thu, 09 Jan 2025 15:13:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E09511B5 for ; Thu, 09 Jan 2025 15:13:10 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1736435495.05e2021cb1bf2da66f8f73fdb738002cdf9051d0.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/j4-dmenu-desktop/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/j4-dmenu-desktop/j4-dmenu-desktop-3.2.ebuild X-VCS-Directories: x11-misc/j4-dmenu-desktop/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 05e2021cb1bf2da66f8f73fdb738002cdf9051d0 X-VCS-Branch: master Date: Thu, 09 Jan 2025 15:13:10 +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: e6c97e6e-8e38-4b97-a998-685f20a4cb9b X-Archives-Hash: 92232ddda98d2fe48f85244987e03eb8 commit: 05e2021cb1bf2da66f8f73fdb738002cdf9051d0 Author: Conrad Kostecki gentoo org> AuthorDate: Thu Jan 9 13:12:04 2025 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Jan 9 15:11:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05e2021c x11-misc/j4-dmenu-desktop: amd64 stable Signed-off-by: Conrad Kostecki gentoo.org> x11-misc/j4-dmenu-desktop/j4-dmenu-desktop-3.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/j4-dmenu-desktop/j4-dmenu-desktop-3.2.ebuild b/x11-misc/j4-dmenu-desktop/j4-dmenu-desktop-3.2.ebuild index e56bc1b3ab29..02f617f75d58 100644 --- a/x11-misc/j4-dmenu-desktop/j4-dmenu-desktop-3.2.ebuild +++ b/x11-misc/j4-dmenu-desktop/j4-dmenu-desktop-3.2.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 @@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-${MY_PV}" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="+dmenu test" RESTRICT="!test? ( test )"