mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-apps/flashrom: do not depend on virtual/libusb:0
There was only a single programmer which still depended on that version of libusb, and it builds fine against virtual/libusb:1. In fact, even before this change upstream build scripts happily ignored libusb-0 and only linked against libusb-1 even with pickit2-spi support enabled! Straight-to-stable revbump because as mentioned above, the dependency in question was not actually used. Closes: https://bugs.gentoo.org/873769 Signed-off-by: Marek Szuba <marecki@gentoo.org>
This commit is contained in:
@@ -79,7 +79,7 @@ RDEPEND="atahpt? ( sys-apps/pciutils )
|
||||
nicnatsemi? ( sys-apps/pciutils )
|
||||
nicrealtek? ( sys-apps/pciutils )
|
||||
ogp-spi? ( sys-apps/pciutils )
|
||||
pickit2-spi? ( virtual/libusb:0 )
|
||||
pickit2-spi? ( virtual/libusb:1 )
|
||||
rayer-spi? ( sys-apps/pciutils )
|
||||
satamv? ( sys-apps/pciutils )
|
||||
satasii? ( sys-apps/pciutils )
|
||||
Reference in New Issue
Block a user