diff options
author | 2023-07-24 14:05:41 +0200 | |
---|---|---|
committer | 2023-07-24 14:05:41 +0200 | |
commit | 5e92d47d08e0e8030490ff646d24a0466b62d3f1 (patch) | |
tree | fd480b365d1968e8d1cdfd7461d5fe3f45cc68a6 /dev-ruby/sqlite3 | |
parent | dev-ruby/matrix: Stabilize 0.4.2 x86, #910971 (diff) | |
download | gentoo-5e92d47d08e0e8030490ff646d24a0466b62d3f1.tar.gz gentoo-5e92d47d08e0e8030490ff646d24a0466b62d3f1.tar.bz2 gentoo-5e92d47d08e0e8030490ff646d24a0466b62d3f1.zip |
dev-ruby/sqlite3: Stabilize 1.6.3 amd64, #910992
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-ruby/sqlite3')
-rw-r--r-- | dev-ruby/sqlite3/sqlite3-1.6.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/sqlite3/sqlite3-1.6.3.ebuild b/dev-ruby/sqlite3/sqlite3-1.6.3.ebuild index 8d90b91ea558..1e60709200ec 100644 --- a/dev-ruby/sqlite3/sqlite3-1.6.3.ebuild +++ b/dev-ruby/sqlite3/sqlite3-1.6.3.ebuild @@ -18,7 +18,7 @@ DESCRIPTION="An extension library to access a SQLite database from Ruby" HOMEPAGE="https://github.com/sparklemotion/sqlite3-ruby" LICENSE="BSD" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" SLOT="0" IUSE="" |