From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-950211-garchives=archives.gentoo.org@lists.gentoo.org> 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 34041139695 for <garchives@archives.gentoo.org>; Tue, 16 May 2017 17:04:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30217E0C3D; Tue, 16 May 2017 17:04:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 050B0E0C3D for <gentoo-commits@lists.gentoo.org>; Tue, 16 May 2017 17:04:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DE2BF3416AF for <gentoo-commits@lists.gentoo.org>; Tue, 16 May 2017 17:04:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6E227455 for <gentoo-commits@lists.gentoo.org>; Tue, 16 May 2017 17:04:20 +0000 (UTC) From: "Mart Raudsepp" <leio@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" <leio@gentoo.org> Message-ID: <1494954200.8bd8b0c9bcd8a69734aaafce806fbec63f5f0687.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsamplerate/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libsamplerate/libsamplerate-0.1.8-r1.ebuild X-VCS-Directories: media-libs/libsamplerate/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 8bd8b0c9bcd8a69734aaafce806fbec63f5f0687 X-VCS-Branch: master Date: Tue, 16 May 2017 17:04:20 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fe5c9320-6d79-4724-aaa4-ab8f3769ee2b X-Archives-Hash: db963adfc0ee39304e95498a72030d65 commit: 8bd8b0c9bcd8a69734aaafce806fbec63f5f0687 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Tue May 16 17:02:35 2017 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Tue May 16 17:03:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bd8b0c9 media-libs/libsamplerate: drop keywords for security vulnerable version as much as possible Gentoo-bug: 618008 Package-Manager: Portage-2.3.5, Repoman-2.3.2 media-libs/libsamplerate/libsamplerate-0.1.8-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libsamplerate/libsamplerate-0.1.8-r1.ebuild b/media-libs/libsamplerate/libsamplerate-0.1.8-r1.ebuild index 7fb32b20050..05981cf9a5c 100644 --- a/media-libs/libsamplerate/libsamplerate-0.1.8-r1.ebuild +++ b/media-libs/libsamplerate/libsamplerate-0.1.8-r1.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 @@ -13,7 +13,7 @@ SRC_URI="http://www.mega-nerd.com/SRC/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="ia64" IUSE="sndfile static-libs" RDEPEND="sndfile? ( >=media-libs/libsndfile-1.0.2 )