commit: 0bf044ac74cfa1abc024af6d8ab21e75aa2bad17
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 10 17:38:01 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 10 17:38:01 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bf044ac
dev-ruby/pg: Stabilize 1.5.8 amd64, #942501
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-ruby/pg/pg-1.5.8.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/pg/pg-1.5.8.ebuild b/dev-ruby/pg/pg-1.5.8.ebuild
index b83811cca5af..2926e16d4014 100644
--- a/dev-ruby/pg/pg-1.5.8.ebuild
+++ b/dev-ruby/pg/pg-1.5.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 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="test"
RDEPEND="dev-db/postgresql:*"