commit: 2d728b2de585e424d40e119ee5a285aae88ad6e7 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Apr 1 01:50:31 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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
