summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre-Olivier Mercier <nemunaire@nemunai.re>2019-10-28 16:33:54 +0100
committerJoonas Niilola <juippis@gentoo.org>2019-10-29 08:12:58 +0200
commit1598d783e5f2ad6ef73963e7d4249dbcec611ad8 (patch)
tree9260b3210713990fbfc288b56c831dc09b5fa2a1 /app-crypt/moolticute/moolticute-9999.ebuild
parentapp-editors/gummi: Bump to 0.7.999 (GTK+3 pre-release) (diff)
downloadgentoo-1598d783e5f2ad6ef73963e7d4249dbcec611ad8.tar.gz
gentoo-1598d783e5f2ad6ef73963e7d4249dbcec611ad8.tar.bz2
gentoo-1598d783e5f2ad6ef73963e7d4249dbcec611ad8.zip
app-crypt/moolticute: EAPI upgrade
Signed-off-by: Pierre-Olivier Mercier <nemunaire@nemunai.re> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-crypt/moolticute/moolticute-9999.ebuild')
-rw-r--r--app-crypt/moolticute/moolticute-9999.ebuild10
1 files changed, 5 insertions, 5 deletions
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
}