diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-05 16:08:16 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-05 16:17:58 +0100 |
commit | fc87c0d801141d62dea219f42a68ee982e90734e (patch) | |
tree | f8c6d561ff3124e32f54ccde1221cdcbc200f311 /x11-misc | |
parent | www-servers/boa: Bump to EAPI 7 (diff) | |
download | gentoo-fc87c0d801141d62dea219f42a68ee982e90734e.tar.gz gentoo-fc87c0d801141d62dea219f42a68ee982e90734e.tar.bz2 gentoo-fc87c0d801141d62dea219f42a68ee982e90734e.zip |
x11-misc/sw-notify-send: Bump to EAPI 7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/sw-notify-send/sw-notify-send-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild b/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild index 67c06dc2d15d..89f5d2ea4b6e 100644 --- a/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild +++ b/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 MY_P=tinynotify-send-${PV} DESCRIPTION="A system-wide variant of tinynotify-send" diff --git a/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild b/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild index c0ac15bb55ec..a7650200395f 100644 --- a/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild +++ b/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 EGIT_REPO_URI="https://github.com/mgorny/tinynotify-send.git" inherit autotools git-r3 |