Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/logger/
Date: Mon, 28 Jun 2021 18:21:24
Message-Id: 1624904425.9343f1070161a381f65e7652a94bb84eb5216632.floppym@gentoo
1 commit: 9343f1070161a381f65e7652a94bb84eb5216632
2 Author: David Michael <fedora.dm0 <AT> gmail <DOT> com>
3 AuthorDate: Mon Jun 28 12:53:20 2021 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 28 18:20:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9343f107
7
8 virtual/logger: EAPI 7
9
10 Closes: https://bugs.gentoo.org/799038
11 Package-Manager: Portage-3.0.20, Repoman-3.0.2
12 Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com>
13 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
14
15 virtual/logger/logger-0-r1.ebuild | 3 ++-
16 1 file changed, 2 insertions(+), 1 deletion(-)
17
18 diff --git a/virtual/logger/logger-0-r1.ebuild b/virtual/logger/logger-0-r1.ebuild
19 index 845ae4b8917..048061d753e 100644
20 --- a/virtual/logger/logger-0-r1.ebuild
21 +++ b/virtual/logger/logger-0-r1.ebuild
22 @@ -1,9 +1,10 @@
23 # Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=6
27 +EAPI=7
28
29 DESCRIPTION="Virtual for system loggers"
30 +
31 SLOT="0"
32 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"