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 7048E138334 for ; Sun, 17 Feb 2019 11:11:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E41B1E09D9; Sun, 17 Feb 2019 11:11:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 B8FDFE09D9 for ; Sun, 17 Feb 2019 11:11:08 +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 68224335D13 for ; Sun, 17 Feb 2019 11:11:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C4CB549 for ; Sun, 17 Feb 2019 11:11:04 +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: <1550399794.bb689dae91280f1a558ab92e073b0ad6aac7f41c.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-video/kaffeine/ X-VCS-Repository: proj/kde X-VCS-Files: media-video/kaffeine/kaffeine-9999.ebuild X-VCS-Directories: media-video/kaffeine/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bb689dae91280f1a558ab92e073b0ad6aac7f41c X-VCS-Branch: master Date: Sun, 17 Feb 2019 11:11:04 +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: 054004ab-2aa1-498e-9451-f06219eab706 X-Archives-Hash: f69c84bb4918ec409440c6b5b31dd92f commit: bb689dae91280f1a558ab92e073b0ad6aac7f41c Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 17 10:36:34 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 17 10:36:34 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=bb689dae media-video/kaffeine: Sorting Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-video/kaffeine/kaffeine-9999.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/media-video/kaffeine/kaffeine-9999.ebuild b/media-video/kaffeine/kaffeine-9999.ebuild index c0b71ef8d9..b6bb14b5b4 100644 --- a/media-video/kaffeine/kaffeine-9999.ebuild +++ b/media-video/kaffeine/kaffeine-9999.ebuild @@ -16,7 +16,11 @@ HOMEPAGE="https://userbase.kde.org/Kaffeine" LICENSE="GPL-2+ handbook? ( FDL-1.3 )" IUSE="dvb" -RDEPEND=" +BDEPEND=" + sys-devel/gettext + virtual/pkgconfig +" +DEPEND=" $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) @@ -38,11 +42,7 @@ RDEPEND=" x11-libs/libXScrnSaver dvb? ( media-libs/libv4l ) " -DEPEND="${RDEPEND}" -BDEPEND=" - sys-devel/gettext - virtual/pkgconfig -" +RDEPEND="${DEPEND}" DOCS=( Changelog NOTES README.md )