summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@startmail.com>2018-03-22 08:39:08 -0500
committerAaron Bauman <bman@gentoo.org>2018-03-26 16:19:47 -0400
commit1140df46c2c02089d5ea4776d97847a466e7972a (patch)
treedf1876d14c03830e8ccbf9018904d1f38a87fc98 /app-accessibility/powiedz/powiedz-1.0-r2.ebuild
parentapp-accessibility/julius: EAPI bump and patch updates (diff)
downloadgentoo-1140df46c2c02089d5ea4776d97847a466e7972a.tar.gz
gentoo-1140df46c2c02089d5ea4776d97847a466e7972a.tar.bz2
gentoo-1140df46c2c02089d5ea4776d97847a466e7972a.zip
app-accessibility/powiedz: EAPI bump and patch cleanup
Package-Manager: Portage-2.3.24, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/7585
Diffstat (limited to 'app-accessibility/powiedz/powiedz-1.0-r2.ebuild')
-rw-r--r--app-accessibility/powiedz/powiedz-1.0-r2.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/app-accessibility/powiedz/powiedz-1.0-r2.ebuild b/app-accessibility/powiedz/powiedz-1.0-r2.ebuild
index 1a1157f50c2c..fc5fe347bd92 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-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
DESCRIPTION="Polish speech synthesizer based on rsynth"
HOMEPAGE="http://kadu.net/index.php?page=download&lang=en"
@@ -16,9 +16,9 @@ IUSE=""
S=${WORKDIR}/${PN}
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-dsp-handle-fix.patch
-}
+PATCHES=(
+ "${FILESDIR}"/${PN}-1.0-dsp-handle-fix.patch
+)
src_compile() {
emake -f Makefile_plain LDLIBS="-lm" CFLAGS="${CFLAGS}" DEFS="" CC=$(tc-getCC)