Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/madplay/
Date: Fri, 14 Apr 2017 16:28:23
Message-Id: 1492187277.f24bbe43e9b5348646d76d775040b94035e5143a.mgorny@gentoo
1 commit: f24bbe43e9b5348646d76d775040b94035e5143a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 24 22:29:24 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 14 16:27:57 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f24bbe43
7
8 media-sound/madplay: Replace eutils inherit w/ split eclasses
9
10 media-sound/madplay/madplay-0.15.2b-r1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/media-sound/madplay/madplay-0.15.2b-r1.ebuild b/media-sound/madplay/madplay-0.15.2b-r1.ebuild
14 index 86e6218250a..7a464f05ec3 100644
15 --- a/media-sound/madplay/madplay-0.15.2b-r1.ebuild
16 +++ b/media-sound/madplay/madplay-0.15.2b-r1.ebuild
17 @@ -2,7 +2,7 @@
18 # Distributed under the terms of the GNU General Public License v2
19
20 EAPI=4
21 -inherit autotools eutils
22 +inherit autotools epatch epunt-cxx
23
24 DESCRIPTION="The MAD audio player"
25 HOMEPAGE="http://www.underbit.com/products/mad/"