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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9E95F15808B for ; Thu, 3 Mar 2022 06:55:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE1012BC003; Thu, 3 Mar 2022 06:55:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 92FDE2BC003 for ; Thu, 3 Mar 2022 06:55:48 +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 35F61342E4B for ; Thu, 3 Mar 2022 06:55:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F757287 for ; Thu, 3 Mar 2022 06:55:45 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1646290543.644c55ed5adf643132e4d265f8b033be7430300d.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/voikko-fi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/voikko-fi/voikko-fi-2.5.ebuild X-VCS-Directories: dev-libs/voikko-fi/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 644c55ed5adf643132e4d265f8b033be7430300d X-VCS-Branch: master Date: Thu, 3 Mar 2022 06:55:45 +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: e4cab49d-fcb9-4c30-b97d-1de59999f15d X-Archives-Hash: a3ba14542ff61345db092b9ed709afb3 commit: 644c55ed5adf643132e4d265f8b033be7430300d Author: Joonas Niilola gentoo org> AuthorDate: Thu Mar 3 06:55:13 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Mar 3 06:55:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=644c55ed dev-libs/voikko-fi: stabilize 2.5 for amd64 Signed-off-by: Joonas Niilola gentoo.org> dev-libs/voikko-fi/voikko-fi-2.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/voikko-fi/voikko-fi-2.5.ebuild b/dev-libs/voikko-fi/voikko-fi-2.5.ebuild index 3b00b9ca71b0..65d48f16e858 100644 --- a/dev-libs/voikko-fi/voikko-fi-2.5.ebuild +++ b/dev-libs/voikko-fi/voikko-fi-2.5.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://www.puimula.org/voikko-sources/${PN}/${P}.tar.gz LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" DEPEND="dev-libs/foma dev-libs/libvoikko"