From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1003411-garchives=archives.gentoo.org@lists.gentoo.org> 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 264FE1382C5 for <garchives@archives.gentoo.org>; Tue, 13 Feb 2018 23:39:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7317EE0AD4; Tue, 13 Feb 2018 23:39:06 +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 4EB31E0AD4 for <gentoo-commits@lists.gentoo.org>; Tue, 13 Feb 2018 23:39:06 +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 77555335C43 for <gentoo-commits@lists.gentoo.org>; Tue, 13 Feb 2018 23:39:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 351D5211 for <gentoo-commits@lists.gentoo.org>; Tue, 13 Feb 2018 23:39:04 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> 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" <asturm@gentoo.org> Message-ID: <1518565101.660e070b31ad40da19ba3cc9542f7ef425e7a8c3.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.0-r1.ebuild 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: 660e070b31ad40da19ba3cc9542f7ef425e7a8c3 X-VCS-Branch: master Date: Tue, 13 Feb 2018 23:39:04 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8d62f64f-4dea-4ed5-a13a-97765c1fda36 X-Archives-Hash: 90d10b7b18e44089e6f19e400d585731 commit: 660e070b31ad40da19ba3cc9542f7ef425e7a8c3 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Feb 13 22:56:38 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Feb 13 23:38:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=660e070b media-video/vlc: Enable kwallet support with USE=dbus No additional dependencies, let's have that. Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-video/vlc/vlc-3.0.0-r1.ebuild | 1 + media-video/vlc/vlc-3.0.9999.ebuild | 1 + media-video/vlc/vlc-9999.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/media-video/vlc/vlc-3.0.0-r1.ebuild b/media-video/vlc/vlc-3.0.0-r1.ebuild index 8ea70af8844..c319a5b450d 100644 --- a/media-video/vlc/vlc-3.0.0-r1.ebuild +++ b/media-video/vlc/vlc-3.0.0-r1.ebuild @@ -334,6 +334,7 @@ src_configure() { $(use_enable chromaprint) \ $(use_enable chromecast) \ $(use_enable dbus) \ + $(use_enable dbus kwallet) \ $(use_enable directx) \ $(use_enable dc1394) \ $(use_enable debug) \ diff --git a/media-video/vlc/vlc-3.0.9999.ebuild b/media-video/vlc/vlc-3.0.9999.ebuild index 8ea70af8844..c319a5b450d 100644 --- a/media-video/vlc/vlc-3.0.9999.ebuild +++ b/media-video/vlc/vlc-3.0.9999.ebuild @@ -334,6 +334,7 @@ src_configure() { $(use_enable chromaprint) \ $(use_enable chromecast) \ $(use_enable dbus) \ + $(use_enable dbus kwallet) \ $(use_enable directx) \ $(use_enable dc1394) \ $(use_enable debug) \ diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index 406cb3486c8..6adf838096d 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-9999.ebuild @@ -334,6 +334,7 @@ src_configure() { $(use_enable chromaprint) \ $(use_enable chromecast) \ $(use_enable dbus) \ + $(use_enable dbus kwallet) \ $(use_enable directx) \ $(use_enable dc1394) \ $(use_enable debug) \