diff options
author | Akinori Hattori <hattya@gentoo.org> | 2021-10-12 22:24:07 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2021-10-12 22:24:07 +0900 |
commit | 3c95c6f3f3f63c803f82d492d0de47dc1f8df692 (patch) | |
tree | e213b9f21448b5f8b133e1bf635bb3225964401b /app-i18n/uim-tomoe-gtk | |
parent | app-i18n/tomoe-gtk: fix link with gold (diff) | |
download | gentoo-3c95c6f3f3f63c803f82d492d0de47dc1f8df692.tar.gz gentoo-3c95c6f3f3f63c803f82d492d0de47dc1f8df692.tar.bz2 gentoo-3c95c6f3f3f63c803f82d492d0de47dc1f8df692.zip |
app-i18n/uim-tomoe-gtk: update to EAPI 7
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'app-i18n/uim-tomoe-gtk')
-rw-r--r-- | app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild b/app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild index ff99b8ad6a2a..0775f7479887 100644 --- a/app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild +++ b/app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="7" inherit autotools @@ -16,8 +16,8 @@ IUSE="" RDEPEND="app-i18n/uim ~app-i18n/tomoe-gtk-0.6.0" -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" src_prepare() { default |