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 4921C13832E for ; Thu, 21 Jul 2016 09:40:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B374F21C097; Thu, 21 Jul 2016 09:40:39 +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 4B20B21C038 for ; Thu, 21 Jul 2016 09:40:39 +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 E181E340E18 for ; Thu, 21 Jul 2016 09:40:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 733C87D6 for ; Thu, 21 Jul 2016 09:40:35 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1469094015.838057b035a13d7c7d93b3f11575e12a46e3927c.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/cantata/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/cantata/cantata-2.0.1.ebuild X-VCS-Directories: media-sound/cantata/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 838057b035a13d7c7d93b3f11575e12a46e3927c X-VCS-Branch: master Date: Thu, 21 Jul 2016 09:40: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-Archives-Salt: a3003875-8818-4bab-9bfb-190a2f4bfc29 X-Archives-Hash: 86ef2beca2aa7f23472d45581efc8fb3 commit: 838057b035a13d7c7d93b3f11575e12a46e3927c Author: Michael Palimaka gentoo org> AuthorDate: Thu Jul 21 09:39:31 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Jul 21 09:40:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=838057b0 media-sound/cantata: >=media-libs/taglib-1.11 dropped asf and mp4 USE flags Package-Manager: portage-2.3.0 media-sound/cantata/cantata-2.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/cantata/cantata-2.0.1.ebuild b/media-sound/cantata/cantata-2.0.1.ebuild index e78b448..2854beb 100644 --- a/media-sound/cantata/cantata-2.0.1.ebuild +++ b/media-sound/cantata/cantata-2.0.1.ebuild @@ -59,7 +59,7 @@ RDEPEND=" virtual/ffmpeg ) taglib? ( - media-libs/taglib[asf,mp4] + media-libs/taglib[asf(+),mp4(+)] media-libs/taglib-extras !kde? ( udisks? ( sys-fs/udisks:2 ) ) )