commit: 32ad5abb26e8783e1e16f61581b0e71afd96b03c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 26 09:44:04 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 26 10:17:17 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32ad5abb
x11-libs/snorenotify: update EAPI 7 -> 8
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild
b/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild
index a57a16a0ba29..eea845cc2e0a 100644
--- a/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild
+++ b/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
VIRTUALX_REQUIRED="test"
inherit ecm
@@ -16,9 +16,6 @@ KEYWORDS="amd64 ~arm arm64 ~riscv x86"
IUSE="sound test"
RESTRICT="!test? ( test )"
-BDEPEND="
- dev-qt/linguist-tools:5
-"
RDEPEND="
dev-qt/qtdbus:5
dev-qt/qtdeclarative:5
@@ -31,6 +28,7 @@ RDEPEND="
DEPEND="${RDEPEND}
test? ( dev-qt/qttest:5 )
"
+BDEPEND="dev-qt/linguist-tools:5"
PATCHES=(
"${FILESDIR}/${P}-desktop.patch"