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 BF84315ACFB for ; Sun, 16 Apr 2023 12:36:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBE21E0998; Sun, 16 Apr 2023 12:36:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7F26EE099B for ; Sun, 16 Apr 2023 12:36:18 +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 8A65033F6A5 for ; Sun, 16 Apr 2023 12:36:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C26F8A4E for ; Sun, 16 Apr 2023 12:36:14 +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: <1681648533.7ce50ea96a8519443365a2e386ef35bc16b7bef0.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xwrits/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xwrits/xwrits-2.26-r1.ebuild x11-misc/xwrits/xwrits-2.26-r2.ebuild X-VCS-Directories: x11-misc/xwrits/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 7ce50ea96a8519443365a2e386ef35bc16b7bef0 X-VCS-Branch: master Date: Sun, 16 Apr 2023 12:36:14 +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: 463a0714-ad10-40cc-9a5d-30adb298e7ce X-Archives-Hash: fcce0c458c38c45549259a4f20510238 commit: 7ce50ea96a8519443365a2e386ef35bc16b7bef0 Author: David Seifert gentoo org> AuthorDate: Sun Apr 16 12:35:33 2023 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Apr 16 12:35:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ce50ea9 x11-misc/xwrits: update EAPI 6 -> 8 Signed-off-by: David Seifert gentoo.org> x11-misc/xwrits/{xwrits-2.26-r1.ebuild => xwrits-2.26-r2.ebuild} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-misc/xwrits/xwrits-2.26-r1.ebuild b/x11-misc/xwrits/xwrits-2.26-r2.ebuild similarity index 83% rename from x11-misc/xwrits/xwrits-2.26-r1.ebuild rename to x11-misc/xwrits/xwrits-2.26-r2.ebuild index 5e94357dfc64..f9f3b1d1d1b2 100644 --- a/x11-misc/xwrits/xwrits-2.26-r1.ebuild +++ b/x11-misc/xwrits/xwrits-2.26-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DESCRIPTION="Reminds you to take wrist breaks to help you prevent repetitive stress injury" HOMEPAGE="http://www.lcdf.org/xwrits/" @@ -10,9 +10,9 @@ SRC_URI="http://www.lcdf.org/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" -IUSE="" -RDEPEND="x11-libs/libX11 +RDEPEND=" + x11-libs/libX11 x11-libs/libXext x11-libs/libXinerama" DEPEND="${RDEPEND}