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 65ADD139694 for ; Sun, 14 May 2017 09:14:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83046E0DA3; Sun, 14 May 2017 09:14:53 +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 5BD53E0DA3 for ; Sun, 14 May 2017 09:14:53 +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 51CB63416C8 for ; Sun, 14 May 2017 09:14:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA9E87448 for ; Sun, 14 May 2017 09:14:50 +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: <1494753265.77d1c114e8e13e2d77300639c1811e71c7f481f3.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-video/kmplayer/ X-VCS-Repository: proj/kde X-VCS-Files: media-video/kmplayer/kmplayer-9999.ebuild X-VCS-Directories: media-video/kmplayer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 77d1c114e8e13e2d77300639c1811e71c7f481f3 X-VCS-Branch: master Date: Sun, 14 May 2017 09:14:50 +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: 5d915002-0412-48ec-8f51-7b8116a69b28 X-Archives-Hash: c698c40b599bd727080598534abc2502 commit: 77d1c114e8e13e2d77300639c1811e71c7f481f3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 14 09:14:25 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun May 14 09:14:25 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=77d1c114 media-video/kmplayer: Switch to master, set KDE_HANDBOOK=forceoptional Package-Manager: Portage-2.3.5, Repoman-2.3.1 media-video/kmplayer/kmplayer-9999.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/media-video/kmplayer/kmplayer-9999.ebuild b/media-video/kmplayer/kmplayer-9999.ebuild index b39aa1b806..376e2c4365 100644 --- a/media-video/kmplayer/kmplayer-9999.ebuild +++ b/media-video/kmplayer/kmplayer-9999.ebuild @@ -3,8 +3,7 @@ EAPI=6 -EGIT_BRANCH="0.12" -KDE_HANDBOOK="true" +KDE_HANDBOOK="forceoptional" # TODO: not optional until kdelibs4support is gone inherit kde5 DESCRIPTION="Video player plugin for Konqueror and basic MPlayer frontend" @@ -44,15 +43,15 @@ CDEPEND=" dev-libs/dbus-glib dev-libs/glib:2 www-plugins/adobe-flash:* - >=x11-libs/gtk+-2.10.14:2 + x11-libs/gtk+:2 ) " DEPEND="${CDEPEND} sys-devel/gettext " RDEPEND="${CDEPEND} - media-video/mplayer !media-video/kmplayer:4 + media-video/mplayer " src_prepare() {