diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-09-04 21:24:11 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-09-04 23:24:30 +0200 |
commit | 857a29b1e8d8db4655b7157517717dd8e96cd92b (patch) | |
tree | 9060f0e93f95b1a9b64b684523ed62dc5e8c9f45 /x11-misc/flow-pomodoro | |
parent | media-sound/pnmixer: update EAPI 7 -> 8 (diff) | |
download | gentoo-857a29b1e8d8db4655b7157517717dd8e96cd92b.tar.gz gentoo-857a29b1e8d8db4655b7157517717dd8e96cd92b.tar.bz2 gentoo-857a29b1e8d8db4655b7157517717dd8e96cd92b.zip |
x11-misc/flow-pomodoro: update EAPI 7 -> 8
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-misc/flow-pomodoro')
-rw-r--r-- | x11-misc/flow-pomodoro/flow-pomodoro-1.2.0-r1.ebuild | 6 |
1 files 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" |