summaryrefslogtreecommitdiff
path: root/x11-themes/qtcurve/qtcurve-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/qtcurve/qtcurve-9999.ebuild')
-rw-r--r--x11-themes/qtcurve/qtcurve-9999.ebuild17
1 files changed, 8 insertions, 9 deletions
diff --git a/x11-themes/qtcurve/qtcurve-9999.ebuild b/x11-themes/qtcurve/qtcurve-9999.ebuild
index 09458a9e5a49..0d206bafd695 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 )