From 8dac6c868503fab99edeb075adabc56e2c2b5281 Mon Sep 17 00:00:00 2001 From: Adam Pimentel Date: Mon, 5 Dec 2022 18:02:34 -0500 Subject: [PATCH] net-p2p/feather: fix not "updating mime database" or something Signed-off-by: Adam Pimentel --- net-p2p/feather/feather-2.1.0.ebuild | 2 +- net-p2p/feather/feather-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-p2p/feather/feather-2.1.0.ebuild b/net-p2p/feather/feather-2.1.0.ebuild index eee1b7ae75..ac4b8c4780 100644 --- a/net-p2p/feather/feather-2.1.0.ebuild +++ b/net-p2p/feather/feather-2.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake desktop +inherit cmake desktop xdg #Note: this is like a tree, with dependencies-of-dependencies #You need to update all of these recursively every version bump. diff --git a/net-p2p/feather/feather-9999.ebuild b/net-p2p/feather/feather-9999.ebuild index 21fce42cf0..f986dbb15c 100644 --- a/net-p2p/feather/feather-9999.ebuild +++ b/net-p2p/feather/feather-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake git-r3 desktop +inherit cmake git-r3 desktop xdg DESCRIPTION="A free, open-source Monero wallet" HOMEPAGE="https://featherwallet.org"