Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/flack/
Date: Sat, 10 Sep 2022 09:01:06
Message-Id: 1662799341.916c59b85e6e3c7dc6ca73c3868af70e552af4f1.sam@gentoo
1 commit: 916c59b85e6e3c7dc6ca73c3868af70e552af4f1
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 10 08:42:21 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 10 08:42:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=916c59b8
7
8 media-sound/flack: EAPI 8
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-sound/flack/flack-2.0.6.ebuild | 6 ++----
13 1 file changed, 2 insertions(+), 4 deletions(-)
14
15 diff --git a/media-sound/flack/flack-2.0.6.ebuild b/media-sound/flack/flack-2.0.6.ebuild
16 index 41d8ac316e8d..75276ea09c4d 100644
17 --- a/media-sound/flack/flack-2.0.6.ebuild
18 +++ b/media-sound/flack/flack-2.0.6.ebuild
19 @@ -1,7 +1,7 @@
20 -# Copyright 1999-2019 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=7
25 +EAPI=8
26
27 DESCRIPTION="edit FLAC tags from command line"
28 HOMEPAGE="https://sourceforge.net/projects/flack/"
29 @@ -10,9 +10,7 @@ SRC_URI="https://downloads.sourceforge.net/project/${PN}/${PN}/${PV}/${P}.tar.gz
30 LICENSE="GPL-1"
31 SLOT="0"
32 KEYWORDS="~amd64 ~x86"
33 -IUSE=""
34
35 -DEPEND=""
36 RDEPEND=">=app-shells/bash-3.2
37 >=media-libs/flac-1.2.1"