diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-09-04 23:46:19 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-09-05 00:00:48 +0200 |
commit | a9ad996b5294415317748f825e303a6b9a973849 (patch) | |
tree | 39286a69dc6613fb1f91de6c6df10086e7b6f740 /kde-frameworks/kcalendarcore | |
parent | dev-python/regex: Remove unused inherits (diff) | |
download | gentoo-a9ad996b5294415317748f825e303a6b9a973849.tar.gz gentoo-a9ad996b5294415317748f825e303a6b9a973849.tar.bz2 gentoo-a9ad996b5294415317748f825e303a6b9a973849.zip |
kde-frameworks: 5.85.0* EAPI-8 bump
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kcalendarcore')
-rw-r--r-- | kde-frameworks/kcalendarcore/kcalendarcore-5.85.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-frameworks/kcalendarcore/kcalendarcore-5.85.0.ebuild b/kde-frameworks/kcalendarcore/kcalendarcore-5.85.0.ebuild index ab621edd1b5b..fe9cfac4fcd0 100644 --- a/kde-frameworks/kcalendarcore/kcalendarcore-5.85.0.ebuild +++ b/kde-frameworks/kcalendarcore/kcalendarcore-5.85.0.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 ECM_TEST="true" QTMIN=5.15.2 @@ -13,7 +13,7 @@ LICENSE="GPL-2+ test? ( LGPL-3+ )" KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" IUSE="" -RESTRICT+=" test" # multiple tests fail or hang indefinitely +RESTRICT="test" # multiple tests fail or hang indefinitely BDEPEND=" sys-devel/bison |