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 53AC8139694 for ; Fri, 14 Apr 2017 17:03:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DE62E0C9A; Fri, 14 Apr 2017 17:03:53 +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 7E37DE0C9A for ; Fri, 14 Apr 2017 17:03:53 +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 2DFFE3415A2 for ; Fri, 14 Apr 2017 17:03:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C9837410 for ; Fri, 14 Apr 2017 17:03:50 +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: <1492189422.46176c3a3cb8fa9b08f9ece2fc9e7a09a970b496.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/faac/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/faac/faac-1.28-r4.ebuild X-VCS-Directories: media-libs/faac/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 46176c3a3cb8fa9b08f9ece2fc9e7a09a970b496 X-VCS-Branch: master Date: Fri, 14 Apr 2017 17:03:50 +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: bec77530-7c93-465b-af83-62e54ec13082 X-Archives-Hash: 85ec3703aab5ada06b9d247f722b61b6 commit: 46176c3a3cb8fa9b08f9ece2fc9e7a09a970b496 Author: Michał Górny gentoo org> AuthorDate: Fri Apr 14 16:40:06 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Apr 14 17:03:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46176c3a media-libs/faac: Readd eutils inherit for einstalldocs media-libs/faac/faac-1.28-r4.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-libs/faac/faac-1.28-r4.ebuild b/media-libs/faac/faac-1.28-r4.ebuild index 352a1d58b1a..85b75c7ab8e 100644 --- a/media-libs/faac/faac-1.28-r4.ebuild +++ b/media-libs/faac/faac-1.28-r4.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools epatch epunt-cxx ltprune multilib-minimal +# eutils for einstalldocs +inherit autotools epatch epunt-cxx eutils ltprune multilib-minimal DESCRIPTION="Free MPEG-4 audio codecs by AudioCoding.com" HOMEPAGE="http://www.audiocoding.com"