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 B73B0158095 for ; Mon, 25 Jul 2022 07:07:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 480ACE10A0; Mon, 25 Jul 2022 07:07:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 31B47E10A0 for ; Mon, 25 Jul 2022 07:07:11 +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 60B0A340D88 for ; Mon, 25 Jul 2022 07:07:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E065569 for ; Mon, 25 Jul 2022 07:07:07 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1658732780.91f6a06d06058d4c8ed53bc5b2a1e36b8db8d6db.ago@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.6.ebuild X-VCS-Directories: media-gfx/plantuml/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 91f6a06d06058d4c8ed53bc5b2a1e36b8db8d6db X-VCS-Branch: master Date: Mon, 25 Jul 2022 07:07:07 +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: b0cd9f79-ee3e-4b54-9c2f-04eb362aef9a X-Archives-Hash: eeaf630bbad9d0d30f8743ddf6182ac2 commit: 91f6a06d06058d4c8ed53bc5b2a1e36b8db8d6db Author: Agostino Sarubbo gentoo org> AuthorDate: Mon Jul 25 07:06:20 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Mon Jul 25 07:06:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91f6a06d media-gfx/plantuml: amd64 stable wrt bug #860243 Signed-off-by: Agostino Sarubbo gentoo.org> media-gfx/plantuml/plantuml-1.2022.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/plantuml/plantuml-1.2022.6.ebuild b/media-gfx/plantuml/plantuml-1.2022.6.ebuild index c1ad0e0aaa4f..8ba5d39fd289 100644 --- a/media-gfx/plantuml/plantuml-1.2022.6.ebuild +++ b/media-gfx/plantuml/plantuml-1.2022.6.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:*"