diff options
author | David Seifert <soap@gentoo.org> | 2023-02-20 21:51:51 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-02-20 21:51:51 +0100 |
commit | c2021c28e39ce56cb3cade430e493e32c9d74827 (patch) | |
tree | 50cf411e67f70d26a507856d51a7e27801a26cc1 /x11-themes/xfwm4-themes | |
parent | x11-themes/xfce-gant-icon-theme: update EAPI 6 -> 8 (diff) | |
download | gentoo-c2021c28e39ce56cb3cade430e493e32c9d74827.tar.gz gentoo-c2021c28e39ce56cb3cade430e493e32c9d74827.tar.bz2 gentoo-c2021c28e39ce56cb3cade430e493e32c9d74827.zip |
x11-themes/xfwm4-themes: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-themes/xfwm4-themes')
-rw-r--r-- | x11-themes/xfwm4-themes/xfwm4-themes-4.10.0-r2.ebuild (renamed from x11-themes/xfwm4-themes/xfwm4-themes-4.10.0-r1.ebuild) | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/x11-themes/xfwm4-themes/xfwm4-themes-4.10.0-r1.ebuild b/x11-themes/xfwm4-themes/xfwm4-themes-4.10.0-r2.ebuild index 2ed4112e3948..e11767639f2f 100644 --- a/x11-themes/xfwm4-themes/xfwm4-themes-4.10.0-r1.ebuild +++ b/x11-themes/xfwm4-themes/xfwm4-themes-4.10.0-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DESCRIPTION="Additional themes for the Xfce window manager" HOMEPAGE="https://www.xfce.org/projects/" @@ -10,13 +10,6 @@ SRC_URI="https://archive.xfce.org/src/art/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=">=xfce-base/xfwm4-4.10" -DEPEND="" - RESTRICT="binchecks strip" -pkg_setup() { - DOCS=( AUTHORS ChangeLog README TODO ) -} +RDEPEND=">=xfce-base/xfwm4-4.10" |