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 0CE021382C5 for ; Wed, 9 Jun 2021 13:28:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41DE3E078A; Wed, 9 Jun 2021 13:28:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2698EE0788 for ; Wed, 9 Jun 2021 13:28:39 +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 63175340B54 for ; Wed, 9 Jun 2021 13:28:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B27B679D for ; Wed, 9 Jun 2021 13:28:35 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1623245307.188c224d2c98847b6d32174d22eefcda87112887.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qmmp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/qmmp/qmmp-9999.ebuild X-VCS-Directories: media-sound/qmmp/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 188c224d2c98847b6d32174d22eefcda87112887 X-VCS-Branch: master Date: Wed, 9 Jun 2021 13:28:35 +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: 469bf8af-5f74-4282-bfea-ef2aae0de695 X-Archives-Hash: e4afcb99eb853e342d269679a334fe61 commit: 188c224d2c98847b6d32174d22eefcda87112887 Author: Lars Wendler gentoo org> AuthorDate: Wed Jun 9 13:13:22 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Jun 9 13:28:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=188c224d media-sound/qmmp: Synced live ebuild Signed-off-by: Lars Wendler gentoo.org> media-sound/qmmp/qmmp-9999.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/media-sound/qmmp/qmmp-9999.ebuild b/media-sound/qmmp/qmmp-9999.ebuild index 45e48d80e0d..8bd1b63268e 100644 --- a/media-sound/qmmp/qmmp-9999.ebuild +++ b/media-sound/qmmp/qmmp-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -58,10 +58,10 @@ RDEPEND=" virtual/jack ) ladspa? ( media-plugins/cmt-plugins ) - mad? ( || ( - media-libs/libmad - media-sound/mpg123 - ) ) + mad? ( + media-libs/libmad:= + media-sound/mpg123:= + ) midi? ( media-sound/wildmidi ) mms? ( media-libs/libmms ) modplug? ( >=media-libs/libmodplug-0.8.4 )