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 B64F815813A for ; Fri, 03 Jan 2025 10:42:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63A88E086D; Fri, 03 Jan 2025 10:42:21 +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 4686CE086D for ; Fri, 03 Jan 2025 10:42:21 +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 3873C33BE32 for ; Fri, 03 Jan 2025 10:42:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9AC681909 for ; Fri, 03 Jan 2025 10:42:18 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1735900912.4191e5596e54be55cf63d7a5d798fb16cae17358.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/rofi/rofi-9999.ebuild X-VCS-Directories: x11-misc/rofi/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 4191e5596e54be55cf63d7a5d798fb16cae17358 X-VCS-Branch: master Date: Fri, 03 Jan 2025 10:42:18 +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: c6302c0f-1c3c-4b49-94d2-addbed5cebc2 X-Archives-Hash: 9f08b85fd99c391b21fd76d8ed5a3313 commit: 4191e5596e54be55cf63d7a5d798fb16cae17358 Author: Florian Schmaus gentoo org> AuthorDate: Fri Jan 3 10:39:30 2025 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Fri Jan 3 10:41:52 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4191e559 x11-misc/rofi: sync live Signed-off-by: Florian Schmaus gentoo.org> x11-misc/rofi/rofi-9999.ebuild | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/x11-misc/rofi/rofi-9999.ebuild b/x11-misc/rofi/rofi-9999.ebuild index d1d57fe871c1..99c15ca7964b 100644 --- a/x11-misc/rofi/rofi-9999.ebuild +++ b/x11-misc/rofi/rofi-9999.ebuild @@ -42,9 +42,17 @@ RDEPEND=" DEPEND=" ${RDEPEND} x11-base/xorg-proto + x11-libs/xcb-util-keysyms test? ( >=dev-libs/check-0.11 ) " +DOCS=( + AUTHORS + Changelog + Examples/ + README.md +) + src_configure() { # Doesn't work with reflex, bug #887049 export LEX=flex