summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-09-10 09:42:21 +0100
committerSam James <sam@gentoo.org>2022-09-10 09:42:21 +0100
commit916c59b85e6e3c7dc6ca73c3868af70e552af4f1 (patch)
treed1e0d08474d07c6805ca1f53c42d0eb2c52b2a4b
parentmedia-libs/flac: fix subslot (ABI broken), wire up AVX (diff)
downloadgentoo-916c59b85e6e3c7dc6ca73c3868af70e552af4f1.tar.gz
gentoo-916c59b85e6e3c7dc6ca73c3868af70e552af4f1.tar.bz2
gentoo-916c59b85e6e3c7dc6ca73c3868af70e552af4f1.zip
media-sound/flack: EAPI 8
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--media-sound/flack/flack-2.0.6.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/media-sound/flack/flack-2.0.6.ebuild b/media-sound/flack/flack-2.0.6.ebuild
index 41d8ac316e8d..75276ea09c4d 100644
--- a/media-sound/flack/flack-2.0.6.ebuild
+++ b/media-sound/flack/flack-2.0.6.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
DESCRIPTION="edit FLAC tags from command line"
HOMEPAGE="https://sourceforge.net/projects/flack/"
@@ -10,9 +10,7 @@ SRC_URI="https://downloads.sourceforge.net/project/${PN}/${PN}/${PV}/${P}.tar.gz
LICENSE="GPL-1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-DEPEND=""
RDEPEND=">=app-shells/bash-3.2
>=media-libs/flac-1.2.1"