Skip to content

Commit

Permalink
Mageia also switched to recommends
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Sep 17, 2015
1 parent a6ec357 commit 513a6c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Build/Mdkrepo.pm
Expand Up @@ -86,6 +86,8 @@ sub parse {
$s->{'requires'} = parsedeps(substr($_, 10));
} elsif (/^\@suggests\@/) {
$s->{'suggests'} = parsedeps(substr($_, 10));
} elsif (/^\@recommends\@/) {
$s->{'recommends'} = parsedeps(substr($_, 12));
} elsif (/^\@obsoletes\@/) {
$s->{'obsoletes'} = parsedeps(substr($_, 11));
} elsif (/^\@conflicts\@/) {
Expand Down

0 comments on commit 513a6c3

Please sign in to comment.