summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2019-11-17 21:17:44 -0500
committerAaron Bauman <bman@gentoo.org>2019-11-17 21:17:44 -0500
commitc37a61d98e601a96c05310d80e60a26a5135b3e5 (patch)
treeeb97ca3ca97f429d864b0944ef87bd2484ba4f43
parentnet-libs/libecap: drop old EAPI (diff)
downloadgentoo-c37a61d9.tar.gz
gentoo-c37a61d9.tar.bz2
gentoo-c37a61d9.zip
x11-misc/set_opacity: bump EAPI and stuff
Signed-off-by: Aaron Bauman <bman@gentoo.org>
-rw-r--r--x11-misc/set_opacity/set_opacity-1.0.ebuild4
-rw-r--r--x11-misc/set_opacity/set_opacity-9999.ebuild8
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=""