From: Aaron Bauman Date: Mon, 18 Nov 2019 02:17:44 +0000 (-0500) Subject: x11-misc/set_opacity: bump EAPI and stuff X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c37a61d98e601a96c05310d80e60a26a5135b3e5;p=gentoo.git x11-misc/set_opacity: bump EAPI and stuff Signed-off-by: Aaron Bauman --- 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=""