diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-11-12 19:15:05 +0100 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-11-12 19:17:10 +0100 |
commit | d75d096f99ae8b414a79cddb5b15e48fb8fb55a6 (patch) | |
tree | 120b583e021778e0b719fc4c8bd4f7936103a4f6 | |
parent | dev-db/mariadb: add 11.4.4 (diff) | |
download | gentoo-d75d096f99ae8b414a79cddb5b15e48fb8fb55a6.tar.gz gentoo-d75d096f99ae8b414a79cddb5b15e48fb8fb55a6.tar.bz2 gentoo-d75d096f99ae8b414a79cddb5b15e48fb8fb55a6.zip |
dev-db/mariadb: update comment
Fixes: 995a68e3bb9c ("dev-db/mariadb: add 10.6.20")
Fixes: 4ef76f37461d ("dev-db/mariadb: add 10.11.10")
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
-rw-r--r-- | dev-db/mariadb/mariadb-10.11.10.ebuild | 2 | ||||
-rw-r--r-- | dev-db/mariadb/mariadb-10.6.20.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mariadb/mariadb-10.11.10.ebuild b/dev-db/mariadb/mariadb-10.11.10.ebuild index 252c9d36ea2a..cfd89ef4adc2 100644 --- a/dev-db/mariadb/mariadb-10.11.10.ebuild +++ b/dev-db/mariadb/mariadb-10.11.10.ebuild @@ -527,7 +527,7 @@ src_test() { if ! ulimit -n 4162 1>/dev/null 2>&1 ; then # Medium limit comes from '[Warning] Buffered warning: Could not - # increase number of max_open_files to more than 3000 (request: # 4162)' + # increase number of max_open_files to more than 3000 (request: 4162)' ewarn "For medium test coverage please raise open file limit to 4162 (ulimit -n 4162) before calling the package manager." if ! ulimit -n 3000 1>/dev/null 2>&1 ; then diff --git a/dev-db/mariadb/mariadb-10.6.20.ebuild b/dev-db/mariadb/mariadb-10.6.20.ebuild index 60ee9601e57a..e0431ed54311 100644 --- a/dev-db/mariadb/mariadb-10.6.20.ebuild +++ b/dev-db/mariadb/mariadb-10.6.20.ebuild @@ -538,7 +538,7 @@ src_test() { if ! ulimit -n 4162 1>/dev/null 2>&1 ; then # Medium limit comes from '[Warning] Buffered warning: Could not - # increase number of max_open_files to more than 3000 (request: # 4162)' + # increase number of max_open_files to more than 3000 (request: 4162)' ewarn "For medium test coverage please raise open file limit to 4162 (ulimit -n 4162) before calling the package manager." if ! ulimit -n 3000 1>/dev/null 2>&1 ; then |