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 9141513835B for ; Fri, 26 Mar 2021 17:44:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8144E081B; Fri, 26 Mar 2021 17:44:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 94371E081B for ; Fri, 26 Mar 2021 17:44:52 +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 99281340E0F for ; Fri, 26 Mar 2021 17:44:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12117634 for ; Fri, 26 Mar 2021 17:44:50 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1616780680.b01bb5f0a091aca1cbdd16f3a6fc009bcc60ecea.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/os-prober/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/os-prober/os-prober-1.78.ebuild X-VCS-Directories: sys-boot/os-prober/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: b01bb5f0a091aca1cbdd16f3a6fc009bcc60ecea X-VCS-Branch: master Date: Fri, 26 Mar 2021 17:44:50 +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: 73fc5ff9-11b1-4cd8-a83d-9e8dea4a3694 X-Archives-Hash: afae67af44333a0f8c6f29f7f2d7784e commit: b01bb5f0a091aca1cbdd16f3a6fc009bcc60ecea Author: Peter Levine gmail com> AuthorDate: Thu Mar 25 02:16:09 2021 +0000 Commit: Ben Kohler gentoo org> CommitDate: Fri Mar 26 17:44:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b01bb5f0 sys-boot/os-prober: Remove empty optional ebuild variables Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Peter Levine gmail.com> Signed-off-by: Ben Kohler gentoo.org> sys-boot/os-prober/os-prober-1.78.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys-boot/os-prober/os-prober-1.78.ebuild b/sys-boot/os-prober/os-prober-1.78.ebuild index 5c4721ad5c0..6b81b75a08c 100644 --- a/sys-boot/os-prober/os-prober-1.78.ebuild +++ b/sys-boot/os-prober/os-prober-1.78.ebuild @@ -11,11 +11,9 @@ SRC_URI="mirror://debian/pool/main/${PN::1}/${PN}/${PN}_${PV}.tar.xz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" # grub-mount needed per bug #607518 RDEPEND="sys-boot/grub:2[mount]" -DEPEND="" # bug 594250 QA_MULTILIB_PATHS="usr/lib/os-prober/.*"