From 1598d783e5f2ad6ef73963e7d4249dbcec611ad8 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Mon, 28 Oct 2019 16:33:54 +0100 Subject: app-crypt/moolticute: EAPI upgrade Signed-off-by: Pierre-Olivier Mercier Signed-off-by: Joonas Niilola --- app-crypt/moolticute/moolticute-9999.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'app-crypt') diff --git a/app-crypt/moolticute/moolticute-9999.ebuild b/app-crypt/moolticute/moolticute-9999.ebuild index efd4c37a4de9..08512b4847b9 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 } -- cgit v1.2.3-65-gdbad