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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4B079158094 for ; Thu, 25 Aug 2022 01:23:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0C01E08F2; Thu, 25 Aug 2022 01:23:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8FB15E08F2 for ; Thu, 25 Aug 2022 01:23:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 911BC341075 for ; Thu, 25 Aug 2022 01:23:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BD4F57B for ; Thu, 25 Aug 2022 01:23:22 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1661390384.f37514522f0fc396fe378468ed6d83b423dc385a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/indilib/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/indilib/indilib-1.9.6-r1.ebuild sci-libs/indilib/indilib-1.9.6-r2.ebuild X-VCS-Directories: sci-libs/indilib/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f37514522f0fc396fe378468ed6d83b423dc385a X-VCS-Branch: master Date: Thu, 25 Aug 2022 01:23:22 +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: ce1b7ed8-4ccc-4555-8fb7-f3aa062100f9 X-Archives-Hash: 73a891fa4c0a38556cf698b8c7461d1a commit: f37514522f0fc396fe378468ed6d83b423dc385a Author: Sam James gentoo org> AuthorDate: Thu Aug 25 01:05:29 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Aug 25 01:19:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3751452 sci-libs/indilib: fix libusb dependency Ported to libusb-1 in 2013 [0]. [0] https://github.com/indilib/indi/commit/402c29a2552c2b8651570dc6e10abfa678231071 Signed-off-by: Sam James gentoo.org> sci-libs/indilib/{indilib-1.9.6-r1.ebuild => indilib-1.9.6-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/indilib/indilib-1.9.6-r1.ebuild b/sci-libs/indilib/indilib-1.9.6-r2.ebuild similarity index 98% rename from sci-libs/indilib/indilib-1.9.6-r1.ebuild rename to sci-libs/indilib/indilib-1.9.6-r2.ebuild index af62007d828a..1fdb753124d5 100644 --- a/sci-libs/indilib/indilib-1.9.6-r1.ebuild +++ b/sci-libs/indilib/indilib-1.9.6-r2.ebuild @@ -25,7 +25,7 @@ RDEPEND=" sci-libs/gsl:= sci-libs/libnova:= sys-libs/zlib - virtual/libusb:0 + virtual/libusb:1 ogg? ( media-libs/libogg media-libs/libtheora