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 67C7C1382E6 for ; Mon, 4 Jul 2016 08:56:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9850DE0B0B; Mon, 4 Jul 2016 08:56:37 +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 4C888E0B0B for ; Mon, 4 Jul 2016 08:56:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4C256340D5E for ; Mon, 4 Jul 2016 08:56:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07BE02435 for ; Mon, 4 Jul 2016 08:56:34 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1467622581.adb662dfd09def3fe6474494f850d1cf2500fd2a.aballier@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.27.ebuild X-VCS-Directories: media-libs/libsndfile/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: adb662dfd09def3fe6474494f850d1cf2500fd2a X-VCS-Branch: master Date: Mon, 4 Jul 2016 08:56:34 +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: 2f17e6d4-ece6-416a-bd17-718a9f226238 X-Archives-Hash: 75fa14283a3e2e8dd7fbcd945c991765 commit: adb662dfd09def3fe6474494f850d1cf2500fd2a Author: Alexis Ballier gentoo org> AuthorDate: Mon Jul 4 08:56:21 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Jul 4 08:56:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adb662df media-libs/libsndfile: drop unused test useflag Package-Manager: portage-2.3.0 media-libs/libsndfile/libsndfile-1.0.27.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libsndfile/libsndfile-1.0.27.ebuild b/media-libs/libsndfile/libsndfile-1.0.27.ebuild index c314290..8716eba 100644 --- a/media-libs/libsndfile/libsndfile-1.0.27.ebuild +++ b/media-libs/libsndfile/libsndfile-1.0.27.ebuild @@ -22,7 +22,7 @@ fi LICENSE="LGPL-2.1" 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 ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="alsa minimal sqlite static-libs test" +IUSE="alsa minimal sqlite static-libs" RDEPEND=" !minimal? ( >=media-libs/flac-1.2.1-r5[${MULTILIB_USEDEP}]