diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-11-28 23:09:41 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-11-28 23:09:41 +0000 |
commit | 174efec157c61d4339a739380ef515ff26530794 (patch) | |
tree | 5fd3ddc438582ef972bbb3c3914f9fbbcc2280a5 /dev-db | |
parent | profiles/arch/*/make.defaults: tweak RUBY_TARGETS override (diff) | |
download | gentoo-174efec157c61d4339a739380ef515ff26530794.tar.gz gentoo-174efec157c61d4339a739380ef515ff26530794.tar.bz2 gentoo-174efec157c61d4339a739380ef515ff26530794.zip |
dev-db/mariadb: stable 10.0.37 for ia64, bug #670388
Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mariadb/mariadb-10.0.37.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/mariadb/mariadb-10.0.37.ebuild b/dev-db/mariadb/mariadb-10.0.37.ebuild index 2bf075cf1ab2..ea2124331e47 100644 --- a/dev-db/mariadb/mariadb-10.0.37.ebuild +++ b/dev-db/mariadb/mariadb-10.0.37.ebuild @@ -40,7 +40,7 @@ REQUIRED_USE="jdbc? ( extraengine server !static ) ?? ( tcmalloc jemalloc ) static? ( yassl !pam )" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~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 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" # Shorten the path because the socket path length must be shorter than 107 chars # and we will run a mysql server during test phase |