forked from gentoo-utils/gentoo-utils
port to new mon parsers
This commit is contained in:
@@ -12,6 +12,8 @@ fn parse_md5_cache() {
|
||||
|
||||
for line in metadata.lines() {
|
||||
if line.starts_with("DEPEND=") {
|
||||
eprintln!("{line}");
|
||||
eprintln!();
|
||||
depend::parsers::exprs()
|
||||
.ignore()
|
||||
.or(eof())
|
||||
|
||||
Reference in New Issue
Block a user