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/
Date: Wed, 19 Aug 2020 14:40:40
Message-Id: 1597847997.34c49ab445559950d0c54034626e600711c89054.hattya@gentoo
1 commit: 34c49ab445559950d0c54034626e600711c89054
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 19 14:25:39 2020 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 19 14:39:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34c49ab4
7
8 app-i18n/ibus-table: update to EAPI 7
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
12
13 app-i18n/ibus-table/ibus-table-1.9.18-r1.ebuild | 6 +++---
14 app-i18n/ibus-table/ibus-table-1.9.21-r1.ebuild | 6 +++---
15 2 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/app-i18n/ibus-table/ibus-table-1.9.18-r1.ebuild b/app-i18n/ibus-table/ibus-table-1.9.18-r1.ebuild
18 index c021640c7f3..3984c433363 100644
19 --- a/app-i18n/ibus-table/ibus-table-1.9.18-r1.ebuild
20 +++ b/app-i18n/ibus-table/ibus-table-1.9.18-r1.ebuild
21 @@ -1,7 +1,7 @@
22 # Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI="6"
26 +EAPI="7"
27 PYTHON_COMPAT=( python3_{6,7,8} )
28 PYTHON_REQ_USE="sqlite(+)"
29
30 @@ -24,8 +24,8 @@ RDEPEND="${PYTHON_DEPS}
31 ')
32 virtual/libiconv
33 nls? ( virtual/libintl )"
34 -DEPEND="${RDEPEND}
35 - virtual/pkgconfig
36 +DEPEND="${RDEPEND}"
37 +BDEPEND="virtual/pkgconfig
38 nls? ( sys-devel/gettext )"
39
40 src_prepare() {
41
42 diff --git a/app-i18n/ibus-table/ibus-table-1.9.21-r1.ebuild b/app-i18n/ibus-table/ibus-table-1.9.21-r1.ebuild
43 index b34d29b8cfc..35165054cd6 100644
44 --- a/app-i18n/ibus-table/ibus-table-1.9.21-r1.ebuild
45 +++ b/app-i18n/ibus-table/ibus-table-1.9.21-r1.ebuild
46 @@ -1,7 +1,7 @@
47 # Copyright 1999-2020 Gentoo Authors
48 # Distributed under the terms of the GNU General Public License v2
49
50 -EAPI="6"
51 +EAPI="7"
52 PYTHON_COMPAT=( python3_{6,7,8} )
53 PYTHON_REQ_USE="sqlite(+)"
54
55 @@ -25,8 +25,8 @@ RDEPEND="${PYTHON_DEPS}
56 ')
57 virtual/libiconv
58 nls? ( virtual/libintl )"
59 -DEPEND="${RDEPEND}
60 - virtual/pkgconfig
61 +DEPEND="${RDEPEND}"
62 +BDEPEND="virtual/pkgconfig
63 nls? ( sys-devel/gettext )"
64
65 src_prepare() {