diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-01-25 16:18:19 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-01-25 16:18:19 -0800 |
commit | 5671613f07850086a11a1ace34816b498e9b69b7 (patch) | |
tree | d89423bc5dc9ede9e26177cf6e49d5f1c152e796 /dev-db/mariadb | |
parent | profiles/alpha: Add '~alpha' to ACCEPT_KEYWORDS (diff) | |
download | gentoo-5671613f07850086a11a1ace34816b498e9b69b7.tar.gz gentoo-5671613f07850086a11a1ace34816b498e9b69b7.tar.bz2 gentoo-5671613f07850086a11a1ace34816b498e9b69b7.zip |
*/*: Drop stable alpha keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-db/mariadb')
-rw-r--r-- | dev-db/mariadb/mariadb-10.1.38-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-db/mariadb/mariadb-10.2.22-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mariadb/mariadb-10.1.38-r1.ebuild b/dev-db/mariadb/mariadb-10.1.38-r1.ebuild index 781cda89b82f..bd01fadd2b56 100644 --- a/dev-db/mariadb/mariadb-10.1.38-r1.ebuild +++ b/dev-db/mariadb/mariadb-10.1.38-r1.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 diff --git a/dev-db/mariadb/mariadb-10.2.22-r1.ebuild b/dev-db/mariadb/mariadb-10.2.22-r1.ebuild index 6fcf7489030e..ce87ebab1b39 100644 --- a/dev-db/mariadb/mariadb-10.2.22-r1.ebuild +++ b/dev-db/mariadb/mariadb-10.2.22-r1.ebuild @@ -42,7 +42,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 |