diff options
author | Akinori Hattori <hattya@gentoo.org> | 2018-07-20 23:26:40 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2018-07-20 23:27:31 +0900 |
commit | 200e6540076941148062ae1ba41641bf71a40ff0 (patch) | |
tree | 4abd2b00e314a8df9d5ebe597ba29d5a56d8e902 /app-dicts/mecab-ipadic | |
parent | app-dicts/mecab-ipadic: update HOMEPAGE (diff) | |
download | gentoo-200e6540076941148062ae1ba41641bf71a40ff0.tar.gz gentoo-200e6540076941148062ae1ba41641bf71a40ff0.tar.bz2 gentoo-200e6540076941148062ae1ba41641bf71a40ff0.zip |
app-dicts/mecab-ipadic: update to EAPI 6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-dicts/mecab-ipadic')
-rw-r--r-- | app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070801.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070801.ebuild b/app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070801.ebuild index 67d31976b0d4..b6e5428ed4cf 100644 --- a/app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070801.ebuild +++ b/app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070801.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI="6" MY_P="${PN}-${PV%.*}-${PV/*.}" |