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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6676F158042 for ; Sun, 5 Sep 2021 09:06:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A44ABE0858; Sun, 5 Sep 2021 09:06:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 889B4E0858 for ; Sun, 5 Sep 2021 09:06:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B18C6335D45 for ; Sun, 5 Sep 2021 09:06:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C840B0 for ; Sun, 5 Sep 2021 09:06:13 +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: <1630832765.e9e5cd4014e915f7174e396b2ab6754f26984a36.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/qtcurve/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/qtcurve/qtcurve-1.9.0_p20210412.ebuild x11-themes/qtcurve/qtcurve-9999.ebuild X-VCS-Directories: x11-themes/qtcurve/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e9e5cd4014e915f7174e396b2ab6754f26984a36 X-VCS-Branch: master Date: Sun, 5 Sep 2021 09:06:13 +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: 673b831a-3d31-42cc-9f27-857b3c0a5144 X-Archives-Hash: efbf701db4ff7577302baec6cb8965b9 commit: e9e5cd4014e915f7174e396b2ab6754f26984a36 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Sep 5 09:02:28 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Sep 5 09:06:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9e5cd40 x11-themes/qtcurve: EAPI-8 bump Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> x11-themes/qtcurve/qtcurve-1.9.0_p20210412.ebuild | 15 +++++++-------- x11-themes/qtcurve/qtcurve-9999.ebuild | 17 ++++++++--------- 2 files changed, 15 insertions(+), 17 deletions(-) diff --git a/x11-themes/qtcurve/qtcurve-1.9.0_p20210412.ebuild b/x11-themes/qtcurve/qtcurve-1.9.0_p20210412.ebuild index 76635427064..58d90fe254c 100644 --- a/x11-themes/qtcurve/qtcurve-1.9.0_p20210412.ebuild +++ b/x11-themes/qtcurve/qtcurve-1.9.0_p20210412.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 KDE_ORG_COMMIT=be78a85b627e90d854da0de1049e8f191e67f228 inherit cmake kde.org @@ -18,12 +18,8 @@ REQUIRED_USE="gtk? ( X ) || ( gtk qt5 ) plasma? ( qt5 ) " +RESTRICT="test" -BDEPEND=" - virtual/pkgconfig - nls? ( sys-devel/gettext ) - plasma? ( kde-frameworks/extra-cmake-modules:5 ) -" DEPEND=" gtk? ( x11-libs/gtk+:2 ) plasma? ( @@ -56,8 +52,11 @@ DEPEND=" ) " RDEPEND="${DEPEND}" - -RESTRICT+=" test" +BDEPEND=" + virtual/pkgconfig + nls? ( sys-devel/gettext ) + plasma? ( kde-frameworks/extra-cmake-modules:5 ) +" DOCS=( AUTHORS ChangeLog.md README.md TODO.md ) diff --git a/x11-themes/qtcurve/qtcurve-9999.ebuild b/x11-themes/qtcurve/qtcurve-9999.ebuild index 09458a9e5a4..0d206bafd69 100644 --- a/x11-themes/qtcurve/qtcurve-9999.ebuild +++ b/x11-themes/qtcurve/qtcurve-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake kde.org @@ -22,12 +22,8 @@ REQUIRED_USE="gtk? ( X ) || ( gtk qt5 ) plasma? ( qt5 ) " +RESTRICT="test" -BDEPEND=" - virtual/pkgconfig - nls? ( sys-devel/gettext ) - plasma? ( kde-frameworks/extra-cmake-modules:5 ) -" DEPEND=" gtk? ( x11-libs/gtk+:2 ) plasma? ( @@ -60,8 +56,11 @@ DEPEND=" ) " RDEPEND="${DEPEND}" - -RESTRICT+=" test" +BDEPEND=" + virtual/pkgconfig + nls? ( sys-devel/gettext ) + plasma? ( kde-frameworks/extra-cmake-modules:5 ) +" DOCS=( AUTHORS ChangeLog.md README.md TODO.md )