diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2016-09-17 11:52:21 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2016-09-17 11:52:21 +0200 |
commit | 47123aeb5a2fd2afe04b8b68938c9d43685a9ec5 (patch) | |
tree | e5c82f4ff54ef88a8086f32c4b56bc3a3af636c2 /dev-db | |
parent | app-emacs/ebuild-mode: Remove old. (diff) | |
download | gentoo-47123aeb5a2fd2afe04b8b68938c9d43685a9ec5.tar.gz gentoo-47123aeb5a2fd2afe04b8b68938c9d43685a9ec5.tar.bz2 gentoo-47123aeb5a2fd2afe04b8b68938c9d43685a9ec5.zip |
dev-db/mysql-5.6.33-r0: add alpha keyword
Gentoo-Bug: 593614
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql/mysql-5.6.33.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/mysql/mysql-5.6.33.ebuild b/dev-db/mysql/mysql-5.6.33.ebuild index ad71688f6c3e..1f86f0671192 100644 --- a/dev-db/mysql/mysql-5.6.33.ebuild +++ b/dev-db/mysql/mysql-5.6.33.ebuild @@ -15,7 +15,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 ~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='' |