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 826E9158009 for ; Fri, 30 Jun 2023 04:24:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B31BE084F; Fri, 30 Jun 2023 04:24:08 +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 7E5F2E084F for ; Fri, 30 Jun 2023 04:24:08 +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 58217340F81 for ; Fri, 30 Jun 2023 04:24:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CAF9AAC2 for ; Fri, 30 Jun 2023 04:24:05 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1688097511.9743f11f418697f49a8541418001a583b2c39dcb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/mate-notification-daemon/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/mate-notification-daemon/mate-notification-daemon-1.26.0-r1.ebuild x11-misc/mate-notification-daemon/mate-notification-daemon-1.26.0.ebuild X-VCS-Directories: x11-misc/mate-notification-daemon/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9743f11f418697f49a8541418001a583b2c39dcb X-VCS-Branch: master Date: Fri, 30 Jun 2023 04:24:05 +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: 67539e0a-7439-44b3-a2d2-858cfa955be7 X-Archives-Hash: fe41a5064746e988748ffd387f39afe1 commit: 9743f11f418697f49a8541418001a583b2c39dcb Author: Sam James gentoo org> AuthorDate: Fri Jun 30 03:58:31 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jun 30 03:58:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9743f11f x11-misc/mate-notification-daemon: fix configure args Fixes: fb46e0952c2ca64f9b4816379d66ccab0cd35164 Cloess: https://bugs.gentoo.org/908974 Signed-off-by: Sam James gentoo.org> ...daemon-1.26.0.ebuild => mate-notification-daemon-1.26.0-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.26.0.ebuild b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.26.0-r1.ebuild similarity index 94% rename from x11-misc/mate-notification-daemon/mate-notification-daemon-1.26.0.ebuild rename to x11-misc/mate-notification-daemon/mate-notification-daemon-1.26.0-r1.ebuild index d34108e27c33..0a02cc9cd01d 100644 --- a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.26.0.ebuild +++ b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.26.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -50,7 +50,7 @@ DEPEND="${COMMON_DEPEND} src_configure() { mate_src_configure \ - $(use_enable nls) + $(use_enable nls) \ $(use_enable X x11) \ $(use_enable wayland) }