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 91DFD158087 for ; Sat, 16 Oct 2021 13:59:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC064E0829; Sat, 16 Oct 2021 13:59:08 +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-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 90452E082B for ; Sat, 16 Oct 2021 13:59:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A84DE3430E9 for ; Sat, 16 Oct 2021 13:59:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD342165 for ; Sat, 16 Oct 2021 13:59:04 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1634392718.86354b74e09641092679b375f6953a72801d6586.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/qqwing/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/qqwing/qqwing-1.3.4.ebuild X-VCS-Directories: dev-libs/qqwing/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 86354b74e09641092679b375f6953a72801d6586 X-VCS-Branch: master Date: Sat, 16 Oct 2021 13:59:04 +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: 6f4c5de6-7817-4136-ba40-c5352d0f24ff X-Archives-Hash: e3d7b0340349fe101c5b0f2f403ab3e3 commit: 86354b74e09641092679b375f6953a72801d6586 Author: David Seifert gentoo org> AuthorDate: Sat Oct 16 13:58:38 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Oct 16 13:58:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86354b74 dev-libs/qqwing: port to EAPI 8 Signed-off-by: David Seifert gentoo.org> dev-libs/qqwing/qqwing-1.3.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/qqwing/qqwing-1.3.4.ebuild b/dev-libs/qqwing/qqwing-1.3.4.ebuild index 02c5bd8cc29..8fa1cf43c1b 100644 --- a/dev-libs/qqwing/qqwing-1.3.4.ebuild +++ b/dev-libs/qqwing/qqwing-1.3.4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 DESCRIPTION="Sudoku puzzle generator and solver" HOMEPAGE="https://qqwing.com"