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 031961396D0 for ; Tue, 29 Aug 2017 23:35:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56B01E0D9E; Tue, 29 Aug 2017 23:35:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 35669E0D9E for ; Tue, 29 Aug 2017 23:35:26 +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 0B76C33BE69 for ; Tue, 29 Aug 2017 23:35:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A434D873D for ; Tue, 29 Aug 2017 23:35:23 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1504049716.d4a2826f6f31e20096e82cfc94db96b24f483526.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/faad2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/faad2/faad2-2.8.1-r1.ebuild X-VCS-Directories: media-libs/faad2/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: d4a2826f6f31e20096e82cfc94db96b24f483526 X-VCS-Branch: master Date: Tue, 29 Aug 2017 23:35:23 +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: 9ba0d916-4849-40df-a462-2d64bdec3d69 X-Archives-Hash: e7b54fce1c733873ff57f3b9721bc289 commit: d4a2826f6f31e20096e82cfc94db96b24f483526 Author: Lars Wendler gentoo org> AuthorDate: Tue Aug 29 23:35:16 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Aug 29 23:35:16 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4a2826f media-libs/faad2: Replaced "eutils" with "ltprune" eclass. Package-Manager: Portage-2.3.8, Repoman-2.3.3 media-libs/faad2/faad2-2.8.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/faad2/faad2-2.8.1-r1.ebuild b/media-libs/faad2/faad2-2.8.1-r1.ebuild index 559e72c939a..870b51eab5c 100644 --- a/media-libs/faad2/faad2-2.8.1-r1.ebuild +++ b/media-libs/faad2/faad2-2.8.1-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools eutils multilib-minimal +inherit autotools ltprune multilib-minimal DESCRIPTION="AAC audio decoding library" HOMEPAGE="http://www.audiocoding.com/faad2.html"