commit: 50c0226bb4e793a046aefc350705339376cccd51 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sun Feb 16 20:24:32 2020 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun Feb 16 20:24:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50c0226b
x11-misc/xscreensaver: [QA] inherit eutils.eclass directly Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: David Seifert <soap <AT> gentoo.org> x11-misc/xscreensaver/xscreensaver-5.42.ebuild | 2 +- x11-misc/xscreensaver/xscreensaver-5.43-r1.ebuild | 2 +- x11-misc/xscreensaver/xscreensaver-5.43-r2.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-misc/xscreensaver/xscreensaver-5.42.ebuild b/x11-misc/xscreensaver/xscreensaver-5.42.ebuild index b0eaeda5d44..97cd9a81944 100644 --- a/x11-misc/xscreensaver/xscreensaver-5.42.ebuild +++ b/x11-misc/xscreensaver/xscreensaver-5.42.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools desktop flag-o-matic multilib pam +inherit autotools desktop eutils flag-o-matic multilib pam DESCRIPTION="A modular screen saver and locker for the X Window System" HOMEPAGE="https://www.jwz.org/xscreensaver/" diff --git a/x11-misc/xscreensaver/xscreensaver-5.43-r1.ebuild b/x11-misc/xscreensaver/xscreensaver-5.43-r1.ebuild index cb4566b00df..13597378983 100644 --- a/x11-misc/xscreensaver/xscreensaver-5.43-r1.ebuild +++ b/x11-misc/xscreensaver/xscreensaver-5.43-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools desktop flag-o-matic multilib pam +inherit autotools desktop eutils flag-o-matic multilib pam DESCRIPTION="A modular screen saver and locker for the X Window System" HOMEPAGE="https://www.jwz.org/xscreensaver/" diff --git a/x11-misc/xscreensaver/xscreensaver-5.43-r2.ebuild b/x11-misc/xscreensaver/xscreensaver-5.43-r2.ebuild index 66f449186fb..d95ba78bc02 100644 --- a/x11-misc/xscreensaver/xscreensaver-5.43-r2.ebuild +++ b/x11-misc/xscreensaver/xscreensaver-5.43-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools desktop flag-o-matic multilib pam +inherit autotools desktop eutils flag-o-matic multilib pam DESCRIPTION="A modular screen saver and locker for the X Window System" HOMEPAGE="https://www.jwz.org/xscreensaver/"
