From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5A73C15800A for ; Mon, 24 Jul 2023 10:05:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17952E0801; Mon, 24 Jul 2023 10:05:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 032B4E0801 for ; Mon, 24 Jul 2023 10:05:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 133833413D5 for ; Mon, 24 Jul 2023 10:05:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C112BFB for ; Mon, 24 Jul 2023 10:05:41 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1690193098.857629a92ebe59be107495291f46ce2f72f96d3b.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-gettext/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ruby-gettext/ruby-gettext-3.4.4.ebuild X-VCS-Directories: dev-ruby/ruby-gettext/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 857629a92ebe59be107495291f46ce2f72f96d3b X-VCS-Branch: master Date: Mon, 24 Jul 2023 10:05:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 250be62a-e533-46f3-88c6-e83f64fb5d22 X-Archives-Hash: 8a3301c5882b18829c569bf0db3afa41 commit: 857629a92ebe59be107495291f46ce2f72f96d3b Author: Jakov Smolić gentoo org> AuthorDate: Mon Jul 24 10:04:58 2023 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Mon Jul 24 10:04:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=857629a9 dev-ruby/ruby-gettext: Stabilize 3.4.4 amd64, #911003 Signed-off-by: Jakov Smolić gentoo.org> dev-ruby/ruby-gettext/ruby-gettext-3.4.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/ruby-gettext/ruby-gettext-3.4.4.ebuild b/dev-ruby/ruby-gettext/ruby-gettext-3.4.4.ebuild index f6afe5ea1fdc..3d2a15cce89b 100644 --- a/dev-ruby/ruby-gettext/ruby-gettext-3.4.4.ebuild +++ b/dev-ruby/ruby-gettext/ruby-gettext-3.4.4.ebuild @@ -20,7 +20,7 @@ inherit ruby-fakegem DESCRIPTION="Native Language Support Library and Tools modeled after GNU gettext package" HOMEPAGE="https://ruby-gettext.github.io/" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~sparc ~x86" IUSE="doc test" SLOT="0" LICENSE="|| ( GPL-2 Ruby-BSD LGPL-3+ )"