summaryrefslogtreecommitdiff
path: root/dev-db/mysql-init-scripts/mysql-init-scripts-2.3-r8.ebuild
AgeCommit message (Collapse)Author
2025-09-02*/*: destable sparcArthur Zamarin
Result of running the command: grep --include="*.ebuild" -r . -e 'KEYWORDS=.*[" ]sparc' -l | xargs ekeyword ~sparc Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-09-12*/*: unkeyword ~ia64Arthur Zamarin
Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-04-08dev-db/mysql-init-scripts: fix typo in extra commands listPetr Vaněk
This fixes remaining typos in extra commands lists referencing bootstrap_galera function: boostrap_galera -> bootstrap_galera It is followup to the commit 460c2f8c5390 ("dev-db/mysql-init-scripts: Fix important typo and commit straight to stable") Signed-off-by: Petr Vaněk <arkamar@gentoo.org>