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 07696139694 for ; Sat, 4 Mar 2017 13:37:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB07721C1B9; Sat, 4 Mar 2017 13:37:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 AA36A21C1B9 for ; Sat, 4 Mar 2017 13:37:32 +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 BBEAB3417EE for ; Sat, 4 Mar 2017 13:37:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BF295C38 for ; Sat, 4 Mar 2017 13:37:08 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1488634612.68373378dab85abf3631e9fc83d56a7371edf40a.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gvfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/gvfs/gvfs-1.30.3.ebuild X-VCS-Directories: gnome-base/gvfs/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 68373378dab85abf3631e9fc83d56a7371edf40a X-VCS-Branch: master Date: Sat, 4 Mar 2017 13:37:08 +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: e8029971-1821-421a-b380-3c27c3a0b7fa X-Archives-Hash: 02533c58db7a6f5cf423143ed181cb35 commit: 68373378dab85abf3631e9fc83d56a7371edf40a Author: Alexis Ballier gentoo org> AuthorDate: Sat Mar 4 13:36:32 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Mar 4 13:36:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68373378 gnome-base/gvfs: Add := dep on libbluray Package-Manager: Portage-2.3.4, Repoman-2.3.2 gnome-base/gvfs/gvfs-1.30.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-base/gvfs/gvfs-1.30.3.ebuild b/gnome-base/gvfs/gvfs-1.30.3.ebuild index a0196830af2..2449b90f30a 100644 --- a/gnome-base/gvfs/gvfs-1.30.3.ebuild +++ b/gnome-base/gvfs/gvfs-1.30.3.ebuild @@ -30,7 +30,7 @@ RDEPEND=" net-misc/openssh afp? ( >=dev-libs/libgcrypt-1.2.2:0= ) archive? ( app-arch/libarchive:= ) - bluray? ( media-libs/libbluray ) + bluray? ( media-libs/libbluray:= ) fuse? ( >=sys-fs/fuse-2.8.0 ) gnome-keyring? ( app-crypt/libsecret ) gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.7.1:= )