From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [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 B8251138334 for ; Sat, 26 Jan 2019 20:29:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4E43E0AAD; Sat, 26 Jan 2019 20:29:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 AE7BFE0AA0 for ; Sat, 26 Jan 2019 20:29:09 +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 9D6B6335D63 for ; Sat, 26 Jan 2019 20:29:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBFE2528 for ; Sat, 26 Jan 2019 20:29:05 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1548534522.4d6d212cc800a3c9b7a4821a6fc504dacbebad98.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: sci-astronomy/kstars/ X-VCS-Repository: proj/kde X-VCS-Files: sci-astronomy/kstars/kstars-9999.ebuild X-VCS-Directories: sci-astronomy/kstars/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4d6d212cc800a3c9b7a4821a6fc504dacbebad98 X-VCS-Branch: master Date: Sat, 26 Jan 2019 20:29:05 +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: 58300506-3d23-441b-bdda-368b8fdffa8d X-Archives-Hash: 5a899cef66d9f32894d167ffee61a2e3 commit: 4d6d212cc800a3c9b7a4821a6fc504dacbebad98 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jan 19 16:33:22 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jan 26 20:28:42 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4d6d212c sci-astronomy/kstars: EAPI-7 bump Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-astronomy/kstars/kstars-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-astronomy/kstars/kstars-9999.ebuild b/sci-astronomy/kstars/kstars-9999.ebuild index d2473dba59..6e6e693aba 100644 --- a/sci-astronomy/kstars/kstars-9999.ebuild +++ b/sci-astronomy/kstars/kstars-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 KDE_HANDBOOK="forceoptional" PYTHON_COMPAT=( python2_7 )