From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 31761158012 for ; Sat, 10 Sep 2022 09:01:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A10BE07DB; Sat, 10 Sep 2022 09:01:05 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 612C6E07DB for ; Sat, 10 Sep 2022 09:01:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8B75A340F2D for ; Sat, 10 Sep 2022 09:01:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1CF1599 for ; Sat, 10 Sep 2022 09:01:02 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1662799341.916c59b85e6e3c7dc6ca73c3868af70e552af4f1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/flack/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/flack/flack-2.0.6.ebuild X-VCS-Directories: media-sound/flack/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 916c59b85e6e3c7dc6ca73c3868af70e552af4f1 X-VCS-Branch: master Date: Sat, 10 Sep 2022 09:01:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d142d902-81c5-4f21-8f47-cfaae5400ebd X-Archives-Hash: a8c3177e04059bb999be862e3c46bc46 commit: 916c59b85e6e3c7dc6ca73c3868af70e552af4f1 Author: Sam James gentoo org> AuthorDate: Sat Sep 10 08:42:21 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Sep 10 08:42:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=916c59b8 media-sound/flack: EAPI 8 Signed-off-by: Sam James gentoo.org> media-sound/flack/flack-2.0.6.ebuild | 6 ++---- 1 file 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"