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 1ADEF13835A for ; Fri, 14 Aug 2020 18:19:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FA38E0826; Fri, 14 Aug 2020 18:19:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 1B302E0826 for ; Fri, 14 Aug 2020 18:19:21 +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 E0B5F34F337 for ; Fri, 14 Aug 2020 18:19:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57F9A310 for ; Fri, 14 Aug 2020 18:19:18 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1597429136.a8063ab94c9c5cb89c50b0b82fd99dc054d13a2b.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/go-mtpfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/go-mtpfs/go-mtpfs-9999.ebuild X-VCS-Directories: sys-fs/go-mtpfs/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: a8063ab94c9c5cb89c50b0b82fd99dc054d13a2b X-VCS-Branch: master Date: Fri, 14 Aug 2020 18:19:18 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b98073f7-25c4-46c8-be48-f044d7c2d680 X-Archives-Hash: a8c4bda4982f89be851898d178815756 commit: a8063ab94c9c5cb89c50b0b82fd99dc054d13a2b Author: Rick Farina gentoo org> AuthorDate: Fri Aug 14 18:12:28 2020 +0000 Commit: Rick Farina gentoo org> CommitDate: Fri Aug 14 18:18:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8063ab9 sys-fs/go-mtpfs: fix warning Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Rick Farina gentoo.org> sys-fs/go-mtpfs/go-mtpfs-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/go-mtpfs/go-mtpfs-9999.ebuild b/sys-fs/go-mtpfs/go-mtpfs-9999.ebuild index 79178eb3ff3..e197761b32a 100644 --- a/sys-fs/go-mtpfs/go-mtpfs-9999.ebuild +++ b/sys-fs/go-mtpfs/go-mtpfs-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="" IUSE="" -COMMON_DEPEND="virtual/libusb +COMMON_DEPEND="virtual/libusb:1 virtual/udev" DEPEND="${COMMON_DEPEND} dev-libs/go-fuse