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 827BC158041 for ; Thu, 28 Mar 2024 14:10:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 118ACE2A37; Thu, 28 Mar 2024 14:10:14 +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 E7F4EE2A37 for ; Thu, 28 Mar 2024 14:10:13 +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 0721D342F65 for ; Thu, 28 Mar 2024 14:10:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 134741601 for ; Thu, 28 Mar 2024 14:10: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: <1711634981.0c1060e82d1d270be4313af3cf8651b9c5f59a58.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/dmenu/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/dmenu/dmenu-9999.ebuild X-VCS-Directories: x11-misc/dmenu/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 0c1060e82d1d270be4313af3cf8651b9c5f59a58 X-VCS-Branch: master Date: Thu, 28 Mar 2024 14:10: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: 3992d598-aeb0-4d9c-ba8d-0b1b4f93a4b8 X-Archives-Hash: 11704e9581ef983903341c7501534326 commit: 0c1060e82d1d270be4313af3cf8651b9c5f59a58 Author: Conrad Kostecki gentoo org> AuthorDate: Thu Mar 28 14:07:42 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Mar 28 14:09:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c1060e8 x11-misc/dmenu: update live ebuild Signed-off-by: Conrad Kostecki gentoo.org> x11-misc/dmenu/dmenu-9999.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/x11-misc/dmenu/dmenu-9999.ebuild b/x11-misc/dmenu/dmenu-9999.ebuild index 49e950d0bb94..9fc2e0ca88da 100644 --- a/x11-misc/dmenu/dmenu-9999.ebuild +++ b/x11-misc/dmenu/dmenu-9999.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 + inherit git-r3 savedconfig toolchain-funcs DESCRIPTION="a generic, highly customizable, and efficient menu for the X Window System" @@ -10,13 +11,12 @@ EGIT_REPO_URI="https://git.suckless.org/dmenu" LICENSE="MIT" SLOT="0" -KEYWORDS="" IUSE="xinerama" RDEPEND=" media-libs/fontconfig x11-libs/libX11 - x11-libs/libXft + >=x11-libs/libXft-2.3.5 xinerama? ( x11-libs/libXinerama ) " DEPEND="${RDEPEND} @@ -25,7 +25,7 @@ DEPEND="${RDEPEND} BDEPEND="virtual/pkgconfig" PATCHES=( - "${FILESDIR}"/${PN}-4.9-gentoo.patch + "${FILESDIR}"/${PN}-5.2-gentoo.patch ) src_prepare() {