diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-29 22:29:33 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-29 22:33:44 +0300 |
commit | 187978113eb8bfe53b06010339d35ad7f7ed98a9 (patch) | |
tree | d00dd3906f96617d27de1c1d1ae60f023db113d3 /app-eselect/eselect-ruby | |
parent | dev-db/postgis: Fix build with dev-cpp/abseil-cpp-20230125.2 (diff) | |
download | gentoo-187978113eb8bfe53b06010339d35ad7f7ed98a9.tar.gz gentoo-187978113eb8bfe53b06010339d35ad7f7ed98a9.tar.bz2 gentoo-187978113eb8bfe53b06010339d35ad7f7ed98a9.zip |
app-eselect/eselect-ruby: Stabilize 20221225 ppc, #907377
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-eselect/eselect-ruby')
-rw-r--r-- | app-eselect/eselect-ruby/eselect-ruby-20221225.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-eselect/eselect-ruby/eselect-ruby-20221225.ebuild b/app-eselect/eselect-ruby/eselect-ruby-20221225.ebuild index 80ae33b7d91c..f7b177abf21a 100644 --- a/app-eselect/eselect-ruby/eselect-ruby-20221225.ebuild +++ b/app-eselect/eselect-ruby/eselect-ruby-20221225.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ SRC_URI="https://dev.gentoo.org/~graaff/ruby-team/ruby.eselect-${PVR}.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="" RDEPEND=">=app-admin/eselect-1.0.2" |