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 0218F158020 for ; Mon, 26 Dec 2022 10:17:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77623E09AD; Mon, 26 Dec 2022 10:17:35 +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 57678E09A6 for ; Mon, 26 Dec 2022 10:17:35 +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 2021A3410C6 for ; Mon, 26 Dec 2022 10:17:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6340B7FD for ; Mon, 26 Dec 2022 10:17:31 +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: <1672049840.7a1ea31cc275e38dba616e5fa42aadc70a02d433.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/kproperty/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/kproperty/kproperty-3.2.0.ebuild X-VCS-Directories: dev-libs/kproperty/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7a1ea31cc275e38dba616e5fa42aadc70a02d433 X-VCS-Branch: master Date: Mon, 26 Dec 2022 10:17:31 +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: 3c38a4c8-af76-4115-8275-9f41af1b541c X-Archives-Hash: e790c4eab03a614a0982d781e4b4ba10 commit: 7a1ea31cc275e38dba616e5fa42aadc70a02d433 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 26 10:16:51 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Dec 26 10:17:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a1ea31c dev-libs/kproperty: update EAPI 7 -> 8 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/kproperty/kproperty-3.2.0.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-libs/kproperty/kproperty-3.2.0.ebuild b/dev-libs/kproperty/kproperty-3.2.0.ebuild index d0bd58ebea0e..5772edfe9e63 100644 --- a/dev-libs/kproperty/kproperty-3.2.0.ebuild +++ b/dev-libs/kproperty/kproperty-3.2.0.ebuild @@ -1,7 +1,7 @@ -# 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 ECM_QTHELP="true" ECM_TEST="true" # build system adds autotests dir based on BUILD_TESTING value @@ -20,6 +20,9 @@ fi LICENSE="LGPL-2+" SLOT="5/4" +# tests require installed headers, bug 636108 +RESTRICT="test" + DEPEND=" >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtwidgets-${QTMIN}:5 @@ -29,6 +32,3 @@ DEPEND=" >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 " RDEPEND="${DEPEND}" - -# tests require installed headers, bug 636108 -RESTRICT+=" test"