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 4BE8B139084 for ; Mon, 25 Dec 2017 10:30:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1757E0E61; Mon, 25 Dec 2017 10:30:40 +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 A2C49E0E61 for ; Mon, 25 Dec 2017 10:30:40 +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 E493433C1EB for ; Mon, 25 Dec 2017 10:30:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47A38AE98 for ; Mon, 25 Dec 2017 10:30:37 +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: <1514197826.8c38562fcf9021452f6a499a9f63c289975f68ec.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/k3b/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/k3b/k3b-17.12.49.9999.ebuild kde-apps/k3b/k3b-9999.ebuild X-VCS-Directories: kde-apps/k3b/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 8c38562fcf9021452f6a499a9f63c289975f68ec X-VCS-Branch: master Date: Mon, 25 Dec 2017 10:30:37 +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: c45427c3-2089-4aa6-b4ba-904a4350f042 X-Archives-Hash: 0a64304571f7221f654b70c05395bacd commit: 8c38562fcf9021452f6a499a9f63c289975f68ec Author: Michael Palimaka gentoo org> AuthorDate: Mon Dec 25 10:28:04 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Dec 25 10:30:26 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8c38562f kde-apps/k3b: add missing dependency Package-Manager: Portage-2.3.14, Repoman-2.3.6 kde-apps/k3b/k3b-17.12.49.9999.ebuild | 5 ++++- kde-apps/k3b/k3b-9999.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/kde-apps/k3b/k3b-17.12.49.9999.ebuild b/kde-apps/k3b/k3b-17.12.49.9999.ebuild index 4c2bcb30de..4792c1a2c0 100644 --- a/kde-apps/k3b/k3b-17.12.49.9999.ebuild +++ b/kde-apps/k3b/k3b-17.12.49.9999.ebuild @@ -52,7 +52,10 @@ DEPEND=" musepack? ( >=media-sound/musepack-tools-444 ) sndfile? ( media-libs/libsndfile ) taglib? ( >=media-libs/taglib-1.5 ) - vorbis? ( media-libs/libvorbis ) + vorbis? ( + media-libs/libogg + media-libs/libvorbis + ) webkit? ( $(add_qt_dep qtwebkit) ) " RDEPEND="${DEPEND} diff --git a/kde-apps/k3b/k3b-9999.ebuild b/kde-apps/k3b/k3b-9999.ebuild index 4c2bcb30de..4792c1a2c0 100644 --- a/kde-apps/k3b/k3b-9999.ebuild +++ b/kde-apps/k3b/k3b-9999.ebuild @@ -52,7 +52,10 @@ DEPEND=" musepack? ( >=media-sound/musepack-tools-444 ) sndfile? ( media-libs/libsndfile ) taglib? ( >=media-libs/taglib-1.5 ) - vorbis? ( media-libs/libvorbis ) + vorbis? ( + media-libs/libogg + media-libs/libvorbis + ) webkit? ( $(add_qt_dep qtwebkit) ) " RDEPEND="${DEPEND}