diff options
author | 2016-07-10 22:54:25 +0200 | |
---|---|---|
committer | 2016-07-10 22:54:25 +0200 | |
commit | a1abfb43d8489e0987413a277748ec39857246e6 (patch) | |
tree | 1efe335bfef557837d5a1d779c16411dcfee3b7b /app-text/stardict | |
parent | net-print/foo2zjs: Version bump (diff) | |
download | mv-a1abfb43d8489e0987413a277748ec39857246e6.tar.gz mv-a1abfb43d8489e0987413a277748ec39857246e6.tar.bz2 mv-a1abfb43d8489e0987413a277748ec39857246e6.zip |
Bump to EAPI=6
Diffstat (limited to 'app-text/stardict')
-rw-r--r-- | app-text/stardict/stardict-3.0.6-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/stardict/stardict-3.0.6-r2.ebuild b/app-text/stardict/stardict-3.0.6-r2.ebuild index 0ef73996..517d15ae 100644 --- a/app-text/stardict/stardict-3.0.6-r2.ebuild +++ b/app-text/stardict/stardict-3.0.6-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 # NOTE: Even though the *.dict.dz are the same as dictd/freedict's files, # their indexes seem to be in a different format. So we'll keep them @@ -11,9 +11,8 @@ EAPI=5 # NOTE: Festival plugin crashes, bug 188684. Disable for now. GNOME2_LA_PUNT=yes -GCONF_DEBUG=no -inherit autotools eutils flag-o-matic gnome2 +inherit autotools flag-o-matic gnome2 DESCRIPTION="A international dictionary supporting fuzzy and glob style matching" HOMEPAGE="http://stardict-4.sourceforge.net/" @@ -58,6 +57,7 @@ DEPEND="${COMMON_DEPEND} " src_prepare() { + eapply_user if ! use gnome then sed -i \ -e 's/GNOME_DOC_INIT/GNOME_DOC_INIT([0.32],[:],[:])/' \ |