diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-03-17 15:57:45 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-03-17 15:57:55 -0700 |
commit | 1083360845f8533afda502a5b4349b743f547918 (patch) | |
tree | 6a28f2de1c11d602a4f9db8bde606e36430f3a8b /dev-db | |
parent | dev-db/mariadb-10.0.34: ppc64 stable, bug 647082 (diff) | |
download | gentoo-1083360845f8533afda502a5b4349b743f547918.tar.gz gentoo-1083360845f8533afda502a5b4349b743f547918.tar.bz2 gentoo-1083360845f8533afda502a5b4349b743f547918.zip |
dev-db/mariadb-10.1.31-r1: ppc64 stable, bug 647082
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mariadb/mariadb-10.1.31-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/mariadb/mariadb-10.1.31-r1.ebuild b/dev-db/mariadb/mariadb-10.1.31-r1.ebuild index e651cae6f970..79621c39d489 100644 --- a/dev-db/mariadb/mariadb-10.1.31-r1.ebuild +++ b/dev-db/mariadb/mariadb-10.1.31-r1.ebuild @@ -21,7 +21,7 @@ RESTRICT="!bindist? ( bindist )" REQUIRED_USE="jdbc? ( extraengine server !static ) server? ( tokudb? ( jemalloc !tcmalloc ) ) static? ( !pam )" # REMEMBER: also update eclass/mysql*.eclass before committing! -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" MY_PATCH_DIR="${WORKDIR}/mysql-extras-${MY_EXTRAS_VER}" |