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/libsndfile/
Date: Fri, 14 Apr 2017 16:28:20
Message-Id: 1492187276.4764f85c5cb8ebc8c3bdcdd673f8f89433a9f6b9.mgorny@gentoo
1 commit: 4764f85c5cb8ebc8c3bdcdd673f8f89433a9f6b9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 24 22:27:23 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 14 16:27:56 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4764f85c
7
8 media-libs/libsndfile: Replace eutils inherit w/ split eclasses
9
10 media-libs/libsndfile/libsndfile-1.0.26.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/media-libs/libsndfile/libsndfile-1.0.26.ebuild b/media-libs/libsndfile/libsndfile-1.0.26.ebuild
14 index bcec0ba1bc6..6943e130e55 100644
15 --- a/media-libs/libsndfile/libsndfile-1.0.26.ebuild
16 +++ b/media-libs/libsndfile/libsndfile-1.0.26.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2015 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 @@ -6,7 +6,7 @@ EAPI=5
24 AUTOTOOLS_AUTORECONF=1
25 AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
26 PYTHON_COMPAT=( python2_7 pypy )
27 -inherit autotools-multilib flag-o-matic python-any-r1
28 +inherit autotools-multilib epunt-cxx flag-o-matic python-any-r1
29
30 MY_P=${P/_pre/pre}