From: Michał Górny Date: Sun, 5 Jan 2020 15:08:16 +0000 (+0100) Subject: x11-misc/sw-notify-send: Bump to EAPI 7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=fc87c0d801141d62dea219f42a68ee982e90734e;p=gentoo.git x11-misc/sw-notify-send: Bump to EAPI 7 Signed-off-by: Michał Górny --- 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