commit: 857a29b1e8d8db4655b7157517717dd8e96cd92b Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Sep 4 19:24:11 2023 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Sep 4 21:24:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=857a29b1
x11-misc/flow-pomodoro: update EAPI 7 -> 8 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> x11-misc/flow-pomodoro/flow-pomodoro-1.2.0-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-misc/flow-pomodoro/flow-pomodoro-1.2.0-r1.ebuild b/x11-misc/flow-pomodoro/flow-pomodoro-1.2.0-r1.ebuild index bd7d62f1034a..ec465111b73a 100644 --- a/x11-misc/flow-pomodoro/flow-pomodoro-1.2.0-r1.ebuild +++ b/x11-misc/flow-pomodoro/flow-pomodoro-1.2.0-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake -DESCRIPTION="A pomodoro app that blocks distractions while you work" +DESCRIPTION="Pomodoro app that blocks distractions while you work" HOMEPAGE="https://github.com/iamsergio/flow-pomodoro" SRC_URI="https://github.com/iamsergio/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
