diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-03-24 23:27:23 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-04-14 18:27:56 +0200 |
commit | 4764f85c5cb8ebc8c3bdcdd673f8f89433a9f6b9 (patch) | |
tree | de7894ba9e1a05ae7e8c519ab98793d03af4cb18 /media-libs | |
parent | media-libs/libmad: Replace eutils inherit w/ split eclasses (diff) | |
download | gentoo-4764f85c5cb8ebc8c3bdcdd673f8f89433a9f6b9.tar.gz gentoo-4764f85c5cb8ebc8c3bdcdd673f8f89433a9f6b9.tar.bz2 gentoo-4764f85c5cb8ebc8c3bdcdd673f8f89433a9f6b9.zip |
media-libs/libsndfile: Replace eutils inherit w/ split eclasses
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libsndfile/libsndfile-1.0.26.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libsndfile/libsndfile-1.0.26.ebuild b/media-libs/libsndfile/libsndfile-1.0.26.ebuild index bcec0ba1bc64..6943e130e554 100644 --- a/media-libs/libsndfile/libsndfile-1.0.26.ebuild +++ b/media-libs/libsndfile/libsndfile-1.0.26.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 AUTOTOOLS_AUTORECONF=1 AUTOTOOLS_PRUNE_LIBTOOL_FILES=all PYTHON_COMPAT=( python2_7 pypy ) -inherit autotools-multilib flag-o-matic python-any-r1 +inherit autotools-multilib epunt-cxx flag-o-matic python-any-r1 MY_P=${P/_pre/pre} |