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 EC957138335 for ; Sat, 15 Sep 2018 11:58:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C19FCE09C7; Sat, 15 Sep 2018 11:58:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B85AE09BA for ; Sat, 15 Sep 2018 11:58:31 +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 286DA335CF2 for ; Sat, 15 Sep 2018 11:58:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80F1F3DA for ; Sat, 15 Sep 2018 11:58:28 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1537012697.472d3322cba66a60dd280bcdfbb1dc6bc3647602.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sbc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/sbc/sbc-1.3.ebuild X-VCS-Directories: media-libs/sbc/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 472d3322cba66a60dd280bcdfbb1dc6bc3647602 X-VCS-Branch: master Date: Sat, 15 Sep 2018 11:58:28 +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: 43c488fe-0dea-49a3-83b4-5bee990c4b17 X-Archives-Hash: d9cc4b6cf0728419a9973aec3e2d502d commit: 472d3322cba66a60dd280bcdfbb1dc6bc3647602 Author: Pacho Ramos gentoo org> AuthorDate: Sat Sep 15 11:47:52 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Sep 15 11:58:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=472d3322 media-libs/sbc: Bump eapi Package-Manager: Portage-2.3.49, Repoman-2.3.10 media-libs/sbc/sbc-1.3.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/media-libs/sbc/sbc-1.3.ebuild b/media-libs/sbc/sbc-1.3.ebuild index b753ddb7ee6..7fbec217db8 100644 --- a/media-libs/sbc/sbc-1.3.ebuild +++ b/media-libs/sbc/sbc-1.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -inherit eutils multilib multilib-minimal +EAPI=7 +inherit multilib multilib-minimal DESCRIPTION="An audio codec to connect bluetooth high quality audio devices like headphones or loudspeakers" HOMEPAGE="https://git.kernel.org/?p=bluetooth/sbc.git http://www.bluez.org/sbc-10/" @@ -29,5 +29,5 @@ multilib_src_configure() { multilib_src_install_all() { einstalldocs - prune_libtool_files + find "${D}" -name '*.la' -delete || die }