summaryrefslogtreecommitdiff
path: root/x11-themes/qtcurve/qtcurve-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-09-10 04:21:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-09-10 04:21:55 +0100
commit677b7ba5c317778df2ad7e70df94b9b7eec4adbc (patch)
tree6c418a1546fff5becab5d8b9ed6803323e7f316e /x11-themes/qtcurve/qtcurve-9999.ebuild
parentfbda87924e6faa7a1919f1a2b4182490bde5ec5c (diff)
gentoo resync : 10.09.2021
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 )