diff options
author | Johannes Huber <johu@gentoo.org> | 2019-05-28 21:24:17 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2019-05-28 22:05:47 +0200 |
commit | fcec73baa9ada45522df93e315af9e7b79365d46 (patch) | |
tree | bbf2bd4514a751d9612838d7763db046ebae078b /x11-misc/polybar | |
parent | dev-ruby/ruby-progressbar: add 1.10.1 (diff) | |
download | gentoo-fcec73baa9ada45522df93e315af9e7b79365d46.tar.gz gentoo-fcec73baa9ada45522df93e315af9e7b79365d46.tar.bz2 gentoo-fcec73baa9ada45522df93e315af9e7b79365d46.zip |
x11-misc/polybar: EAPI 7
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Johannes Huber <johu@gentoo.org>
Diffstat (limited to 'x11-misc/polybar')
-rw-r--r-- | x11-misc/polybar/polybar-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/polybar/polybar-9999.ebuild b/x11-misc/polybar/polybar-9999.ebuild index 3d18bd3871c8..1c6fc7d12183 100644 --- a/x11-misc/polybar/polybar-9999.ebuild +++ b/x11-misc/polybar/polybar-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -PYTHON_COMPAT=( python2_7 ) +EAPI=7 +PYTHON_COMPAT=( python2_7 ) inherit cmake-utils git-r3 python-single-r1 DESCRIPTION="A fast and easy-to-use tool for creating status bars" |