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-libs/a52dec/
Date: Fri, 14 Apr 2017 17:03:55
Message-Id: 1492189419.de1a253d9cd317cac29dde4641f58880be2923d9.mgorny@gentoo
1 commit: de1a253d9cd317cac29dde4641f58880be2923d9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 14 16:39:10 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 14 17:03:39 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de1a253d
7
8 media-libs/a52dec: Also update inherits for -r7
9
10 media-libs/a52dec/a52dec-0.7.4-r7.ebuild | 5 +++--
11 1 file changed, 3 insertions(+), 2 deletions(-)
12
13 diff --git a/media-libs/a52dec/a52dec-0.7.4-r7.ebuild b/media-libs/a52dec/a52dec-0.7.4-r7.ebuild
14 index 5d777068f61..66e18ef381d 100644
15 --- a/media-libs/a52dec/a52dec-0.7.4-r7.ebuild
16 +++ b/media-libs/a52dec/a52dec-0.7.4-r7.ebuild
17 @@ -1,8 +1,9 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 -inherit autotools eutils flag-o-matic multilib-minimal
24 +# eutils for einstalldocs
25 +inherit autotools epatch eutils flag-o-matic ltprune multilib-minimal
26
27 DESCRIPTION="library for decoding ATSC A/52 streams used in DVD"
28 HOMEPAGE="http://liba52.sourceforge.net/"