diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-14 09:30:18 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-14 09:30:18 +1200 |
commit | 4395f36060dc1c90f3c2c301cc800e20a5a7fc22 (patch) | |
tree | 2bf35bb65f1a7fc58ec6784f2f35785c1bb30cdd /dev-perl/DBIx-Safe | |
parent | dev-perl/DBIx-Safe: -r bump for EAPI7 + fixes (diff) | |
download | gentoo-4395f36060dc1c90f3c2c301cc800e20a5a7fc22.tar.gz gentoo-4395f36060dc1c90f3c2c301cc800e20a5a7fc22.tar.bz2 gentoo-4395f36060dc1c90f3c2c301cc800e20a5a7fc22.zip |
dev-perl/DBIx-Safe: Remove unused eutils inherit
I was meaning to do this in the first place, but like, pkgcheck doesn't
warn about this at all, I only noticed this in the levelnine qa reports
-_-
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/DBIx-Safe')
-rw-r--r-- | dev-perl/DBIx-Safe/DBIx-Safe-1.2.5-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-perl/DBIx-Safe/DBIx-Safe-1.2.5-r2.ebuild b/dev-perl/DBIx-Safe/DBIx-Safe-1.2.5-r2.ebuild index e55917b9818f..2968577f6b28 100644 --- a/dev-perl/DBIx-Safe/DBIx-Safe-1.2.5-r2.ebuild +++ b/dev-perl/DBIx-Safe/DBIx-Safe-1.2.5-r2.ebuild @@ -5,7 +5,7 @@ EAPI=7 DIST_AUTHOR=TURNSTEP DIST_VERSION=1.2.5 -inherit perl-module eutils +inherit perl-module DESCRIPTION="Safer access to your database through a DBI database handle" |