mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-devel/byfl: fix invalid binutils SLOT dep
Requiring binutils:0 has never made sense, so make it match all.
This commit is contained in:
@@ -31,7 +31,7 @@ IUSE="hdf5 static-libs sqlite"
|
||||
RDEPEND="
|
||||
>=sys-devel/clang-${LLVM_VERSION}
|
||||
>=sys-devel/llvm-${LLVM_VERSION}
|
||||
sys-devel/binutils:0
|
||||
sys-devel/binutils:*
|
||||
dev-lang/perl:=
|
||||
dev-perl/Switch
|
||||
hdf5? ( sci-libs/hdf5[cxx] )
|
||||
|
||||
@@ -31,7 +31,7 @@ IUSE="hdf5 static-libs sqlite"
|
||||
RDEPEND="
|
||||
>=sys-devel/clang-${LLVM_VERSION}
|
||||
>=sys-devel/llvm-${LLVM_VERSION}
|
||||
sys-devel/binutils:0
|
||||
sys-devel/binutils:*
|
||||
dev-lang/perl:=
|
||||
dev-perl/Switch
|
||||
hdf5? ( sci-libs/hdf5[cxx] )
|
||||
|
||||
Reference in New Issue
Block a user