summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2025-02-08 12:16:02 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2025-02-08 12:16:21 +0200
commita2140a8194fe5d926e3411ff3db534cf40ef6c25 (patch)
tree1975ec5aa96da0cba4efd40f421e2e4d96a63101 /dev-ruby
parentdev-util/tkdiff: Stabilize 5.7 amd64, #942792 (diff)
downloadgentoo-a2140a8194fe5d926e3411ff3db534cf40ef6c25.tar.gz
gentoo-a2140a8194fe5d926e3411ff3db534cf40ef6c25.tar.bz2
gentoo-a2140a8194fe5d926e3411ff3db534cf40ef6c25.zip
dev-ruby/mysql2: Stabilize 0.5.6 amd64, #941041
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/mysql2/mysql2-0.5.6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/mysql2/mysql2-0.5.6.ebuild b/dev-ruby/mysql2/mysql2-0.5.6.ebuild
index 380f6a06f03d..2ead1a70df34 100644
--- a/dev-ruby/mysql2/mysql2-0.5.6.ebuild
+++ b/dev-ruby/mysql2/mysql2-0.5.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -24,7 +24,7 @@ SRC_URI="https://github.com/brianmario/mysql2/archive/${PV}.tar.gz -> ${P}.tar.g
LICENSE="MIT"
SLOT="$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
IUSE="mysql mariadb"
REQUIRED_USE="^^ ( mariadb mysql )"