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 A6384158F56 for ; Mon, 16 Aug 2021 21:28:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE3A2E0829; Mon, 16 Aug 2021 21:28:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 C4090E0829 for ; Mon, 16 Aug 2021 21:28:49 +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 9A186335DB7 for ; Mon, 16 Aug 2021 21:28:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1185D4A2 for ; Mon, 16 Aug 2021 21:28:47 +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: <1629148947.c3e9c0e140d0e855f4367a5ea4b526227f14672a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-pda/gtkpod/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-pda/gtkpod/gtkpod-2.1.5-r2.ebuild app-pda/gtkpod/gtkpod-2.1.5-r3.ebuild X-VCS-Directories: app-pda/gtkpod/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c3e9c0e140d0e855f4367a5ea4b526227f14672a X-VCS-Branch: master Date: Mon, 16 Aug 2021 21:28:47 +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: 43137088-f682-4f5a-b0fd-468dea3ef278 X-Archives-Hash: e1e5648f9b6105565df0d8e7a32bbdac commit: c3e9c0e140d0e855f4367a5ea4b526227f14672a Author: Sam James gentoo org> AuthorDate: Mon Aug 16 21:12:05 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 16 21:22:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3e9c0e1 app-pda/gtkpod: add missing slot operator dep (libid3tag) Signed-off-by: Sam James gentoo.org> app-pda/gtkpod/{gtkpod-2.1.5-r2.ebuild => gtkpod-2.1.5-r3.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-pda/gtkpod/gtkpod-2.1.5-r2.ebuild b/app-pda/gtkpod/gtkpod-2.1.5-r3.ebuild similarity index 98% rename from app-pda/gtkpod/gtkpod-2.1.5-r2.ebuild rename to app-pda/gtkpod/gtkpod-2.1.5-r3.ebuild index b7b06e7a3b8..1289ab37de7 100644 --- a/app-pda/gtkpod/gtkpod-2.1.5-r2.ebuild +++ b/app-pda/gtkpod/gtkpod-2.1.5-r3.ebuild @@ -25,7 +25,7 @@ COMMON_DEPEND=" >=dev-libs/glib-2.31:2 >=dev-libs/libxml2-2.7.7:2 >=dev-util/anjuta-3.6 - >=media-libs/libgpod-0.8.2:= + >=media-libs/libgpod-0.8.2 >=media-libs/libid3tag-0.15:= >=x11-libs/gtk+-3.0.8:3 aac? ( media-libs/faad2 ) @@ -39,13 +39,13 @@ COMMON_DEPEND=" >=app-cdr/brasero-3 >=media-libs/libdiscid-0.2.2 media-libs/musicbrainz:5 - ) ) + ) mp3? ( media-sound/lame ) vorbis? ( media-libs/libvorbis media-sound/vorbis-tools - ) + ) " # to pull in at least -flac and -vorbis plugins , but others at the same time