diff options
author | David Seifert <soap@gentoo.org> | 2023-02-19 23:03:33 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-02-19 23:03:33 +0100 |
commit | 98e315b2ac99f124fbbfeec3a7de5baebf3d49d5 (patch) | |
tree | a1504fe91a833930b9d5de9260e8ee33f3462f23 /x11-themes/geany-themes | |
parent | x11-themes/fvwm-themes: update EAPI 6 -> 8 (diff) | |
download | gentoo-98e315b2ac99f124fbbfeec3a7de5baebf3d49d5.tar.gz gentoo-98e315b2ac99f124fbbfeec3a7de5baebf3d49d5.tar.bz2 gentoo-98e315b2ac99f124fbbfeec3a7de5baebf3d49d5.zip |
x11-themes/geany-themes: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-themes/geany-themes')
-rw-r--r-- | x11-themes/geany-themes/geany-themes-1.22.2-r2.ebuild (renamed from x11-themes/geany-themes/geany-themes-1.22.2-r1.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-themes/geany-themes/geany-themes-1.22.2-r1.ebuild b/x11-themes/geany-themes/geany-themes-1.22.2-r2.ebuild index 3184f258c379..a1e4a0ac636f 100644 --- a/x11-themes/geany-themes/geany-themes-1.22.2-r1.ebuild +++ b/x11-themes/geany-themes/geany-themes-1.22.2-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DESCRIPTION="A collection of colour schemes for Geany" HOMEPAGE="https://github.com/codebrainz/geany-themes" @@ -10,12 +10,12 @@ SRC_URI="https://github.com/downloads/codebrainz/${PN}/${P}.tar.bz2" LICENSE="GPL-3 LGPL-2.1 BSD-2 MIT" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" RDEPEND=">=dev-util/geany-${PV:0:4}" src_install() { default + insinto /usr/share/geany doins -r colorschemes } |