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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E4671138359 for ; Sun, 13 Sep 2020 19:40:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 220B0E0829; Sun, 13 Sep 2020 19:40:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0C91AE0829 for ; Sun, 13 Sep 2020 19:40:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F1445335D8D for ; Sun, 13 Sep 2020 19:40:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62A9633F for ; Sun, 13 Sep 2020 19:40:34 +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: <1600026031.2effa4e6763b63f9b3ef1c08eb8680ad63d20e49.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/oracle-javamail/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/oracle-javamail/oracle-javamail-1.5.6.ebuild X-VCS-Directories: dev-java/oracle-javamail/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2effa4e6763b63f9b3ef1c08eb8680ad63d20e49 X-VCS-Branch: master Date: Sun, 13 Sep 2020 19:40:34 +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: a46b7d72-4dd2-4e61-be69-1424969b65be X-Archives-Hash: 7bdc245d093dc6a1e851b37df4f21b91 commit: 2effa4e6763b63f9b3ef1c08eb8680ad63d20e49 Author: Sam James gentoo org> AuthorDate: Sun Sep 13 19:40:09 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sun Sep 13 19:40:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2effa4e6 dev-java/oracle-javamail: Stabilize 1.5.6 amd64, #741012 Signed-off-by: Sam James gentoo.org> dev-java/oracle-javamail/oracle-javamail-1.5.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/oracle-javamail/oracle-javamail-1.5.6.ebuild b/dev-java/oracle-javamail/oracle-javamail-1.5.6.ebuild index 143e962b47e..5f7d463a69b 100644 --- a/dev-java/oracle-javamail/oracle-javamail-1.5.6.ebuild +++ b/dev-java/oracle-javamail/oracle-javamail-1.5.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="https://java.net/projects/javamail/downloads/download/source/javamail-$ # either of these LICENSE="CDDL GPL-2 BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND=">=virtual/jdk-1.6"