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 E8D8C138334 for ; Sun, 10 Mar 2019 22:46:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F5B7E0DB9; Sun, 10 Mar 2019 22:46:32 +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 DDDACE0DB9 for ; Sun, 10 Mar 2019 22:46: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 DC6ED335D1F for ; Sun, 10 Mar 2019 22:46:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33A44565 for ; Sun, 10 Mar 2019 22:46:28 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1552257950.c77106d62e361e3a5e7b9b744375da7555211155.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/alure/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/alure/alure-1.2-r1.ebuild X-VCS-Directories: media-libs/alure/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c77106d62e361e3a5e7b9b744375da7555211155 X-VCS-Branch: master Date: Sun, 10 Mar 2019 22:46: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 28725d11-95db-4d9c-9f88-05a35d82b76a X-Archives-Hash: 998b46880158d8f07f3f38957c5cb848 commit: c77106d62e361e3a5e7b9b744375da7555211155 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 10 21:31:58 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 10 22:45:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c77106d6 media-libs/alure: Add missing media-sound/fluidsynth slot op Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/alure/alure-1.2-r1.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/media-libs/alure/alure-1.2-r1.ebuild b/media-libs/alure/alure-1.2-r1.ebuild index 40d2702d0c6..24092bba44b 100644 --- a/media-libs/alure/alure-1.2-r1.ebuild +++ b/media-libs/alure/alure-1.2-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit cmake-utils @@ -14,10 +14,11 @@ SLOT="0" KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="dumb examples flac fluidsynth mp3 sndfile static-libs vorbis" -RDEPEND=">=media-libs/openal-1.1 +RDEPEND=" + >=media-libs/openal-1.1 dumb? ( media-libs/dumb ) flac? ( media-libs/flac ) - fluidsynth? ( >=media-sound/fluidsynth-1.1.1 ) + fluidsynth? ( >=media-sound/fluidsynth-1.1.1:= ) mp3? ( media-sound/mpg123 ) sndfile? ( media-libs/libsndfile ) vorbis? ( media-libs/libvorbis )"