diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-12-26 10:44:04 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-12-26 11:17:17 +0100 |
commit | 32ad5abb26e8783e1e16f61581b0e71afd96b03c (patch) | |
tree | 605fa22802f4ca983fba906f85bed41ad52f7cae /x11-libs | |
parent | media-gfx/kuickshow: update EAPI 7 -> 8 (diff) | |
download | gentoo-32ad5abb26e8783e1e16f61581b0e71afd96b03c.tar.gz gentoo-32ad5abb26e8783e1e16f61581b0e71afd96b03c.tar.bz2 gentoo-32ad5abb26e8783e1e16f61581b0e71afd96b03c.zip |
x11-libs/snorenotify: update EAPI 7 -> 8
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild | 8 |
1 files 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" |