commit: 1598d783e5f2ad6ef73963e7d4249dbcec611ad8
Author: Pierre-Olivier Mercier <nemunaire <AT> nemunai <DOT> re>
AuthorDate: Mon Oct 28 15:33:54 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Oct 29 06:12:58 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1598d783
app-crypt/moolticute: EAPI upgrade
Signed-off-by: Pierre-Olivier Mercier <nemunaire <AT> nemunai.re>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-crypt/moolticute/moolticute-9999.ebuild | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/app-crypt/moolticute/moolticute-9999.ebuild
b/app-crypt/moolticute/moolticute-9999.ebuild
index efd4c37a4de..08512b4847b 100644
--- a/app-crypt/moolticute/moolticute-9999.ebuild
+++ b/app-crypt/moolticute/moolticute-9999.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
if [[ ${PV} == 9999* ]]; then
EGIT_REPO_URI="https://github.com/mooltipass/moolticute.git"
@@ -11,7 +11,7 @@ else
KEYWORDS="~amd64 ~arm"
fi
-inherit gnome2-utils qmake-utils udev
+inherit xdg-utils qmake-utils udev
DESCRIPTION="Mooltipass crossplatform daemon/tools"
HOMEPAGE="https://github.com/mooltipass/moolticute"
@@ -30,7 +30,7 @@ RDEPEND="
dev-qt/qtwebsockets:5
dev-qt/qtwidgets:5
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
dev-qt/linguist-tools:5
"
@@ -58,9 +58,9 @@ src_install() {
pkg_postinst() {
udev_reload
- gnome2_icon_cache_update
+ xdg_icon_cache_update
}
pkg_postrm() {
- gnome2_icon_cache_update
+ xdg_icon_cache_update
}