diff options
author | Michael Weber <xmw@gentoo.org> | 2017-05-15 13:23:33 +0200 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-05-15 13:23:47 +0200 |
commit | 2c3b7ca399220f71fa0bb41b4c4dc3b5380d6644 (patch) | |
tree | 0001eea4c12c24f13ff7e35a98d79be9d4da3d1c /dev-db | |
parent | sys-boot/refind: fix incorrect patch name (diff) | |
download | gentoo-2c3b7ca399220f71fa0bb41b4c4dc3b5380d6644.tar.gz gentoo-2c3b7ca399220f71fa0bb41b4c4dc3b5380d6644.tar.bz2 gentoo-2c3b7ca399220f71fa0bb41b4c4dc3b5380d6644.zip |
dev-db/mysql: ppc ppc64 stable (bug 616486).
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="ppc ppc64"
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql/mysql-5.6.36.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/mysql/mysql-5.6.36.ebuild b/dev-db/mysql/mysql-5.6.36.ebuild index aa03b1b7571d..e5212fb66e5b 100644 --- a/dev-db/mysql/mysql-5.6.36.ebuild +++ b/dev-db/mysql/mysql-5.6.36.ebuild @@ -14,7 +14,7 @@ inherit mysql-multilib-r1 IUSE="$IUSE" # REMEMBER: also update eclass/mysql*.eclass before committing! -KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" DEPEND="|| ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )" RDEPEND="${RDEPEND}" |