diff options
author | 2024-10-17 09:57:33 +0300 | |
---|---|---|
committer | 2024-10-17 09:57:33 +0300 | |
commit | 789fe160c27a7174b2299b6af23e81866c7dcc2a (patch) | |
tree | cee7189254c426abcbb69133abf598e8765c7745 /dev-ruby/sqlite3 | |
parent | dev-ruby/sqlite3: Stabilize 2.0.4-r2 ppc, #941664 (diff) | |
download | gentoo-789fe160c27a7174b2299b6af23e81866c7dcc2a.tar.gz gentoo-789fe160c27a7174b2299b6af23e81866c7dcc2a.tar.bz2 gentoo-789fe160c27a7174b2299b6af23e81866c7dcc2a.zip |
dev-ruby/sqlite3: Stabilize 2.0.4-r2 ppc64, #941664
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ruby/sqlite3')
-rw-r--r-- | dev-ruby/sqlite3/sqlite3-2.0.4-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/sqlite3/sqlite3-2.0.4-r2.ebuild b/dev-ruby/sqlite3/sqlite3-2.0.4-r2.ebuild index 232cc01c8aaf..eff6e6dfd1cb 100644 --- a/dev-ruby/sqlite3/sqlite3-2.0.4-r2.ebuild +++ b/dev-ruby/sqlite3/sqlite3-2.0.4-r2.ebuild @@ -22,7 +22,7 @@ RUBY_S="sqlite3-ruby-${PV}" LICENSE="BSD" SLOT="$(ver_cut 1)" -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" IUSE="doc test" # We track the bundled sqlite version here |