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 F1EAC139084 for ; Sat, 25 Nov 2017 14:19:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4C1CE0DE9; Sat, 25 Nov 2017 14:19:16 +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 C5CB5E0DE9 for ; Sat, 25 Nov 2017 14:19:16 +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 AF00533C770 for ; Sat, 25 Nov 2017 14:19:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 754FDA72C for ; Sat, 25 Nov 2017 14:19:14 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1511619545.ab7ee657e3f57b1c37366267f9ddcc5a80e4a65f.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/scala-ide/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/scala-ide/scala-ide-4.1.0.ebuild dev-util/scala-ide/scala-ide-4.3.0.ebuild X-VCS-Directories: dev-util/scala-ide/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: ab7ee657e3f57b1c37366267f9ddcc5a80e4a65f X-VCS-Branch: master Date: Sat, 25 Nov 2017 14:19:14 +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-Archives-Salt: e35158be-50c0-41ff-a8e8-cc34d9a779fd X-Archives-Hash: 4af8c56c5deb1c2f438e841902466b97 commit: ab7ee657e3f57b1c37366267f9ddcc5a80e4a65f Author: Patrick Lauer gentoo org> AuthorDate: Sat Nov 25 14:11:15 2017 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Sat Nov 25 14:19:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab7ee657 dev-util/scala-ide: Whitespace Package-Manager: Portage-2.3.16, Repoman-2.3.6 dev-util/scala-ide/scala-ide-4.1.0.ebuild | 3 ++- dev-util/scala-ide/scala-ide-4.3.0.ebuild | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-util/scala-ide/scala-ide-4.1.0.ebuild b/dev-util/scala-ide/scala-ide-4.1.0.ebuild index 9563ac9cecd..ed655153400 100644 --- a/dev-util/scala-ide/scala-ide-4.1.0.ebuild +++ b/dev-util/scala-ide/scala-ide-4.1.0.ebuild @@ -1,5 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 + EAPI=5 inherit java-pkg-opt-2 diff --git a/dev-util/scala-ide/scala-ide-4.3.0.ebuild b/dev-util/scala-ide/scala-ide-4.3.0.ebuild index 8e637c5ccde..1e477ba646e 100644 --- a/dev-util/scala-ide/scala-ide-4.3.0.ebuild +++ b/dev-util/scala-ide/scala-ide-4.3.0.ebuild @@ -1,5 +1,6 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 + EAPI=5 inherit java-pkg-opt-2