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 A7BB5138336 for ; Sun, 20 Oct 2019 14:21:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD5CFE0ABE; Sun, 20 Oct 2019 14:21:03 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 C2CA9E0ABE for ; Sun, 20 Oct 2019 14:21: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 AD9DF34C0C4 for ; Sun, 20 Oct 2019 14:21:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8C4E882 for ; Sun, 20 Oct 2019 14:21:00 +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: <1571581171.33f44763c5dbe5fa0bf91983a0ffefd0b4b646e1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/liberation-fonts/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/liberation-fonts/liberation-fonts-2.00.5.ebuild X-VCS-Directories: media-fonts/liberation-fonts/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 33f44763c5dbe5fa0bf91983a0ffefd0b4b646e1 X-VCS-Branch: master Date: Sun, 20 Oct 2019 14:21:00 +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: 9e7d0526-763c-4252-984f-6758fc3d0916 X-Archives-Hash: d364ad7e1ba8908b9e5a91de332e2836 commit: 33f44763c5dbe5fa0bf91983a0ffefd0b4b646e1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 20 09:04:03 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 20 14:19:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33f44763 media-fonts/liberation-fonts: EAPI-7 bump Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> media-fonts/liberation-fonts/liberation-fonts-2.00.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-fonts/liberation-fonts/liberation-fonts-2.00.5.ebuild b/media-fonts/liberation-fonts/liberation-fonts-2.00.5.ebuild index a043d4f9aad..7cff094ba51 100644 --- a/media-fonts/liberation-fonts/liberation-fonts-2.00.5.ebuild +++ b/media-fonts/liberation-fonts/liberation-fonts-2.00.5.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 PYTHON_COMPAT=( python3_{5,6,7} )