diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 09:11:07 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:16:27 +0100 |
commit | ba917e353d5dbb419436bb2c84b32a4ddd4279c6 (patch) | |
tree | 6296ecd77ceea9f7910a487231352f80fb8a66bb /dev-perl | |
parent | dev-ml/xml-light: eutils->epatch (diff) | |
download | gentoo-ba917e353d5dbb419436bb2c84b32a4ddd4279c6.tar.gz gentoo-ba917e353d5dbb419436bb2c84b32a4ddd4279c6.tar.bz2 gentoo-ba917e353d5dbb419436bb2c84b32a4ddd4279c6.zip |
dev-perl/DBIx-Safe: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/DBIx-Safe/DBIx-Safe-1.2.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/DBIx-Safe/DBIx-Safe-1.2.5-r1.ebuild b/dev-perl/DBIx-Safe/DBIx-Safe-1.2.5-r1.ebuild index 97eeb2d142a6..76381a06bcdd 100644 --- a/dev-perl/DBIx-Safe/DBIx-Safe-1.2.5-r1.ebuild +++ b/dev-perl/DBIx-Safe/DBIx-Safe-1.2.5-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 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" |