commit:     197656e14d21f452c66ac506b9235d016b3ab9f3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  1 09:39:00 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar  1 09:40:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=197656e1

x11-misc/sw-notify-send: Bump to EAPI 8

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 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 f5e00f7c2a44..d2711a3030c0 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,26 +1,32 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 MY_P=tinynotify-send-${PV}
 DESCRIPTION="A system-wide variant of tinynotify-send"
 HOMEPAGE="https://github.com/projg2/tinynotify-send/";
 
SRC_URI="https://github.com/projg2/tinynotify-send/releases/download/${MY_P}/${MY_P}.tar.bz2";
+S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND="x11-libs/libtinynotify:0=
+DEPEND="
+       x11-libs/libtinynotify:0=
        ~x11-libs/libtinynotify-cli-${PV}
-       x11-libs/libtinynotify-systemwide:0="
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
+       x11-libs/libtinynotify-systemwide:0=
+"
+RDEPEND="
+       ${DEPEND}
+"
+BDEPEND="
+       virtual/pkgconfig
+"
 
 DOCS=( README )
-S=${WORKDIR}/${MY_P}
 
 src_configure() {
        local myconf=(

Reply via email to