diff options
author | David Seifert <soap@gentoo.org> | 2017-12-29 22:58:23 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-29 23:32:56 +0100 |
commit | 032aeb6506453ad6ff0a95f14f4038e77bc9ba1a (patch) | |
tree | 8b9cbe5d113b05a45200e99af90cc42fe227ff11 /app-accessibility | |
parent | app-accessibility/sphinx2: Port to EAPI 6 (diff) | |
download | gentoo-032aeb6506453ad6ff0a95f14f4038e77bc9ba1a.tar.gz gentoo-032aeb6506453ad6ff0a95f14f4038e77bc9ba1a.tar.bz2 gentoo-032aeb6506453ad6ff0a95f14f4038e77bc9ba1a.zip |
app-accessibility/pidgin-festival: Port to EAPI 6
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/pidgin-festival/pidgin-festival-2.4.ebuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/app-accessibility/pidgin-festival/pidgin-festival-2.4.ebuild b/app-accessibility/pidgin-festival/pidgin-festival-2.4.ebuild index 4858afecda65..854b9e25929d 100644 --- a/app-accessibility/pidgin-festival/pidgin-festival-2.4.ebuild +++ b/app-accessibility/pidgin-festival/pidgin-festival-2.4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=2 +EAPI=6 DESCRIPTION="A plugin which enables text-to-speech output of conversations using festival" HOMEPAGE="https://sourceforge.net/projects/pidgin-festival/" @@ -12,13 +12,9 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" -RDEPEND="app-accessibility/festival +RDEPEND=" + app-accessibility/festival net-im/pidgin[gtk] x11-libs/gtk+:2" DEPEND="${RDEPEND} virtual/pkgconfig" - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc README ChangeLog || die -} |