Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/bitlbee/
Date: Mon, 07 Feb 2022 20:20:20
Message-Id: 1644265197.4b3696530a0f9ae2545d9e73dcf9268516087117.arthurzam@gentoo
1 commit: 4b3696530a0f9ae2545d9e73dcf9268516087117
2 Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
3 AuthorDate: Thu Feb 3 14:22:21 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 7 20:19:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b369653
7
8 net-im/bitlbee: update EAPI 7 -> 8
9
10 Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
11 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
12
13 net-im/bitlbee/bitlbee-9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-im/bitlbee/bitlbee-9999.ebuild b/net-im/bitlbee/bitlbee-9999.ebuild
17 index b85617f5b02f..754994f83425 100644
18 --- a/net-im/bitlbee/bitlbee-9999.ebuild
19 +++ b/net-im/bitlbee/bitlbee-9999.ebuild
20 @@ -1,7 +1,7 @@
21 # Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=7
25 +EAPI=8
26
27 PYTHON_COMPAT=( python3_{7..10} )