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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B079E138334 for ; Tue, 10 Dec 2019 19:07:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFE19E0992; Tue, 10 Dec 2019 19:07:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BEC2AE0992 for ; Tue, 10 Dec 2019 19:07:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D4B6F34D91A for ; Tue, 10 Dec 2019 19:07:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C989895 for ; Tue, 10 Dec 2019 19:07:54 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1576004868.5bba50938c93f5b2101a20bab5434ff172265fd0.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/flac123/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/flac123/flac123-0.0.12.ebuild X-VCS-Directories: media-sound/flac123/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 5bba50938c93f5b2101a20bab5434ff172265fd0 X-VCS-Branch: master Date: Tue, 10 Dec 2019 19:07:54 +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: e19fcd8a-e037-4288-a94a-8f78a864f07e X-Archives-Hash: 68fcb6b7cee2ef833e9c660fffc14279 commit: 5bba50938c93f5b2101a20bab5434ff172265fd0 Author: Aaron Bauman gentoo org> AuthorDate: Tue Dec 10 19:07:29 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Tue Dec 10 19:07:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bba5093 media-sound/flac123: port to EAPI 7 Signed-off-by: Aaron Bauman gentoo.org> media-sound/flac123/flac123-0.0.12.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-sound/flac123/flac123-0.0.12.ebuild b/media-sound/flac123/flac123-0.0.12.ebuild index bf451bafd80..8f91f3ce7b5 100644 --- a/media-sound/flac123/flac123-0.0.12.ebuild +++ b/media-sound/flac123/flac123-0.0.12.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=7 + inherit autotools DESCRIPTION="console app for playing FLAC audio files" @@ -19,8 +20,7 @@ RDEPEND="dev-libs/popt media-libs/libogg" DEPEND="${RDEPEND}" -DOCS="AUTHORS BUGS ChangeLog NEWS README*" - src_prepare() { eautoreconf + default }