Created attachment 416134 [details, diff] Add support for stricter version targeting Hi, while working on bug 561020 I wanted to add a patch which would only apply against a specific build (v5.6.26-74, upstream version number) because the patch was already in upstream's queue for the next release and I wanted to avoid the need to remove the patch from mysql-extra when the next upstream release will become available. The problem is that the eclass handling mysql-extras has contradictory comments regarding the MySQL version format mysql-multilib.eclass sets. I.e. the code defining MYSQL_VERSION_ID in mysql-multilib.eclass says it supports $PVR (version number including Gentoo revision number) but comments in mysql_fx.eclass indicates this eclass isn't aware that ebuilds could have a revision number. My patch adds support for version numbers like 5.06.26.99.99 in mysql-extras while keeping support for smaller version formats like 5.06.99.99 or 5.06.99.
mysql_fx eclass is being phased out with EAPI=6