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/ibus-table-others/
Date: Thu, 03 Sep 2020 13:54:54
Message-Id: 1599141116.80abc2ed043a469ffe3e71d7a0ebfb1a42c5b2a4.hattya@gentoo
1 commit: 80abc2ed043a469ffe3e71d7a0ebfb1a42c5b2a4
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 3 13:51:56 2020 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 3 13:51:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80abc2ed
7
8 app-i18n/ibus-table-others: update to EAPI 7
9
10 Package-Manager: Portage-3.0.4, Repoman-2.3.23
11 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
12
13 app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild b/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild
17 index 5d1041b1846..9a293c70f8c 100644
18 --- a/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild
19 +++ b/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild
20 @@ -1,7 +1,7 @@
21 # Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI="6"
25 +EAPI="7"
26
27 DESCRIPTION="Various tables for IBus-Table"
28 HOMEPAGE="https://github.com/moebiuscurve/ibus-table-others"
29 @@ -17,5 +17,5 @@ RDEPEND="app-i18n/ibus-table
30 !app-i18n/ibus-table-cyrillic
31 !app-i18n/ibus-table-latin
32 !app-i18n/ibus-table-tv"
33 -DEPEND="${RDEPEND}
34 - virtual/pkgconfig"
35 +DEPEND="${RDEPEND}"
36 +BDEPEND="virtual/pkgconfig"