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 887B813835A for ; Thu, 1 Apr 2021 21:17:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A12DBE0901; Thu, 1 Apr 2021 21:17:31 +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 86434E0901 for ; Thu, 1 Apr 2021 21:17:31 +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 4AC0D340CFB for ; Thu, 1 Apr 2021 21:17:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9AE6263A for ; Thu, 1 Apr 2021 21:17:27 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1617311824.2d728b2de585e424d40e119ee5a285aae88ad6e7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/powiedz/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-accessibility/powiedz/powiedz-1.0-r2.ebuild X-VCS-Directories: app-accessibility/powiedz/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2d728b2de585e424d40e119ee5a285aae88ad6e7 X-VCS-Branch: master Date: Thu, 1 Apr 2021 21:17:27 +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: acb2f10a-df2b-4fba-8e9d-75ddc83235f0 X-Archives-Hash: 1083074233f9b5eceb5729dbdc4ae2aa commit: 2d728b2de585e424d40e119ee5a285aae88ad6e7 Author: Sam James gentoo org> AuthorDate: Thu Apr 1 01:50:31 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Apr 1 21:17:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d728b2d app-accessibility/powiedz: port to EAPI 7, fix MissingInherits (desktop) Closes: https://bugs.gentoo.org/722070 Signed-off-by: Sam James gentoo.org> app-accessibility/powiedz/powiedz-1.0-r2.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app-accessibility/powiedz/powiedz-1.0-r2.ebuild b/app-accessibility/powiedz/powiedz-1.0-r2.ebuild index d24bcb534ad..335ec19afe5 100644 --- a/app-accessibility/powiedz/powiedz-1.0-r2.ebuild +++ b/app-accessibility/powiedz/powiedz-1.0-r2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit toolchain-funcs +inherit desktop toolchain-funcs DESCRIPTION="Polish speech synthesizer based on rsynth" HOMEPAGE="http://kadu.net/index.php?page=download&lang=en" @@ -13,7 +13,6 @@ S="${WORKDIR}/${PN}" LICENSE="GPL-1" SLOT="0" KEYWORDS="amd64 ppc ~sparc x86" -IUSE="" PATCHES=( "${FILESDIR}"/${PN}-1.0-dsp-handle-fix.patch