diff options
author | Aisha Tammy <gentoo@aisha.cc> | 2021-02-04 01:06:53 +0000 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-12 21:49:21 +0100 |
commit | 450f45e544996b983cfe399ce3d2566bfb063012 (patch) | |
tree | 32563f507bd04f8356bc6e6a9b7a3bf42e5d5bd7 /x11-themes | |
parent | x11-themes/chameleon-xcursors: fix eclass usage (diff) | |
download | gentoo-450f45e544996b983cfe399ce3d2566bfb063012.tar.gz gentoo-450f45e544996b983cfe399ce3d2566bfb063012.tar.bz2 gentoo-450f45e544996b983cfe399ce3d2566bfb063012.zip |
x11-themes/claws-mail-themes: fix eclass usage
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/claws-mail-themes/claws-mail-themes-20140629.ebuild | 7 |
1 files 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 055e24d32b79..cc33261cd024 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 |