diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-03-03 17:55:43 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-03-03 17:56:10 +0000 |
commit | c62c9a5035b3b25c87fa8b01eec101f9abbef6b8 (patch) | |
tree | 547ac5f836905277067f24316845375e4ccf2b81 /dev-db/mariadb | |
parent | sci-mathematics/glpk: stable 4.63 for ppc, bug #626228 (diff) | |
download | gentoo-c62c9a5035b3b25c87fa8b01eec101f9abbef6b8.tar.gz gentoo-c62c9a5035b3b25c87fa8b01eec101f9abbef6b8.tar.bz2 gentoo-c62c9a5035b3b25c87fa8b01eec101f9abbef6b8.zip |
dev-db/mariadb: keyworded 10.3.5_rc for ppc64, bug #649038
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"
Diffstat (limited to 'dev-db/mariadb')
-rw-r--r-- | dev-db/mariadb/mariadb-10.3.5_rc.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/mariadb/mariadb-10.3.5_rc.ebuild b/dev-db/mariadb/mariadb-10.3.5_rc.ebuild index 92161577d865..9efae0d5497c 100644 --- a/dev-db/mariadb/mariadb-10.3.5_rc.ebuild +++ b/dev-db/mariadb/mariadb-10.3.5_rc.ebuild @@ -44,7 +44,7 @@ REQUIRED_USE="jdbc? ( extraengine server !static ) static? ( yassl !pam )" # REMEMBER: also update eclass/mysql*.eclass before committing! -KEYWORDS="~amd64 ~hppa ~ia64 ~x86" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc64 ~x86" # Shorten the path because the socket path length must be shorter than 107 chars # and we will run a mysql server during test phase |