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 A2EF4138332 for ; Mon, 19 Feb 2018 14:55:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4DADE09D1; Mon, 19 Feb 2018 14:55:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 A805BE09D1 for ; Mon, 19 Feb 2018 14:55:46 +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 A1D45335C30 for ; Mon, 19 Feb 2018 14:55:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31005231 for ; Mon, 19 Feb 2018 14:55:44 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1519052098.b806499818f16610686d5941b8c1e4a25a05d8b2.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/soundkonverter/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/soundkonverter/soundkonverter-3.0.1-r1.ebuild media-sound/soundkonverter/soundkonverter-3.0.1.ebuild X-VCS-Directories: media-sound/soundkonverter/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b806499818f16610686d5941b8c1e4a25a05d8b2 X-VCS-Branch: master Date: Mon, 19 Feb 2018 14:55:44 +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: 177dffea-29e0-4076-b4cc-7b7d084d6a7f X-Archives-Hash: a5f79b180f5a659242fcb35bb3ad98f5 commit: b806499818f16610686d5941b8c1e4a25a05d8b2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Feb 19 13:11:45 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Feb 19 14:54:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8064998 media-sound/soundkonverter: Prepare for media-libs/phonon losing qt5 Package-Manager: Portage-2.3.24, Repoman-2.3.6 .../{soundkonverter-3.0.1.ebuild => soundkonverter-3.0.1-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/soundkonverter/soundkonverter-3.0.1.ebuild b/media-sound/soundkonverter/soundkonverter-3.0.1-r1.ebuild similarity index 95% rename from media-sound/soundkonverter/soundkonverter-3.0.1.ebuild rename to media-sound/soundkonverter/soundkonverter-3.0.1-r1.ebuild index a3fc60e418b..3dea21807b6 100644 --- a/media-sound/soundkonverter/soundkonverter-3.0.1.ebuild +++ b/media-sound/soundkonverter/soundkonverter-3.0.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -32,7 +32,7 @@ COMMON_DEPEND=" $(add_qt_dep qtgui) $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) - media-libs/phonon[qt5] + media-libs/phonon[qt5(+)] >=media-libs/taglib-1.10 media-sound/cdparanoia "