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 DEB59138DB0 for ; Sat, 15 Oct 2016 09:53:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48DCDE0AC9; Sat, 15 Oct 2016 09:53:42 +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 31C24E0AC9 for ; Sat, 15 Oct 2016 09:53:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2EAAD341063 for ; Sat, 15 Oct 2016 09:53:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6A202F3 for ; Sat, 15 Oct 2016 09:53:39 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1476525212.a740c5f982aeff3e5a4beb156d4c6b2cb1d5d9ee.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/kmplayer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/kmplayer/kmplayer-0.11.5.ebuild media-video/kmplayer/kmplayer-0.12.0a.ebuild X-VCS-Directories: media-video/kmplayer/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: a740c5f982aeff3e5a4beb156d4c6b2cb1d5d9ee X-VCS-Branch: master Date: Sat, 15 Oct 2016 09:53:39 +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: 8f84a207-831f-42e3-bc31-8b06d781c636 X-Archives-Hash: 98660b5202847c4c2ee761d3be39c5c0 commit: a740c5f982aeff3e5a4beb156d4c6b2cb1d5d9ee Author: Johannes Huber gentoo org> AuthorDate: Sat Oct 15 09:52:29 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sat Oct 15 09:53:32 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a740c5f9 media-video/kmplayer: Set slot operator for www-plugins/adobe-flash Package-Manager: portage-2.3.2 media-video/kmplayer/kmplayer-0.11.5.ebuild | 2 +- media-video/kmplayer/kmplayer-0.12.0a.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/kmplayer/kmplayer-0.11.5.ebuild b/media-video/kmplayer/kmplayer-0.11.5.ebuild index db09f6c..bd805c6 100644 --- a/media-video/kmplayer/kmplayer-0.11.5.ebuild +++ b/media-video/kmplayer/kmplayer-0.11.5.ebuild @@ -27,7 +27,7 @@ DEPEND=" npp? ( $(add_kdeapps_dep kreadconfig) dev-libs/dbus-glib - www-plugins/adobe-flash + www-plugins/adobe-flash:* >=x11-libs/gtk+-2.10.14:2 ) " diff --git a/media-video/kmplayer/kmplayer-0.12.0a.ebuild b/media-video/kmplayer/kmplayer-0.12.0a.ebuild index 225c94c..224c4d8 100644 --- a/media-video/kmplayer/kmplayer-0.12.0a.ebuild +++ b/media-video/kmplayer/kmplayer-0.12.0a.ebuild @@ -43,7 +43,7 @@ CDEPEND=" npp? ( dev-libs/dbus-glib dev-libs/glib:2 - www-plugins/adobe-flash + www-plugins/adobe-flash:* >=x11-libs/gtk+-2.10.14:2 ) "