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 173D61392E8 for ; Sun, 25 Jul 2021 15:01:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED818E0BD2; Sun, 25 Jul 2021 15:01:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 60B9CE0BC2 for ; Sun, 25 Jul 2021 15:01:36 +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 5A4C7342D12 for ; Sun, 25 Jul 2021 15:01:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BABC4581 for ; Sun, 25 Jul 2021 15:01:33 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1627224309.dc656be315d6e09cdd47b29d0ff7e52b14a0cdf9.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/wcwidth/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/wcwidth/wcwidth-0.0.2.ebuild X-VCS-Directories: dev-haskell/wcwidth/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: dc656be315d6e09cdd47b29d0ff7e52b14a0cdf9 X-VCS-Branch: master Date: Sun, 25 Jul 2021 15:01:33 +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: 81ba6eb5-d13d-4f78-8941-32bf80c60374 X-Archives-Hash: 5d70f6f2497dc7a0b460879f081e2d9e commit: dc656be315d6e09cdd47b29d0ff7e52b14a0cdf9 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Jul 25 14:45:09 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Jul 25 14:45:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc656be3 dev-haskell/wcwidth: switch to EAPI=8 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich gentoo.org> dev-haskell/wcwidth/wcwidth-0.0.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-haskell/wcwidth/wcwidth-0.0.2.ebuild b/dev-haskell/wcwidth/wcwidth-0.0.2.ebuild index 32bc1fc8e9e..e46cf9838bb 100644 --- a/dev-haskell/wcwidth/wcwidth-0.0.2.ebuild +++ b/dev-haskell/wcwidth/wcwidth-0.0.2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 # ebuild generated by hackport 0.5.5 # hackport: flags: +split-base