diff options
author | Florian Schmaus <flow@gentoo.org> | 2021-08-21 14:58:50 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2021-08-21 15:07:57 +0200 |
commit | 0013b49098b1c028dc1d84e6e53b9a932b45284a (patch) | |
tree | 58b90271b8d4034ce6a03ee23038168aeb48224b /sys-process/below | |
parent | sys-process/below: drop 0.2.0-r1 (diff) | |
download | gentoo-0013b49098b1c028dc1d84e6e53b9a932b45284a.tar.gz gentoo-0013b49098b1c028dc1d84e6e53b9a932b45284a.tar.bz2 gentoo-0013b49098b1c028dc1d84e6e53b9a932b45284a.zip |
sys-process/below: depend on virtual/rust[rustfmt]
It is time to depend on the rust virtual now that it knows the
'rustfmt' USE flag.
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'sys-process/below')
-rw-r--r-- | sys-process/below/below-0.3.0.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys-process/below/below-0.3.0.ebuild b/sys-process/below/below-0.3.0.ebuild index 1eda62fead3a..30bcee725ec5 100644 --- a/sys-process/below/below-0.3.0.ebuild +++ b/sys-process/below/below-0.3.0.ebuild @@ -193,12 +193,9 @@ SLOT="0" KEYWORDS="~amd64 ~ppc64" BDEPEND=" - || ( - dev-lang/rust[rustfmt] - dev-lang/rust-bin[rustfmt] - ) sys-devel/clang virtual/pkgconfig + virtual/rust[rustfmt] " RDEPEND=" virtual/libelf |