diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-03 16:28:17 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-03 16:28:17 +0200 |
commit | b4da792341f9574edb9356d2b42c4d239e7014d1 (patch) | |
tree | f363225cb0f48b92d512fef62c38fc6f3e8e2374 /dev-ruby/pg | |
parent | dev-ruby/pg: Stabilize 1.3.5 amd64, #884121 (diff) | |
download | gentoo-b4da792341f9574edb9356d2b42c4d239e7014d1.tar.gz gentoo-b4da792341f9574edb9356d2b42c4d239e7014d1.tar.bz2 gentoo-b4da792341f9574edb9356d2b42c4d239e7014d1.zip |
dev-ruby/pg: Stabilize 1.3.5 x86, #884121
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ruby/pg')
-rw-r--r-- | dev-ruby/pg/pg-1.3.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/pg/pg-1.3.5.ebuild b/dev-ruby/pg/pg-1.3.5.ebuild index a1461f7857d4..a74904b5bfff 100644 --- a/dev-ruby/pg/pg-1.3.5.ebuild +++ b/dev-ruby/pg/pg-1.3.5.ebuild @@ -20,7 +20,7 @@ RUBY_S="ruby-${P}" LICENSE="|| ( BSD-2 Ruby-BSD )" SLOT="1" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND+=" dev-db/postgresql:*" |