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 1E99315808C for ; Mon, 21 Feb 2022 15:28:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22670E09C8; Mon, 21 Feb 2022 15:28:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 0D47FE09C8 for ; Mon, 21 Feb 2022 15:28:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 49C8734373F for ; Mon, 21 Feb 2022 15:28:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 690842FB for ; Mon, 21 Feb 2022 15:28:50 +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: <1645457321.0cd0c11c313b1762d8dd6ea5e4c349932b1895f1.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jcifs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jcifs/jcifs-1.3.19-r1.ebuild X-VCS-Directories: dev-java/jcifs/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 0cd0c11c313b1762d8dd6ea5e4c349932b1895f1 X-VCS-Branch: master Date: Mon, 21 Feb 2022 15:28:50 +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: 6a6e00a3-e80b-4eee-b074-abd9ec100aee X-Archives-Hash: 7dbbe5348b44314dc68d4a443226513e commit: 0cd0c11c313b1762d8dd6ea5e4c349932b1895f1 Author: Jakov Smolić gentoo org> AuthorDate: Mon Feb 21 15:28:41 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Mon Feb 21 15:28:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cd0c11c dev-java/jcifs: Stabilize 1.3.19-r1 x86, #833852 Signed-off-by: Jakov Smolić gentoo.org> dev-java/jcifs/jcifs-1.3.19-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/jcifs/jcifs-1.3.19-r1.ebuild b/dev-java/jcifs/jcifs-1.3.19-r1.ebuild index 4831fcf2e1d7..38592bdd0d52 100644 --- a/dev-java/jcifs/jcifs-1.3.19-r1.ebuild +++ b/dev-java/jcifs/jcifs-1.3.19-r1.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://jcifs.samba.org/" LICENSE="LGPL-2.1" SLOT="1.1" -KEYWORDS="amd64 ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc64 x86" CDEPEND="java-virtuals/servlet-api:3.0"