diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-11-20 01:50:54 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-11-20 01:53:58 +0100 |
commit | 9e4a3c48026f808639bb70ff1fb8f2155e4cb9cd (patch) | |
tree | e2cc29ccbf5bf22cb24d216d33e0dae6c1ef299b /dev-db/mariadb | |
parent | dev-db/mariadb: fix installation on systemd (diff) | |
download | gentoo-9e4a3c48026f808639bb70ff1fb8f2155e4cb9cd.tar.gz gentoo-9e4a3c48026f808639bb70ff1fb8f2155e4cb9cd.tar.bz2 gentoo-9e4a3c48026f808639bb70ff1fb8f2155e4cb9cd.zip |
dev-db/mariadb: restore keywords
Closes: https://bugs.gentoo.org/813447
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-db/mariadb')
-rw-r--r-- | dev-db/mariadb/mariadb-10.6.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/mariadb/mariadb-10.6.5.ebuild b/dev-db/mariadb/mariadb-10.6.5.ebuild index ea49bea16bbf..9619a0b14778 100644 --- a/dev-db/mariadb/mariadb-10.6.5.ebuild +++ b/dev-db/mariadb/mariadb-10.6.5.ebuild @@ -31,7 +31,7 @@ REQUIRED_USE="jdbc? ( extraengine server !static ) ?? ( tcmalloc jemalloc ) static? ( yassl !pam )" -#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-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 |