summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-07-26 15:28:45 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-07-26 15:28:45 +0200
commit25f1dd7f46db71a3b6416e0eebb81a6b94ef6568 (patch)
tree51e0f504baf92ce448a16f8467ea5394bc7e575b /dev-db/mysql
parentdev-db/mysql: inherit check-reqs (diff)
downloadgentoo-25f1dd7f46db71a3b6416e0eebb81a6b94ef6568.tar.gz
gentoo-25f1dd7f46db71a3b6416e0eebb81a6b94ef6568.tar.bz2
gentoo-25f1dd7f46db71a3b6416e0eebb81a6b94ef6568.zip
dev-db/mysql: sort inherit
Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-db/mysql')
-rw-r--r--dev-db/mysql/mysql-8.0.21.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mysql/mysql-8.0.21.ebuild b/dev-db/mysql/mysql-8.0.21.ebuild
index ce9645a879b7..d34296859d0d 100644
--- a/dev-db/mysql/mysql-8.0.21.ebuild
+++ b/dev-db/mysql/mysql-8.0.21.ebuild
@@ -5,8 +5,8 @@ EAPI="7"
CMAKE_MAKEFILE_GENERATOR=emake
-inherit cmake flag-o-matic linux-info \
- multiprocessing prefix toolchain-funcs check-reqs
+inherit check-reqs cmake flag-o-matic linux-info \
+ multiprocessing prefix toolchain-funcs
MY_PV="${PV//_pre*}"
MY_P="${PN}-${MY_PV}"