Skip to content

Commit

Permalink
ruby-ng.eclass: drop no-op RDEPEND assignment
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Jun 15, 2023
1 parent 778555f commit f740ce9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eclass/ruby-ng.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@ ruby_add_bdepend() {
6) DEPEND+=" ${_RUBY_ATOMS_SAMELIB_RESULT}" ;;
*) BDEPEND+=" ${_RUBY_ATOMS_SAMELIB_RESULT}" ;;
esac
RDEPEND="${RDEPEND}"
}

# @FUNCTION: ruby_add_depend
Expand Down

0 comments on commit f740ce9

Please sign in to comment.