diff options
author | David Seifert <soap@gentoo.org> | 2020-02-16 21:23:36 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-16 21:23:36 +0100 |
commit | 5f0abd8001f2d58deb26c807cdd52353a84ffa16 (patch) | |
tree | a26e979d215cbeba3b7ae66df4098ff0e5fa5700 /mail-client | |
parent | gnome-base/libgnomecanvas: [QA] inherit eutils.eclass directly (diff) | |
download | gentoo-5f0abd8001f2d58deb26c807cdd52353a84ffa16.tar.gz gentoo-5f0abd8001f2d58deb26c807cdd52353a84ffa16.tar.bz2 gentoo-5f0abd8001f2d58deb26c807cdd52353a84ffa16.zip |
mail-client/thunderbird: [QA] inherit eutils.eclass directly
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/thunderbird/thunderbird-52.9.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-client/thunderbird/thunderbird-52.9.1.ebuild b/mail-client/thunderbird/thunderbird-52.9.1.ebuild index e777b66889db..93422ca779dd 100644 --- a/mail-client/thunderbird/thunderbird-52.9.1.ebuild +++ b/mail-client/thunderbird/thunderbird-52.9.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -30,7 +30,7 @@ MOZ_P="${PN}-${MOZ_PV}" MOZCONFIG_OPTIONAL_GTK2ONLY=1 MOZCONFIG_OPTIONAL_WIFI=1 -inherit flag-o-matic toolchain-funcs mozconfig-v6.52 autotools pax-utils check-reqs nsplugins mozlinguas-v2 xdg-utils gnome2-utils +inherit flag-o-matic eutils toolchain-funcs mozconfig-v6.52 autotools pax-utils check-reqs nsplugins mozlinguas-v2 xdg-utils gnome2-utils DESCRIPTION="Thunderbird Mail Client" HOMEPAGE="http://www.mozilla.com/en-US/thunderbird/" |