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 58866139694 for ; Fri, 14 Apr 2017 16:28:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67AB221C07E; Fri, 14 Apr 2017 16:28:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 46F4A21C073 for ; Fri, 14 Apr 2017 16:28:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7FBDF3416A1 for ; Fri, 14 Apr 2017 16:28:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9EA23743D for ; Fri, 14 Apr 2017 16:28:05 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1492187277.f24bbe43e9b5348646d76d775040b94035e5143a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/madplay/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/madplay/madplay-0.15.2b-r1.ebuild X-VCS-Directories: media-sound/madplay/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f24bbe43e9b5348646d76d775040b94035e5143a X-VCS-Branch: master Date: Fri, 14 Apr 2017 16:28:05 +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-Archives-Salt: 170d6c6c-63c4-4fb9-b7d0-3100741c6422 X-Archives-Hash: 0a746927abdbbd13605de052e7c4ae27 commit: f24bbe43e9b5348646d76d775040b94035e5143a Author: Michał Górny gentoo org> AuthorDate: Fri Mar 24 22:29:24 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Apr 14 16:27:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f24bbe43 media-sound/madplay: Replace eutils inherit w/ split eclasses media-sound/madplay/madplay-0.15.2b-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/madplay/madplay-0.15.2b-r1.ebuild b/media-sound/madplay/madplay-0.15.2b-r1.ebuild index 86e6218250a..7a464f05ec3 100644 --- a/media-sound/madplay/madplay-0.15.2b-r1.ebuild +++ b/media-sound/madplay/madplay-0.15.2b-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=4 -inherit autotools eutils +inherit autotools epatch epunt-cxx DESCRIPTION="The MAD audio player" HOMEPAGE="http://www.underbit.com/products/mad/"