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 B5F581382C5 for ; Fri, 11 Dec 2020 09:38:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 091F3E0938; Fri, 11 Dec 2020 09:38:40 +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 E21ADE0938 for ; Fri, 11 Dec 2020 09:38:39 +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 BA7A3340B1E for ; Fri, 11 Dec 2020 09:38:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C4862C5 for ; Fri, 11 Dec 2020 09:38:37 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1607679515.b1c79bf47375662fa729c870e7a1436ada820967.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libusb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libusb/libusb-1.0.24.ebuild X-VCS-Directories: dev-libs/libusb/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: b1c79bf47375662fa729c870e7a1436ada820967 X-VCS-Branch: master Date: Fri, 11 Dec 2020 09:38:37 +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: 2f4f9e01-36a8-4cc8-a6db-aa9b6ad1a4df X-Archives-Hash: 96f688576292d4a8c9813c5a86383e74 commit: b1c79bf47375662fa729c870e7a1436ada820967 Author: Lars Wendler gentoo org> AuthorDate: Fri Dec 11 09:38:23 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Dec 11 09:38:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1c79bf4 dev-libs/libusb: Fixed install with USE="examples" Reported-by: Kobboi lermytte.be> Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Lars Wendler gentoo.org> dev-libs/libusb/libusb-1.0.24.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-libs/libusb/libusb-1.0.24.ebuild b/dev-libs/libusb/libusb-1.0.24.ebuild index 17a0b07496b..f7e9ec91ac7 100644 --- a/dev-libs/libusb/libusb-1.0.24.ebuild +++ b/dev-libs/libusb/libusb-1.0.24.ebuild @@ -62,7 +62,5 @@ multilib_src_install_all() { if use examples; then docinto examples dodoc examples/*.{c,h} - docinto examples/getopt - dodoc examples/getopt/*.{c,h} fi }