diff options
author | Richard Freeman <rich0@gentoo.org> | 2016-01-30 08:05:59 -0500 |
---|---|---|
committer | Richard Freeman <rich0@gentoo.org> | 2016-01-30 08:05:59 -0500 |
commit | 211842f9e29c02affd6850a946876af841feebf4 (patch) | |
tree | b19bc83b253f356a8119035da82d6081afb61f9b /dev-db/mariadb | |
parent | dev-libs/openssl: Stable for HPPA (bug #572854). (diff) | |
download | gentoo-211842f9e29c02affd6850a946876af841feebf4.tar.gz gentoo-211842f9e29c02affd6850a946876af841feebf4.tar.bz2 gentoo-211842f9e29c02affd6850a946876af841feebf4.zip |
dev-db/mariadb: amd64 stable
Bug: 572872
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-db/mariadb')
-rw-r--r-- | dev-db/mariadb/mariadb-10.0.23.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mariadb/mariadb-10.0.23.ebuild b/dev-db/mariadb/mariadb-10.0.23.ebuild index b3698384ecf4..dc53356ebd05 100644 --- a/dev-db/mariadb/mariadb-10.0.23.ebuild +++ b/dev-db/mariadb/mariadb-10.0.23.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -20,7 +20,7 @@ RESTRICT="!bindist? ( bindist )" REQUIRED_USE="tokudb? ( jemalloc ) static? ( !pam )" # REMEMBER: also update eclass/mysql*.eclass before committing! -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~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 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" # When MY_EXTRAS is bumped, the index should be revised to exclude these. EPATCH_EXCLUDE='20004_all_mariadb-filter-tokudb-flags-10.0.7.patch' |