commit: 450f45e544996b983cfe399ce3d2566bfb063012 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc> AuthorDate: Thu Feb 4 01:06:53 2021 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri Mar 12 20:49:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=450f45e5
x11-themes/claws-mail-themes: fix eclass usage Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc> Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> x11-themes/claws-mail-themes/claws-mail-themes-20140629.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/x11-themes/claws-mail-themes/claws-mail-themes-20140629.ebuild b/x11-themes/claws-mail-themes/claws-mail-themes-20140629.ebuild index 055e24d32b7..cc33261cd02 100644 --- a/x11-themes/claws-mail-themes/claws-mail-themes-20140629.ebuild +++ b/x11-themes/claws-mail-themes/claws-mail-themes-20140629.ebuild @@ -1,7 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 + +inherit xdg DESCRIPTION="Iconsets for Claws Mail" HOMEPAGE="https://www.claws-mail.org/" @@ -13,7 +15,6 @@ KEYWORDS="~alpha amd64 ~ppc ~ppc64 x86" RESTRICT="mirror bindist" RDEPEND="mail-client/claws-mail" -DEPEND="" src_install() { insinto /usr/share/claws-mail/themes
