From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 83C09158094 for ; Wed, 27 Jul 2022 08:43:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF050E1111; Wed, 27 Jul 2022 08:43:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 97CE5E1111 for ; Wed, 27 Jul 2022 08:43:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A9B04341041 for ; Wed, 27 Jul 2022 08:43:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5589558 for ; Wed, 27 Jul 2022 08:43:40 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1658911399.a50487ac2b346c5c1f03b33e9b47d4326b812375.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/kapow/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/kapow/kapow-1.5.10.ebuild X-VCS-Directories: x11-misc/kapow/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a50487ac2b346c5c1f03b33e9b47d4326b812375 X-VCS-Branch: master Date: Wed, 27 Jul 2022 08:43:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 83a7eee2-1b47-4f14-8d5b-d0afc6c03978 X-Archives-Hash: c87a627941e56c836ae664597f801e86 commit: a50487ac2b346c5c1f03b33e9b47d4326b812375 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jul 25 18:36:23 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jul 27 08:43:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a50487ac x11-misc/kapow: Move dev-qt/linguist-tools:5 to BDEPEND, EAPI-8 Bug: https://bugs.gentoo.org/544938 Signed-off-by: Andreas Sturmlechner gentoo.org> x11-misc/kapow/kapow-1.5.10.ebuild | 16 +++++++--------- 1 file 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