diff options
author | 2014-08-16 16:56:38 +0000 | |
---|---|---|
committer | 2014-08-16 16:56:38 +0000 | |
commit | 28d96a6a66e33eafc716bc06e4ccdf78aea5d3d7 (patch) | |
tree | daa7501a00ec81c4ffb3ac8cbfefd1722f0cbad5 /dev-db/mariadb | |
parent | Keyword on ~ppc and ~ppc64, request by mrueg (diff) | |
download | gentoo-2-28d96a6a66e33eafc716bc06e4ccdf78aea5d3d7.tar.gz gentoo-2-28d96a6a66e33eafc716bc06e4ccdf78aea5d3d7.tar.bz2 gentoo-2-28d96a6a66e33eafc716bc06e4ccdf78aea5d3d7.zip |
Stable for HPPA too.
(Portage version: 2.2.12/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-db/mariadb')
-rw-r--r-- | dev-db/mariadb/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/mariadb/mariadb-10.0.12.ebuild | 4 | ||||
-rw-r--r-- | dev-db/mariadb/mariadb-10.0.13.ebuild | 4 | ||||
-rw-r--r-- | dev-db/mariadb/mariadb-5.5.39.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/dev-db/mariadb/ChangeLog b/dev-db/mariadb/ChangeLog index e2c2427fdb73..48f9f57e2fc2 100644 --- a/dev-db/mariadb/ChangeLog +++ b/dev-db/mariadb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/mariadb # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v 1.47 2014/08/12 17:16:36 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v 1.48 2014/08/16 16:56:38 jer Exp $ + + 16 Aug 2014; Jeroen Roovers <jer@gentoo.org> mariadb-5.5.39.ebuild, + mariadb-10.0.12.ebuild, mariadb-10.0.13.ebuild: + Stable for HPPA too. *mariadb-10.0.13 (12 Aug 2014) diff --git a/dev-db/mariadb/mariadb-10.0.12.ebuild b/dev-db/mariadb/mariadb-10.0.12.ebuild index ee759b86b79d..8b5bc1d6daf5 100644 --- a/dev-db/mariadb/mariadb-10.0.12.ebuild +++ b/dev-db/mariadb/mariadb-10.0.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-10.0.12.ebuild,v 1.2 2014/08/01 08:30:22 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-10.0.12.ebuild,v 1.3 2014/08/16 16:56:38 jer Exp $ EAPI="5" MY_EXTRAS_VER="20140729-2200Z" @@ -13,7 +13,7 @@ inherit toolchain-funcs mysql-v2 IUSE="$IUSE" # REMEMBER: also update eclass/mysql*.eclass before committing! -KEYWORDS="~alpha ~amd64 ~arm ~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 ~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='' diff --git a/dev-db/mariadb/mariadb-10.0.13.ebuild b/dev-db/mariadb/mariadb-10.0.13.ebuild index d199046c99f1..560192c4dad8 100644 --- a/dev-db/mariadb/mariadb-10.0.13.ebuild +++ b/dev-db/mariadb/mariadb-10.0.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-10.0.13.ebuild,v 1.1 2014/08/12 17:16:36 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-10.0.13.ebuild,v 1.2 2014/08/16 16:56:38 jer Exp $ EAPI="5" MY_EXTRAS_VER="20140811-2248Z" @@ -10,7 +10,7 @@ inherit toolchain-funcs mysql-multilib IUSE="$IUSE" # REMEMBER: also update eclass/mysql*.eclass before committing! -KEYWORDS="~alpha ~amd64 ~arm ~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 ~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='' diff --git a/dev-db/mariadb/mariadb-5.5.39.ebuild b/dev-db/mariadb/mariadb-5.5.39.ebuild index fce6017e7199..074cf73fe183 100644 --- a/dev-db/mariadb/mariadb-5.5.39.ebuild +++ b/dev-db/mariadb/mariadb-5.5.39.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-5.5.39.ebuild,v 1.4 2014/08/08 22:07:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-5.5.39.ebuild,v 1.5 2014/08/16 16:56:38 jer Exp $ EAPI="5" MY_EXTRAS_VER="20140729-0112Z" @@ -13,7 +13,7 @@ inherit toolchain-funcs mysql-v2 IUSE="$IUSE" # REMEMBER: also update eclass/mysql*.eclass before committing! -KEYWORDS="alpha amd64 ~arm ~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 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='' |