diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-09-05 11:02:28 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-09-05 11:06:05 +0200 |
commit | e9e5cd4014e915f7174e396b2ab6754f26984a36 (patch) | |
tree | 7f0f88e87d784a0c5e4acb2c856fdf81432468d0 /x11-themes | |
parent | dev-util/heaptrack: EAPI-8 bump, update IUSE=zstd DEPEND (diff) | |
download | gentoo-e9e5cd4014e915f7174e396b2ab6754f26984a36.tar.gz gentoo-e9e5cd4014e915f7174e396b2ab6754f26984a36.tar.bz2 gentoo-e9e5cd4014e915f7174e396b2ab6754f26984a36.zip |
x11-themes/qtcurve: EAPI-8 bump
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/qtcurve/qtcurve-1.9.0_p20210412.ebuild | 15 | ||||
-rw-r--r-- | x11-themes/qtcurve/qtcurve-9999.ebuild | 17 |
2 files changed, 15 insertions, 17 deletions
diff --git a/x11-themes/qtcurve/qtcurve-1.9.0_p20210412.ebuild b/x11-themes/qtcurve/qtcurve-1.9.0_p20210412.ebuild index 766354270641..58d90fe254c0 100644 --- a/x11-themes/qtcurve/qtcurve-1.9.0_p20210412.ebuild +++ b/x11-themes/qtcurve/qtcurve-1.9.0_p20210412.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 KDE_ORG_COMMIT=be78a85b627e90d854da0de1049e8f191e67f228 inherit cmake kde.org @@ -18,12 +18,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? ( @@ -56,8 +52,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 ) 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 ) |