The subversion ebuild does not install svn-config which is needed for some configure scripts depending on subversion. Reproducible: Always Steps to Reproduce: 1. emerge subversion Actual Results: bash: svn-config: command not found Expected Results: Usage: svn-config [OPTION] Known values for OPTION are: ... Since svn-config only gives meaningfull results when built using the external db package a line like: has_version =db-4* && dobin svn-config in the install section of the ebuild would do the job
I have added it to the ebuild (finally), I'll commit it later this evening