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 894B11382C5 for ; Sun, 18 Feb 2018 20:28:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86308E0AC8; Sun, 18 Feb 2018 20:28:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 68E3DE0AC8 for ; Sun, 18 Feb 2018 20:28:32 +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 7B2CA335C0A for ; Sun, 18 Feb 2018 20:28:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35D8222F for ; Sun, 18 Feb 2018 20:28:30 +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: <1518985647.19d70fbad85b47ac7e4bc059016a77a7bfe71d99.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vlc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/vlc/vlc-3.0.9999.ebuild media-video/vlc/vlc-9999.ebuild X-VCS-Directories: media-video/vlc/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 19d70fbad85b47ac7e4bc059016a77a7bfe71d99 X-VCS-Branch: master Date: Sun, 18 Feb 2018 20:28:30 +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: ebdceb16-d63b-4616-97b7-4cc6cff9a84a X-Archives-Hash: cad9bc8701492ac27c345ae1b32c22b2 commit: 19d70fbad85b47ac7e4bc059016a77a7bfe71d99 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 18 19:29:36 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 18 20:27:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19d70fba media-video/vlc: USE=libnotify depends on gtk+3 Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-video/vlc/vlc-3.0.9999.ebuild | 2 +- media-video/vlc/vlc-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/vlc/vlc-3.0.9999.ebuild b/media-video/vlc/vlc-3.0.9999.ebuild index 66acda89bf2..4f5f388c879 100644 --- a/media-video/vlc/vlc-3.0.9999.ebuild +++ b/media-video/vlc/vlc-3.0.9999.ebuild @@ -112,7 +112,7 @@ RDEPEND=" libnotify? ( dev-libs/glib:2 x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:2 + x11-libs/gtk+:3 x11-libs/libnotify:0 ) libsamplerate? ( media-libs/libsamplerate:0 ) diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index 642bbcefbcc..258add63ec2 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-9999.ebuild @@ -112,7 +112,7 @@ RDEPEND=" libnotify? ( dev-libs/glib:2 x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:2 + x11-libs/gtk+:3 x11-libs/libnotify:0 ) libsamplerate? ( media-libs/libsamplerate:0 )