diff options
author | Matthias Maier <tamiko@gentoo.org> | 2019-07-01 12:08:03 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2019-07-01 12:08:03 -0500 |
commit | 01720d90fd351b37e443dd0161fafa0828ca2742 (patch) | |
tree | ad6b9289fc0f2a35e8fcb7e99d08503dfdef7dd0 /app-emulation/virt-manager | |
parent | app-emulation/virt-viewer: drop old (diff) | |
download | gentoo-01720d90fd351b37e443dd0161fafa0828ca2742.tar.gz gentoo-01720d90fd351b37e443dd0161fafa0828ca2742.tar.bz2 gentoo-01720d90fd351b37e443dd0161fafa0828ca2742.zip |
app-emulation/virt-manager: revert xdg changes
Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'app-emulation/virt-manager')
-rw-r--r-- | app-emulation/virt-manager/virt-manager-2.2.0.ebuild | 8 | ||||
-rw-r--r-- | app-emulation/virt-manager/virt-manager-9999.ebuild | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/app-emulation/virt-manager/virt-manager-2.2.0.ebuild b/app-emulation/virt-manager/virt-manager-2.2.0.ebuild index a08bce48c329..cd11577a69a5 100644 --- a/app-emulation/virt-manager/virt-manager-2.2.0.ebuild +++ b/app-emulation/virt-manager/virt-manager-2.2.0.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=6 PYTHON_COMPAT=( python3_{5,6,7} ) DISTUTILS_SINGLE_IMPL=1 -inherit distutils-r1 xdg-utils +inherit gnome2 distutils-r1 DESCRIPTION="A graphical tool for administering virtual machines" HOMEPAGE="http://virt-manager.org" @@ -73,7 +73,7 @@ src_install() { pkg_preinst() { if use gtk; then - xdg_pkg_preinst + gnome2_pkg_preinst cd "${ED}" export GNOME2_ECLASS_ICONS=$(find 'usr/share/virt-manager/icons' -maxdepth 1 -mindepth 1 -type d 2> /dev/null) @@ -90,5 +90,5 @@ pkg_preinst() { } pkg_postinst() { - use gtk && xdg_pkg_postinst + use gtk && gnome2_pkg_postinst } diff --git a/app-emulation/virt-manager/virt-manager-9999.ebuild b/app-emulation/virt-manager/virt-manager-9999.ebuild index a08bce48c329..cd11577a69a5 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=7 +EAPI=6 PYTHON_COMPAT=( python3_{5,6,7} ) DISTUTILS_SINGLE_IMPL=1 -inherit distutils-r1 xdg-utils +inherit gnome2 distutils-r1 DESCRIPTION="A graphical tool for administering virtual machines" HOMEPAGE="http://virt-manager.org" @@ -73,7 +73,7 @@ src_install() { pkg_preinst() { if use gtk; then - xdg_pkg_preinst + gnome2_pkg_preinst cd "${ED}" export GNOME2_ECLASS_ICONS=$(find 'usr/share/virt-manager/icons' -maxdepth 1 -mindepth 1 -type d 2> /dev/null) @@ -90,5 +90,5 @@ pkg_preinst() { } pkg_postinst() { - use gtk && xdg_pkg_postinst + use gtk && gnome2_pkg_postinst } |