diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-03-11 01:43:54 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-03-11 01:53:53 -0500 |
commit | 2ff2d07c12365e67e2dbc63516531ff000f9a751 (patch) | |
tree | 0c9b59a65fafeca0483a9ec017e3066b9a7bf915 /sys-devel | |
parent | www-client/vivaldi: Set KEYWORDS+=-* (by steev). (diff) | |
download | gentoo-2ff2d07c12365e67e2dbc63516531ff000f9a751.tar.gz gentoo-2ff2d07c12365e67e2dbc63516531ff000f9a751.tar.bz2 gentoo-2ff2d07c12365e67e2dbc63516531ff000f9a751.zip |
sys-devel/byfl: fix invalid binutils SLOT dep
Requiring binutils:0 has never made sense, so make it match all.
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/byfl/byfl-1.4.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/byfl/byfl-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/byfl/byfl-1.4.ebuild b/sys-devel/byfl/byfl-1.4.ebuild index 4744ebfed7ff..8d88af4085ad 100644 --- a/sys-devel/byfl/byfl-1.4.ebuild +++ b/sys-devel/byfl/byfl-1.4.ebuild @@ -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] ) diff --git a/sys-devel/byfl/byfl-9999.ebuild b/sys-devel/byfl/byfl-9999.ebuild index 4744ebfed7ff..8d88af4085ad 100644 --- a/sys-devel/byfl/byfl-9999.ebuild +++ b/sys-devel/byfl/byfl-9999.ebuild @@ -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] ) |