diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-03-27 00:54:18 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-03-27 18:30:10 -0400 |
commit | 2bfe697502c5c191390c25dcc6cb1961c23f1862 (patch) | |
tree | ef303546d3b05af2eaefbd447eb731d2076426ae /app-dicts | |
parent | app-dicts/myspell-af: EAPI bump (diff) | |
download | gentoo-2bfe697502c5c191390c25dcc6cb1961c23f1862.tar.gz gentoo-2bfe697502c5c191390c25dcc6cb1961c23f1862.tar.bz2 gentoo-2bfe697502c5c191390c25dcc6cb1961c23f1862.zip |
app-dicts/myspell-bg: EAPI bump
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/myspell-bg/myspell-bg-4.3.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-dicts/myspell-bg/myspell-bg-4.3.ebuild b/app-dicts/myspell-bg/myspell-bg-4.3.ebuild index 18e50f8a8a05..0f267a3dcb43 100644 --- a/app-dicts/myspell-bg/myspell-bg-4.3.ebuild +++ b/app-dicts/myspell-bg/myspell-bg-4.3.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=6 MY_P="OOo-full-pack-bg-${PV}" @@ -33,7 +33,8 @@ IUSE="" S="${WORKDIR}/${MY_P}" src_prepare() { + default # remove licenses that are suffixed with txt # so they are not picked by install dodoc - rm -rf *.txt + rm -rf *.txt || die } |