From c37a61d98e601a96c05310d80e60a26a5135b3e5 Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Sun, 17 Nov 2019 21:17:44 -0500 Subject: [PATCH] x11-misc/set_opacity: bump EAPI and stuff Signed-off-by: Aaron Bauman --- x11-misc/set_opacity/set_opacity-1.0.ebuild | 4 ++-- x11-misc/set_opacity/set_opacity-9999.ebuild | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/x11-misc/set_opacity/set_opacity-1.0.ebuild b/x11-misc/set_opacity/set_opacity-1.0.ebuild index 6f014ba2556d..c2462bb21a72 100644 --- a/x11-misc/set_opacity/set_opacity-1.0.ebuild +++ b/x11-misc/set_opacity/set_opacity-1.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="4" +EAPI=7 inherit toolchain-funcs diff --git a/x11-misc/set_opacity/set_opacity-9999.ebuild b/x11-misc/set_opacity/set_opacity-9999.ebuild index 5d3a926a7b19..d08b2ad84659 100644 --- a/x11-misc/set_opacity/set_opacity-9999.ebuild +++ b/x11-misc/set_opacity/set_opacity-9999.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" - -EGIT_REPO_URI="https://github.com/XVilka/set_opacity.git" +EAPI=7 inherit git-r3 toolchain-funcs +EGIT_REPO_URI="https://github.com/XVilka/set_opacity.git" + DESCRIPTION="Tool for set real compositing for windows through window's id, process' pid etc." HOMEPAGE="https://github.com/XVilka/set_opacity" SRC_URI="" -- 2.26.2