diff options
author | Christian Tietz <christian.tietz@mailbox.org> | 2016-06-05 01:42:19 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-06-05 07:51:21 +0000 |
commit | 005c3bafae45879eb5f9e7dbd9d6c751bd8d3876 (patch) | |
tree | 7094ff061aedd91b66a4e3c955066a1b37cf6101 /app-editors/gummi | |
parent | app-editors/gummi: revise metadata.xml (diff) | |
download | gentoo-005c3bafae45879eb5f9e7dbd9d6c751bd8d3876.tar.gz gentoo-005c3bafae45879eb5f9e7dbd9d6c751bd8d3876.tar.bz2 gentoo-005c3bafae45879eb5f9e7dbd9d6c751bd8d3876.zip |
app-editors/gummi: bump 0.6.6 to EAPI 6
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1611
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-editors/gummi')
-rw-r--r-- | app-editors/gummi/gummi-0.6.6.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/app-editors/gummi/gummi-0.6.6.ebuild b/app-editors/gummi/gummi-0.6.6.ebuild index 99c540041e1e..48a1261f8106 100644 --- a/app-editors/gummi/gummi-0.6.6.ebuild +++ b/app-editors/gummi/gummi-0.6.6.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit autotools eutils @@ -18,7 +18,7 @@ IUSE="" LANGS="ar ca cs da de el es fr hu it nl pl pt pt_BR ro ru sv zh_CN zh_TW" for X in ${LANGS} ; do - IUSE="${IUSE} +linguas_${X}" + IUSE="${IUSE} linguas_${X}" done RDEPEND=" @@ -38,10 +38,11 @@ DOCS=( AUTHORS ChangeLog README.md ) src_prepare() { strip-linguas ${LANGS} eautoreconf + default } pkg_postinst() { - elog "Gummi >=0.4.8 supports spell-checking through gtkspell. Support for" - elog "additional languages can be added by installing myspell-** packages" - elog "for your language of choice." + elog "Gummi supports spell-checking through gtkspell. Support for" + elog "additional languages can be added by installing myspell-**-" + elog "packages for your language of choice." } |