diff options
author | 2021-04-16 09:06:15 +0100 | |
---|---|---|
committer | 2021-04-16 12:14:13 +0100 | |
commit | 63f0d67d43c15ea285f37e92980aa94e2446ba45 (patch) | |
tree | fd8acb46deb3d5b3d9787c6fd832604ff805b33a /app-emulation/qemu-guest-agent/qemu-guest-agent-5.0.0.ebuild | |
parent | app-emulation/libvirt-snmp: eutils-- (diff) | |
download | gentoo-63f0d67d43c15ea285f37e92980aa94e2446ba45.tar.gz gentoo-63f0d67d43c15ea285f37e92980aa94e2446ba45.tar.bz2 gentoo-63f0d67d43c15ea285f37e92980aa94e2446ba45.zip |
app-emulation/qemu-guest-agent: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/qemu-guest-agent/qemu-guest-agent-5.0.0.ebuild')
-rw-r--r-- | app-emulation/qemu-guest-agent/qemu-guest-agent-5.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/qemu-guest-agent/qemu-guest-agent-5.0.0.ebuild b/app-emulation/qemu-guest-agent/qemu-guest-agent-5.0.0.ebuild index e04781cc12fe..b01086e4fcac 100644 --- a/app-emulation/qemu-guest-agent/qemu-guest-agent-5.0.0.ebuild +++ b/app-emulation/qemu-guest-agent/qemu-guest-agent-5.0.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" PYTHON_COMPAT=( python3_{7,8} ) -inherit eutils systemd toolchain-funcs udev python-any-r1 +inherit systemd toolchain-funcs udev python-any-r1 MY_PN="qemu" MY_P="${MY_PN}-${PV}" |