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 A7866139694 for ; Fri, 14 Apr 2017 16:28:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 186DE21C06D; Fri, 14 Apr 2017 16:28:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E84EA21C06D for ; Fri, 14 Apr 2017 16:28:15 +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 1D672341693 for ; Fri, 14 Apr 2017 16:28:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AD86743C for ; Fri, 14 Apr 2017 16:28:05 +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: <1492187276.4764f85c5cb8ebc8c3bdcdd673f8f89433a9f6b9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsndfile/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libsndfile/libsndfile-1.0.26.ebuild X-VCS-Directories: media-libs/libsndfile/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4764f85c5cb8ebc8c3bdcdd673f8f89433a9f6b9 X-VCS-Branch: master Date: Fri, 14 Apr 2017 16:28:05 +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: f1d89f89-dd86-461c-a4d6-50a7c442776f X-Archives-Hash: 54e4e63e30737374677a0904d140ab64 commit: 4764f85c5cb8ebc8c3bdcdd673f8f89433a9f6b9 Author: Michał Górny gentoo org> AuthorDate: Fri Mar 24 22:27:23 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Apr 14 16:27:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4764f85c media-libs/libsndfile: Replace eutils inherit w/ split eclasses media-libs/libsndfile/libsndfile-1.0.26.ebuild | 4 ++-- 1 file 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 bcec0ba1bc6..6943e130e55 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}