diff options
author | David Seifert <soap@gentoo.org> | 2020-02-16 21:24:35 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-16 21:24:35 +0100 |
commit | 3cec2c6a9b1e8bc5fdf33538268787c704c1ab73 (patch) | |
tree | b87b812b4484a1bdce58ec4219d89eba25bd70a4 /x11-terms | |
parent | x11-misc/xscreensaver: [QA] inherit eutils.eclass directly (diff) | |
download | gentoo-3cec2c6a9b1e8bc5fdf33538268787c704c1ab73.tar.gz gentoo-3cec2c6a9b1e8bc5fdf33538268787c704c1ab73.tar.bz2 gentoo-3cec2c6a9b1e8bc5fdf33538268787c704c1ab73.zip |
x11-terms/terminator: [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 'x11-terms')
-rw-r--r-- | x11-terms/terminator/terminator-1.91.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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/" |