Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/polybar/
Date: Tue, 28 May 2019 20:06:00
Message-Id: 1559073947.fcec73baa9ada45522df93e315af9e7b79365d46.johu@gentoo
1 commit: fcec73baa9ada45522df93e315af9e7b79365d46
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 28 19:24:17 2019 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Tue May 28 20:05:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcec73ba
7
8 x11-misc/polybar: EAPI 7
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.13
11 Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
12
13 x11-misc/polybar/polybar-9999.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/x11-misc/polybar/polybar-9999.ebuild b/x11-misc/polybar/polybar-9999.ebuild
17 index 3d18bd3871c..1c6fc7d1218 100644
18 --- a/x11-misc/polybar/polybar-9999.ebuild
19 +++ b/x11-misc/polybar/polybar-9999.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 -PYTHON_COMPAT=( python2_7 )
27 +EAPI=7
28
29 +PYTHON_COMPAT=( python2_7 )
30 inherit cmake-utils git-r3 python-single-r1
31
32 DESCRIPTION="A fast and easy-to-use tool for creating status bars"