From: David Seifert Date: Sun, 16 Feb 2020 20:24:35 +0000 (+0100) Subject: x11-terms/terminator: [QA] inherit eutils.eclass directly X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3cec2c6a9b1e8bc5fdf33538268787c704c1ab73;p=gentoo.git x11-terms/terminator: [QA] inherit eutils.eclass directly Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: David Seifert --- diff --git a/x11-terms/terminator/terminator-1.91.ebuild b/x11-terms/terminator/terminator-1.91.ebuild index ee1a1f1e0218..835d3640e109 100644 --- a/x11-terms/terminator/terminator-1.91.ebuild +++ b/x11-terms/terminator/terminator-1.91.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 PYTHON_COMPAT=( python2_7 ) -inherit gnome2 distutils-r1 virtualx +inherit eutils gnome2 distutils-r1 virtualx DESCRIPTION="Multiple GNOME terminals in one window" HOMEPAGE="https://launchpad.net/terminator/"