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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6E81F158086 for ; Sat, 16 Oct 2021 17:38:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 575BBE0882; Sat, 16 Oct 2021 17:38:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 417C8E0882 for ; Sat, 16 Oct 2021 17:38:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3DF903430F9 for ; Sat, 16 Oct 2021 17:38:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9E0C162 for ; Sat, 16 Oct 2021 17:38:04 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1634405874.4ad61d165ee6fdf9a42b0616f72d5e53633bd48f.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmfsm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/wmfsm/wmfsm-0.36-r1.ebuild X-VCS-Directories: x11-plugins/wmfsm/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 4ad61d165ee6fdf9a42b0616f72d5e53633bd48f X-VCS-Branch: master Date: Sat, 16 Oct 2021 17:38:04 +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: 0ed007cb-0050-43b8-996e-3b802b91d6a0 X-Archives-Hash: 8aac6463c80da9c9bab8cbc0c16b3768 commit: 4ad61d165ee6fdf9a42b0616f72d5e53633bd48f Author: David Seifert gentoo org> AuthorDate: Sat Oct 16 17:37:54 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Oct 16 17:37:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ad61d16 x11-plugins/wmfsm: update EAPI 5 -> 8 Signed-off-by: David Seifert gentoo.org> x11-plugins/wmfsm/wmfsm-0.36-r1.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/x11-plugins/wmfsm/wmfsm-0.36-r1.ebuild b/x11-plugins/wmfsm/wmfsm-0.36-r1.ebuild index c350aba8961..9edd1516785 100644 --- a/x11-plugins/wmfsm/wmfsm-0.36-r1.ebuild +++ b/x11-plugins/wmfsm/wmfsm-0.36-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 inherit autotools @@ -13,7 +13,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" -RDEPEND=">=x11-libs/libdockapp-0.7:= +RDEPEND=" + >=x11-libs/libdockapp-0.7:= x11-libs/libX11 x11-libs/libXext x11-libs/libXt @@ -23,7 +24,5 @@ DEPEND="${RDEPEND} src_prepare() { default - sed -e "/^X11LIBS/s/-I$x_includes //" -i configure.ac || die "sed failed" - eautoreconf }