Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/uim-tomoe-gtk/
Date: Tue, 12 Oct 2021 13:24:30
Message-Id: 1634045047.3c95c6f3f3f63c803f82d492d0de47dc1f8df692.hattya@gentoo
1 commit: 3c95c6f3f3f63c803f82d492d0de47dc1f8df692
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 12 13:24:07 2021 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 12 13:24:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c95c6f3
7
8 app-i18n/uim-tomoe-gtk: update to EAPI 7
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
12
13 app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 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
17 index ff99b8ad6a2..0775f747988 100644
18 --- a/app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild
19 +++ b/app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI="6"
26 +EAPI="7"
27
28 inherit autotools
29
30 @@ -16,8 +16,8 @@ IUSE=""
31
32 RDEPEND="app-i18n/uim
33 ~app-i18n/tomoe-gtk-0.6.0"
34 -DEPEND="${RDEPEND}
35 - virtual/pkgconfig"
36 +DEPEND="${RDEPEND}"
37 +BDEPEND="virtual/pkgconfig"
38
39 src_prepare() {
40 default