diff options
author | 2023-04-17 10:34:29 +0100 | |
---|---|---|
committer | 2023-04-17 10:34:29 +0100 | |
commit | fae2c51faa94a8aecbdac62948226b9d289796f0 (patch) | |
tree | 614a20ec1416f5a978288601e57054481901a678 /dev-ruby/pg | |
parent | dev-ruby/pg: Stabilize 1.4.6 x86, #904428 (diff) | |
download | gentoo-fae2c51faa94a8aecbdac62948226b9d289796f0.tar.gz gentoo-fae2c51faa94a8aecbdac62948226b9d289796f0.tar.bz2 gentoo-fae2c51faa94a8aecbdac62948226b9d289796f0.zip |
dev-ruby/pg: Stabilize 1.4.6 amd64, #904428
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/pg')
-rw-r--r-- | dev-ruby/pg/pg-1.4.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/pg/pg-1.4.6.ebuild b/dev-ruby/pg/pg-1.4.6.ebuild index f68d277893ed..caf2e4e5d507 100644 --- a/dev-ruby/pg/pg-1.4.6.ebuild +++ b/dev-ruby/pg/pg-1.4.6.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:*" |