commit: 2bfe697502c5c191390c25dcc6cb1961c23f1862
Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Tue Mar 27 05:54:18 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue Mar 27 22:30:10 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bfe6975
app-dicts/myspell-bg: EAPI bump
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-dicts/myspell-bg/myspell-bg-4.3.ebuild | 7 ++++---
1 file 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 18e50f8a8a0..0f267a3dcb4 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
}