diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-08-16 20:41:17 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-08-16 20:41:17 +0300 |
commit | 3e825229b96fefc9e2ab1dac5b9bb1182b241811 (patch) | |
tree | e873d9126e4262a8f4d5fe002c5979e81e6c26c9 /gui-apps | |
parent | gui-apps/kanshi: add 1.2.0, EAPI=8 (diff) | |
download | gentoo-3e825229b96fefc9e2ab1dac5b9bb1182b241811.tar.gz gentoo-3e825229b96fefc9e2ab1dac5b9bb1182b241811.tar.bz2 gentoo-3e825229b96fefc9e2ab1dac5b9bb1182b241811.zip |
gui-apps/kanshi: sync live ebuild
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/kanshi/kanshi-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gui-apps/kanshi/kanshi-9999.ebuild b/gui-apps/kanshi/kanshi-9999.ebuild index 221a5f5f59ed..b415cae3b1ac 100644 --- a/gui-apps/kanshi/kanshi-9999.ebuild +++ b/gui-apps/kanshi/kanshi-9999.ebuild @@ -1,12 +1,12 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit meson DESCRIPTION="dynamic display configuration (autorandr for wayland)" -HOMEPAGE="https://github.com/emersion/kanshi" +HOMEPAGE="https://wayland.emersion.fr/kanshi/ https://sr.ht/~emersion/kanshi/" if [[ ${PV} == 9999 ]]; then inherit git-r3 |