diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-03-17 15:57:41 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-03-17 15:57:55 -0700 |
commit | e5875bc7ef5ccaee401c553281bcc9aa5bc484e1 (patch) | |
tree | 05381964ee800f884f9ae6682535a633bf505b98 /dev-db | |
parent | www-servers/varnish: version bump to 6.0.0 (diff) | |
download | gentoo-e5875bc7ef5ccaee401c553281bcc9aa5bc484e1.tar.gz gentoo-e5875bc7ef5ccaee401c553281bcc9aa5bc484e1.tar.bz2 gentoo-e5875bc7ef5ccaee401c553281bcc9aa5bc484e1.zip |
dev-db/mariadb-10.0.34: ppc64 stable, bug 647082
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mariadb/mariadb-10.0.34.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/mariadb/mariadb-10.0.34.ebuild b/dev-db/mariadb/mariadb-10.0.34.ebuild index b16e3301b424..c33e7880c587 100644 --- a/dev-db/mariadb/mariadb-10.0.34.ebuild +++ b/dev-db/mariadb/mariadb-10.0.34.ebuild @@ -19,7 +19,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}" PATCHES=( |