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 57B94138334 for ; Sat, 20 Oct 2018 12:17:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A297E0877; Sat, 20 Oct 2018 12:17:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 63135E0877 for ; Sat, 20 Oct 2018 12:17:19 +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 7162E335CCF for ; Sat, 20 Oct 2018 12:17:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BA2E447 for ; Sat, 20 Oct 2018 12:17:16 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1540037810.e7401feb93a7147628f334dee7dcc06d02b2018a.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/trinity/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/trinity/trinity-9999.ebuild X-VCS-Directories: dev-util/trinity/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: e7401feb93a7147628f334dee7dcc06d02b2018a X-VCS-Branch: master Date: Sat, 20 Oct 2018 12:17:16 +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: e1af6820-6ae8-4594-8ac4-e0a912ab4933 X-Archives-Hash: 19d55a9d4f279853680d00c235234c91 commit: e7401feb93a7147628f334dee7dcc06d02b2018a Author: Pacho Ramos gentoo org> AuthorDate: Sat Oct 20 11:58:37 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Oct 20 12:16:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7401feb dev-util/trinity: Bump eapi Signed-off-by: Pacho Ramos gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-util/trinity/trinity-9999.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-util/trinity/trinity-9999.ebuild b/dev-util/trinity/trinity-9999.ebuild index 2e263c788ce..4245b613481 100644 --- a/dev-util/trinity/trinity-9999.ebuild +++ b/dev-util/trinity/trinity-9999.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 - +EAPI=7 inherit toolchain-funcs git-r3 EGIT_REPO_URI="https://github.com/kernelslacker/trinity.git"