diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-08-10 17:55:27 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-08-10 18:26:07 +0200 |
commit | c73c87bd2db119865796f7efc93995ad37b2b438 (patch) | |
tree | 6e28081ef4d9421824f7500a15252dd8857c4efd /dev-db | |
parent | dev-db/mariadb: pkg_config: skip {bin,relay}_log check for relative paths (diff) | |
download | gentoo-c73c87bd2db119865796f7efc93995ad37b2b438.tar.gz gentoo-c73c87bd2db119865796f7efc93995ad37b2b438.tar.bz2 gentoo-c73c87bd2db119865796f7efc93995ad37b2b438.zip |
dev-db/mariadb: move ppc forward to allow for cleanup
Package-Manager: Portage-3.0.21, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mariadb/mariadb-10.2.38-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-db/mariadb/mariadb-10.4.19-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mariadb/mariadb-10.2.38-r1.ebuild b/dev-db/mariadb/mariadb-10.2.38-r1.ebuild index b345d2d922a8..c930dcb2bb66 100644 --- a/dev-db/mariadb/mariadb-10.2.38-r1.ebuild +++ b/dev-db/mariadb/mariadb-10.2.38-r1.ebuild @@ -32,7 +32,7 @@ REQUIRED_USE="jdbc? ( extraengine server !static ) ?? ( tcmalloc jemalloc ) static? ( yassl !pam )" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris" # Shorten the path because the socket path length must be shorter than 107 chars # and we will run a mysql server during test phase diff --git a/dev-db/mariadb/mariadb-10.4.19-r1.ebuild b/dev-db/mariadb/mariadb-10.4.19-r1.ebuild index 6f9fd4728a2d..8b8077c0714e 100644 --- a/dev-db/mariadb/mariadb-10.4.19-r1.ebuild +++ b/dev-db/mariadb/mariadb-10.4.19-r1.ebuild @@ -32,7 +32,7 @@ REQUIRED_USE="jdbc? ( extraengine server !static ) ?? ( tcmalloc jemalloc ) static? ( yassl !pam )" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris" # Shorten the path because the socket path length must be shorter than 107 chars # and we will run a mysql server during test phase |