commit: f76db6ad609c46b9243d48cfa644f5540b7ec776 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Sun Oct 4 06:08:04 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sun Oct 4 06:08:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f76db6ad
mail-client/thunderbird-bin: inherit xdg.eclass in 78.3.1 Closes: https://bugs.gentoo.org/746446 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> mail-client/thunderbird-bin/thunderbird-bin-78.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/thunderbird-bin/thunderbird-bin-78.3.1.ebuild b/mail-client/thunderbird-bin/thunderbird-bin-78.3.1.ebuild index 3062b11707a..ab05ceddf1b 100644 --- a/mail-client/thunderbird-bin/thunderbird-bin-78.3.1.ebuild +++ b/mail-client/thunderbird-bin/thunderbird-bin-78.3.1.ebuild @@ -18,7 +18,7 @@ fi MOZ_PN="${PN%-bin}" MOZ_P="${MOZ_PN}-${MOZ_PV}" -inherit desktop pax-utils +inherit desktop pax-utils xdg MOZ_SRC_BASE_URI="https://archive.mozilla.org/pub/${MOZ_PN}/releases/${MOZ_PV}"
