diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-07-25 20:36:23 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-07-27 10:43:19 +0200 |
commit | a50487ac2b346c5c1f03b33e9b47d4326b812375 (patch) | |
tree | 6e7244f7b1ed56f78f2ab3e9efd2e3800eaca080 /x11-misc/kapow | |
parent | media-sound/fmit: Drop usage of 'D' in src_configure (diff) | |
download | gentoo-a50487ac2b346c5c1f03b33e9b47d4326b812375.tar.gz gentoo-a50487ac2b346c5c1f03b33e9b47d4326b812375.tar.bz2 gentoo-a50487ac2b346c5c1f03b33e9b47d4326b812375.zip |
x11-misc/kapow: Move dev-qt/linguist-tools:5 to BDEPEND, EAPI-8
Bug: https://bugs.gentoo.org/544938
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-misc/kapow')
-rw-r--r-- | x11-misc/kapow/kapow-1.5.10.ebuild | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/x11-misc/kapow/kapow-1.5.10.ebuild b/x11-misc/kapow/kapow-1.5.10.ebuild index f9dd263d6279..99d2b1b4ae5d 100644 --- a/x11-misc/kapow/kapow-1.5.10.ebuild +++ b/x11-misc/kapow/kapow-1.5.10.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 + inherit qmake-utils xdg-utils DESCRIPTION="A punch clock program designed to easily keep track of your hours" @@ -19,13 +20,10 @@ RDEPEND=" dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 " -DEPEND=" - ${RDEPEND} - dev-qt/linguist-tools:5 -" -K_LANGS=" - ar bg cs da de el en es fr it lt nl no pl pt_BR pt ro ru sv tr uk -" +DEPEND="${RDEPEND}" +BDEPEND="dev-qt/linguist-tools:5" + +K_LANGS="ar bg cs da de el en es fr it lt nl no pl pt_BR pt ro ru sv tr uk" for K_LANG in ${K_LANGS}; do IUSE+=" l10n_${K_LANG/_/-}" done |