diff options
author | 2020-02-16 21:23:03 +0100 | |
---|---|---|
committer | 2020-02-16 21:23:03 +0100 | |
commit | 046f4b39096d4cd2013166ea2ba35eaa52721553 (patch) | |
tree | 501d684d91de6a59096ff3a4429af4cad2a2f59f /app-emulation | |
parent | app-doc/gnucash-docs: [QA] inherit eutils.eclass directly (diff) | |
download | gentoo-046f4b39096d4cd2013166ea2ba35eaa52721553.tar.gz gentoo-046f4b39096d4cd2013166ea2ba35eaa52721553.tar.bz2 gentoo-046f4b39096d4cd2013166ea2ba35eaa52721553.zip |
app-emulation/playonlinux: [QA] inherit eutils.eclass directly
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/playonlinux/playonlinux-4.2.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/playonlinux/playonlinux-4.2.12.ebuild b/app-emulation/playonlinux/playonlinux-4.2.12.ebuild index fcb7847aa4e8..a7b49cb2190b 100644 --- a/app-emulation/playonlinux/playonlinux-4.2.12.ebuild +++ b/app-emulation/playonlinux/playonlinux-4.2.12.ebuild @@ -4,7 +4,7 @@ EAPI="6" PYTHON_COMPAT=( python2_7 ) -inherit gnome2-utils python-single-r1 +inherit eutils gnome2-utils python-single-r1 MY_PN="PlayOnLinux" |