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 79E55158F56 for ; Mon, 16 Aug 2021 21:28:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CFCBE0870; Mon, 16 Aug 2021 21:28:53 +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 65614E0870 for ; Mon, 16 Aug 2021 21:28:53 +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 66743335DD1 for ; Mon, 16 Aug 2021 21:28:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9FAD8DE 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: <1629148969.542fd9d9be3c8859def836cf2c26335a84de5500.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_musicindex/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apache/mod_musicindex/mod_musicindex-1.4.1-r1.ebuild www-apache/mod_musicindex/mod_musicindex-1.4.1-r2.ebuild X-VCS-Directories: www-apache/mod_musicindex/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 542fd9d9be3c8859def836cf2c26335a84de5500 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: eff23bf4-d1c8-44e2-be3d-ecde043c1f34 X-Archives-Hash: d5adfcb9c4640fde7b1c600b4b33c107 commit: 542fd9d9be3c8859def836cf2c26335a84de5500 Author: Sam James gentoo org> AuthorDate: Mon Aug 16 21:22:20 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 16 21:22:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=542fd9d9 www-apache/mod_musicindex: add missing slot operator dep (libid3tag) Signed-off-by: Sam James gentoo.org> ...od_musicindex-1.4.1-r1.ebuild => mod_musicindex-1.4.1-r2.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www-apache/mod_musicindex/mod_musicindex-1.4.1-r1.ebuild b/www-apache/mod_musicindex/mod_musicindex-1.4.1-r2.ebuild similarity index 91% rename from www-apache/mod_musicindex/mod_musicindex-1.4.1-r1.ebuild rename to www-apache/mod_musicindex/mod_musicindex-1.4.1-r2.ebuild index a033588e366..d49f0bc60a4 100644 --- a/www-apache/mod_musicindex/mod_musicindex-1.4.1-r1.ebuild +++ b/www-apache/mod_musicindex/mod_musicindex-1.4.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,11 +17,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+mp3 +mp4 +flac +vorbis +cache mysql archive" -DEPEND="mp3? ( media-libs/libmad media-libs/libid3tag ) +DEPEND="mp3? ( media-libs/libmad media-libs/libid3tag:= ) mp4? ( media-libs/libmp4v2:0 ) flac? ( media-libs/flac ) vorbis? ( media-libs/libvorbis ) - archive? ( app-arch/libarchive ) + archive? ( app-arch/libarchive:= ) mysql? ( dev-db/mysql-connector-c:0= )" RDEPEND="${DEPEND} sys-devel/libtool"