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 D1EFF158170 for ; Sun, 21 Jul 2024 12:42:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D8282BC016; Sun, 21 Jul 2024 12:42:38 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 017502BC016 for ; Sun, 21 Jul 2024 12:42:38 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 039D6343097 for ; Sun, 21 Jul 2024 12:42:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76A4F1E5D for ; Sun, 21 Jul 2024 12:42:29 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1721565689.7c92a1dbb4816dd3cd1320f1122c79a6afe3a934.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/mini_mime/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/mini_mime/mini_mime-1.1.5.ebuild X-VCS-Directories: dev-ruby/mini_mime/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7c92a1dbb4816dd3cd1320f1122c79a6afe3a934 X-VCS-Branch: master Date: Sun, 21 Jul 2024 12:42:29 +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: ff47b18c-d706-4b51-bf9d-36f643a3cdd4 X-Archives-Hash: c093709322eaf650ff496442f5a18dc1 commit: 7c92a1dbb4816dd3cd1320f1122c79a6afe3a934 Author: Sam James gentoo org> AuthorDate: Sun Jul 21 12:41:29 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jul 21 12:41:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c92a1db dev-ruby/mini_mime: Stabilize 1.1.5 ppc64, #936424 Signed-off-by: Sam James gentoo.org> dev-ruby/mini_mime/mini_mime-1.1.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/mini_mime/mini_mime-1.1.5.ebuild b/dev-ruby/mini_mime/mini_mime-1.1.5.ebuild index 008bc649708d..4a8280c13ba1 100644 --- a/dev-ruby/mini_mime/mini_mime-1.1.5.ebuild +++ b/dev-ruby/mini_mime/mini_mime-1.1.5.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 @@ -18,7 +18,7 @@ SRC_URI="https://github.com/discourse/mini_mime/archive/v${PV}.tar.gz -> ${P}.ta LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="test" all_ruby_prepare() {