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 B5707158F56 for ; Mon, 16 Aug 2021 21:28:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3CD1E0869; Mon, 16 Aug 2021 21:28:52 +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 98336E0869 for ; Mon, 16 Aug 2021 21:28:52 +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 B4682335DB6 for ; Mon, 16 Aug 2021 21:28:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36EE88D3 for ; Mon, 16 Aug 2021 21:28:48 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1629148962.e60609e38f29c6f23e90d363b564bb82bb66bd20.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mpg321/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/mpg321/mpg321-0.3.2.ebuild X-VCS-Directories: media-sound/mpg321/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e60609e38f29c6f23e90d363b564bb82bb66bd20 X-VCS-Branch: master Date: Mon, 16 Aug 2021 21:28:48 +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: da970294-85d3-4537-8db1-759513468523 X-Archives-Hash: ec24c488823eb2c9aacf55538fac9dc8 commit: e60609e38f29c6f23e90d363b564bb82bb66bd20 Author: Sam James gentoo org> AuthorDate: Mon Aug 16 21:20:14 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 16 21:22:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e60609e3 media-sound/mpg321: add missing slot operator dep (libid3tag) Signed-off-by: Sam James gentoo.org> media-sound/mpg321/mpg321-0.3.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/mpg321/mpg321-0.3.2.ebuild b/media-sound/mpg321/mpg321-0.3.2.ebuild index 9d050bcc5dc..4ce38f65331 100644 --- a/media-sound/mpg321/mpg321-0.3.2.ebuild +++ b/media-sound/mpg321/mpg321-0.3.2.ebuild @@ -14,8 +14,8 @@ KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~ IUSE="alsa ipv6" RDEPEND="app-eselect/eselect-mpg123 - >=media-libs/libao-1 - media-libs/libid3tag + >=media-libs/libao-1:= + media-libs/libid3tag:= media-libs/libmad sys-libs/zlib alsa? ( media-libs/alsa-lib )"