summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-db/percona-server: update SRC_URIMike Gilbert2024-07-011-1/+1
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* dev-db/percona-server: migrate checking for enabled lto, to tc-is-ltoEli Schwartz2024-01-241-9/+4
| | | | | | | | | | | | | | | | | This toolchain func was recently added, and vis a lot more reliable than get-flagq. mysql attempts to manually handle some edge case, for example if the active flags contain `-flto -fno-lto` then tc-is-lto gets it correct but with is-flagq we have to manually check both. On the other hand, mysql doesn't handle detecting -flto=8. Using tc-is-lto is the preferred way to handle this from now on. We would rather use this wherever possible. Drops a bit of pointless logging. We don't need an `einfo` to tell us that make.conf is being respected. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* */*: remove x86-solaris keywordFabian Groffen2023-05-241-1/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* dev-db/percona-server: fix build w/ gcc 13Sam James2023-04-181-1/+3
| | | | | | Closes: https://bugs.gentoo.org/895700 Closes: https://bugs.gentoo.org/895236 Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/percona-server: adjust libevent dependencyMike Gilbert2023-02-131-0/+1277
Bug: https://bugs.gentoo.org/869722 Signed-off-by: Mike Gilbert <floppym@gentoo.org>