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 F1232139694 for ; Fri, 14 Apr 2017 16:28:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C35121C054; Fri, 14 Apr 2017 16:28:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3623F21C060 for ; Fri, 14 Apr 2017 16:28:10 +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 19877341691 for ; Fri, 14 Apr 2017 16:28:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 773F8743B 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: <1492187276.cc3bc512827cd2c640e2a7179bee2cc5f31217d1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmad/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libmad/libmad-0.15.1b-r8.ebuild X-VCS-Directories: media-libs/libmad/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: cc3bc512827cd2c640e2a7179bee2cc5f31217d1 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: 26fa5ebe-dcfa-4965-af1a-6d0e74e577b8 X-Archives-Hash: 0964c1a91272566987e26cf2bc74e022 commit: cc3bc512827cd2c640e2a7179bee2cc5f31217d1 Author: Michał Górny gentoo org> AuthorDate: Fri Mar 24 22:23:19 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Apr 14 16:27:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc3bc512 media-libs/libmad: Replace eutils inherit w/ split eclasses media-libs/libmad/libmad-0.15.1b-r8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libmad/libmad-0.15.1b-r8.ebuild b/media-libs/libmad/libmad-0.15.1b-r8.ebuild index 6c7d808e0e6..50520a655d2 100644 --- a/media-libs/libmad/libmad-0.15.1b-r8.ebuild +++ b/media-libs/libmad/libmad-0.15.1b-r8.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit eutils autotools libtool flag-o-matic multilib-minimal +inherit autotools epatch flag-o-matic libtool ltprune multilib-minimal DESCRIPTION="\"M\"peg \"A\"udio \"D\"ecoder library" HOMEPAGE="http://mad.sourceforge.net"