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 EA398158020 for ; Tue, 27 Dec 2022 10:46:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3186EE08F4; Tue, 27 Dec 2022 10:46:02 +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 11380E08F2 for ; Tue, 27 Dec 2022 10:46:02 +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 20471340B7E for ; Tue, 27 Dec 2022 10:46:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 947D36F8 for ; Tue, 27 Dec 2022 10:45:59 +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: <1672137845.897b68a56391f69fe4cb90049871f2188b7ed48d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/rofi/rofi-1.7.3-r1.ebuild x11-misc/rofi/rofi-1.7.5.ebuild X-VCS-Directories: x11-misc/rofi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 897b68a56391f69fe4cb90049871f2188b7ed48d X-VCS-Branch: master Date: Tue, 27 Dec 2022 10:45:59 +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: ad6a1348-90e6-4ac0-9647-d67709910e18 X-Archives-Hash: 1a69a458aac49074c2ab79381713319c commit: 897b68a56391f69fe4cb90049871f2188b7ed48d Author: Petrus Zhao gmail com> AuthorDate: Tue Dec 27 10:30:13 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 27 10:44:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=897b68a5 x11-misc/rofi: add flex version requirement Closes: https://bugs.gentoo.org/887049 Signed-off-by: Petrus Zhao gmail.com> Closes: https://github.com/gentoo/gentoo/pull/28842 Signed-off-by: Sam James gentoo.org> x11-misc/rofi/rofi-1.7.3-r1.ebuild | 2 +- x11-misc/rofi/rofi-1.7.5.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/rofi/rofi-1.7.3-r1.ebuild b/x11-misc/rofi/rofi-1.7.3-r1.ebuild index f3c69c98bc62..d88c80ce18f7 100644 --- a/x11-misc/rofi/rofi-1.7.3-r1.ebuild +++ b/x11-misc/rofi/rofi-1.7.3-r1.ebuild @@ -17,7 +17,7 @@ RESTRICT="!test? ( test )" BDEPEND=" sys-devel/bison - sys-devel/flex + >=sys-devel/flex-2.5.39 virtual/pkgconfig " RDEPEND=" diff --git a/x11-misc/rofi/rofi-1.7.5.ebuild b/x11-misc/rofi/rofi-1.7.5.ebuild index 83071b30f34a..4125a5c5a387 100644 --- a/x11-misc/rofi/rofi-1.7.5.ebuild +++ b/x11-misc/rofi/rofi-1.7.5.ebuild @@ -17,7 +17,7 @@ RESTRICT="!test? ( test )" BDEPEND=" sys-devel/bison - sys-devel/flex + >=sys-devel/flex-2.5.39 virtual/pkgconfig " RDEPEND="