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/kio | |
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/kio')
-rw-r--r-- | kde-frameworks/kio/kio-5.85.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-frameworks/kio/kio-5.85.0-r1.ebuild b/kde-frameworks/kio/kio-5.85.0-r1.ebuild index a3ae236a2eda..46ca739c2b5d 100644 --- a/kde-frameworks/kio/kio-5.85.0-r1.ebuild +++ b/kde-frameworks/kio/kio-5.85.0-r1.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_DESIGNERPLUGIN="true" ECM_TEST="forceoptional" @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" IUSE="acl +handbook kerberos +kwallet X" # tests hang -RESTRICT+=" test" +RESTRICT="test" RDEPEND=" dev-libs/libxml2 |