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 0C910138334 for ; Tue, 9 Apr 2019 21:17:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18825E097B; Tue, 9 Apr 2019 21:17:04 +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 E7711E097B for ; Tue, 9 Apr 2019 21:17:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A12D1335D42 for ; Tue, 9 Apr 2019 21:17:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49734543 for ; Tue, 9 Apr 2019 21:17:01 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1554844606.be12850586d35c53d10d0be9099e6007c2aed3c9.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/plantuml/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/plantuml/plantuml-8046.ebuild X-VCS-Directories: media-gfx/plantuml/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: be12850586d35c53d10d0be9099e6007c2aed3c9 X-VCS-Branch: master Date: Tue, 9 Apr 2019 21:17:01 +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: 6cb1a399-aca3-462c-98b5-eadb37aa75d2 X-Archives-Hash: 34e7561bd1d4efcca34ac88a03e0d74f commit: be12850586d35c53d10d0be9099e6007c2aed3c9 Author: Mikle Kolyada gentoo org> AuthorDate: Tue Apr 9 21:16:46 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Tue Apr 9 21:16:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be128505 media-gfx/plantuml: amd64 stable wrt bug #667206 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64" media-gfx/plantuml/plantuml-8046.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/plantuml/plantuml-8046.ebuild b/media-gfx/plantuml/plantuml-8046.ebuild index e214cf19d51..57239acc9c8 100644 --- a/media-gfx/plantuml/plantuml-8046.ebuild +++ b/media-gfx/plantuml/plantuml-8046.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -11,7 +11,7 @@ HOMEPAGE="http://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.7"