commit:     3d0bbbca2119bc50f10c6a0e5fa5449f18fade00
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu Dec 28 17:57:37 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Dec 31 02:43:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d0bbbca

x11-misc/sent: EAPI8 bump

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/34520
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 x11-misc/sent/sent-1-r1.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/x11-misc/sent/sent-1-r1.ebuild b/x11-misc/sent/sent-1-r1.ebuild
index 6780cb174a4f..87fe2dfa950e 100644
--- a/x11-misc/sent/sent-1-r1.ebuild
+++ b/x11-misc/sent/sent-1-r1.ebuild
@@ -1,12 +1,14 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
+
 inherit savedconfig toolchain-funcs
 
 DESCRIPTION="Simple plaintext presentation tool"
 HOMEPAGE="https://tools.suckless.org/sent/";
 SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz";
+S="${WORKDIR}"
 
 LICENSE="MIT"
 SLOT="0"
@@ -21,7 +23,6 @@ RDEPEND="
        ${DEPEND}
        !savedconfig? ( media-gfx/farbfeld )
 "
-S=${WORKDIR}
 
 src_prepare() {
        default

Reply via email to