commit:     c71efab8acfcc114f226ba4368f081748be349c4
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  1 16:33:57 2019 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Mon Jul  1 16:59:23 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c71efab8

app-emulation/virt-manager: update live ebuild

Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>

 app-emulation/virt-manager/virt-manager-9999.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-emulation/virt-manager/virt-manager-9999.ebuild 
b/app-emulation/virt-manager/virt-manager-9999.ebuild
index 3c5a08763dc..6c064b06a36 100644
--- a/app-emulation/virt-manager/virt-manager-9999.ebuild
+++ b/app-emulation/virt-manager/virt-manager-9999.ebuild
@@ -1,12 +1,12 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 PYTHON_COMPAT=( python3_{5,6,7} )
 DISTUTILS_SINGLE_IMPL=1
 
-inherit gnome2 distutils-r1
+inherit distutils-r1 xdg-utils
 
 DESCRIPTION="A graphical tool for administering virtual machines"
 HOMEPAGE="http://virt-manager.org";
@@ -72,7 +72,7 @@ src_install() {
 
 pkg_preinst() {
        if use gtk; then
-               gnome2_pkg_preinst
+               xdg_pkg_preinst
 
                cd "${ED}"
                export GNOME2_ECLASS_ICONS=$(find 
'usr/share/virt-manager/icons' -maxdepth 1 -mindepth 1 -type d 2> /dev/null)
@@ -89,5 +89,5 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-       use gtk && gnome2_pkg_postinst
+       use gtk && xdg_pkg_postinst
 }

Reply via email to