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 0A6B7138334 for ; Sat, 2 Jun 2018 09:37:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18050E0833; Sat, 2 Jun 2018 09:37:40 +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 DDCD1E0833 for ; Sat, 2 Jun 2018 09:37:39 +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 90233335C36 for ; Sat, 2 Jun 2018 09:37:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10333291 for ; Sat, 2 Jun 2018 09:37:37 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1527932246.bca62570ee70e5c331a1ea5619fd19c5b81c6948.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/ivtvplayer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-tv/ivtvplayer/ivtvplayer-0.1.3-r2.ebuild X-VCS-Directories: media-tv/ivtvplayer/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: bca62570ee70e5c331a1ea5619fd19c5b81c6948 X-VCS-Branch: master Date: Sat, 2 Jun 2018 09:37: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: de8399e6-431e-422f-ba4b-f74156c2adf2 X-Archives-Hash: 4d11379a5bd180a85431d835f10c239b commit: bca62570ee70e5c331a1ea5619fd19c5b81c6948 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Jun 2 09:37:26 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Jun 2 09:37:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bca62570 media-tv/ivtvplayer: restore gtk properly Package-Manager: Portage-2.3.40, Repoman-2.3.7 media-tv/ivtvplayer/ivtvplayer-0.1.3-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-tv/ivtvplayer/ivtvplayer-0.1.3-r2.ebuild b/media-tv/ivtvplayer/ivtvplayer-0.1.3-r2.ebuild index f9d1e930878..87acc4c1bb8 100644 --- a/media-tv/ivtvplayer/ivtvplayer-0.1.3-r2.ebuild +++ b/media-tv/ivtvplayer/ivtvplayer-0.1.3-r2.ebuild @@ -10,14 +10,14 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" -IUSE="" +IUSE="gtk" RDEPEND="media-tv/v4l-utils || ( media-video/mplayer[v4l] media-video/mplayer[dvb] ) media-sound/alsa-utils dev-perl/XML-Simple - dev-perl/Gtk2 + gtk? ( dev-perl/Gtk2 ) dev-perl/X-Osd >=dev-perl/Lirc-Client-1.50" DEPEND="${RDEPEND}"