diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-24 15:29:23 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-24 15:30:21 +0300 |
commit | c4fad801358b5c9ce7ea8ad5ac545646ca329cfc (patch) | |
tree | 7142ec119bda913d582b6dbc5ac504b0178a6392 /dev-ruby/pg | |
parent | sys-kernel/gentoo-sources: drop EOL'd 6.10.14 (diff) | |
download | gentoo-c4fad801358b5c9ce7ea8ad5ac545646ca329cfc.tar.gz gentoo-c4fad801358b5c9ce7ea8ad5ac545646ca329cfc.tar.bz2 gentoo-c4fad801358b5c9ce7ea8ad5ac545646ca329cfc.zip |
dev-ruby/pg: destabilize 1.4.6-r1 for ~x86
Bug: https://bugs.gentoo.org/921128
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ruby/pg')
-rw-r--r-- | dev-ruby/pg/pg-1.4.6-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/pg/pg-1.4.6-r1.ebuild b/dev-ruby/pg/pg-1.4.6-r1.ebuild index 5bddbc743385..e75d54d93ec9 100644 --- a/dev-ruby/pg/pg-1.4.6-r1.ebuild +++ b/dev-ruby/pg/pg-1.4.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 ~x64-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="" RDEPEND+=" dev-db/postgresql:*" |