Skip to content

Commit

Permalink
x11-misc/sent: EAPI8 bump
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Mair-Keimberger <[email protected]>
Closes: gentoo#34520
Signed-off-by: Conrad Kostecki <[email protected]>
  • Loading branch information
mm1ke authored and ConiKost committed Dec 31, 2023
1 parent 9f2f94e commit 3d0bbbc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions x11-misc/sent/sent-1-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -21,7 +23,6 @@ RDEPEND="
${DEPEND}
!savedconfig? ( media-gfx/farbfeld )
"
S=${WORKDIR}

src_prepare() {
default
Expand Down

0 comments on commit 3d0bbbc

Please sign in to comment.