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 91F5C15808B for ; Tue, 15 Mar 2022 09:39:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BD1DE0870; Tue, 15 Mar 2022 09:39:03 +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 3C072E086D for ; Tue, 15 Mar 2022 09:39:02 +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 290CE3431DB for ; Tue, 15 Mar 2022 09:39:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4268326 for ; Tue, 15 Mar 2022 09:38:59 +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: <1647337086.e6f08364c0e10efcea7fdef2467efa2c8931e52c.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/plantuml/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/plantuml/plantuml-1.2022.1.ebuild X-VCS-Directories: media-gfx/plantuml/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: e6f08364c0e10efcea7fdef2467efa2c8931e52c X-VCS-Branch: master Date: Tue, 15 Mar 2022 09:38:59 +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: 8c86aed5-32a2-4f9b-9f70-975e7c4af428 X-Archives-Hash: 52ca5747f73eb1295144375797c60629 commit: e6f08364c0e10efcea7fdef2467efa2c8931e52c Author: Jakov Smolić gentoo org> AuthorDate: Tue Mar 15 09:38:06 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Tue Mar 15 09:38:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6f08364 media-gfx/plantuml: Stabilize 1.2022.1 amd64, #835127 Signed-off-by: Jakov Smolić gentoo.org> media-gfx/plantuml/plantuml-1.2022.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/plantuml/plantuml-1.2022.1.ebuild b/media-gfx/plantuml/plantuml-1.2022.1.ebuild index c1ad0e0aaa4f..8ba5d39fd289 100644 --- a/media-gfx/plantuml/plantuml-1.2022.1.ebuild +++ b/media-gfx/plantuml/plantuml-1.2022.1.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://plantuml.com" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" DEPEND=">=virtual/jdk-1.8:*"