summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2021-05-26 15:52:36 +0000
committerJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2021-05-26 15:52:36 +0000
commit9774f1f44f6908c037d1ae53c035491424ce5c06 (patch)
tree383625a1c863d1b63c1d5b2c324bb76b32044888
parentdev-perl/AnyEvent-XMPP: Whitespace. (diff)
downloadjmbsvicetto-9774f1f44f6908c037d1ae53c035491424ce5c06.tar.gz
jmbsvicetto-9774f1f44f6908c037d1ae53c035491424ce5c06.tar.bz2
jmbsvicetto-9774f1f44f6908c037d1ae53c035491424ce5c06.zip
dev-perl/DBD-XBase: Fix QA issues.
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
-rw-r--r--dev-perl/DBD-XBase/DBD-XBase-1.03.ebuild7
-rw-r--r--dev-perl/DBD-XBase/DBD-XBase-1.05.ebuild7
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-perl/DBD-XBase/DBD-XBase-1.03.ebuild b/dev-perl/DBD-XBase/DBD-XBase-1.03.ebuild
index 8b1eedf..dd2903e 100644
--- a/dev-perl/DBD-XBase/DBD-XBase-1.03.ebuild
+++ b/dev-perl/DBD-XBase/DBD-XBase-1.03.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="5"
+EAPI=5
MODULE_AUTHOR=JANPAZ
@@ -13,7 +13,8 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
-DEPEND="virtual/perl-Module-Build
+DEPEND="
+ dev-perl/Module-Build
test? ( virtual/perl-Test-Simple )
"
RDEPEND=""
diff --git a/dev-perl/DBD-XBase/DBD-XBase-1.05.ebuild b/dev-perl/DBD-XBase/DBD-XBase-1.05.ebuild
index 8b1eedf..dd2903e 100644
--- a/dev-perl/DBD-XBase/DBD-XBase-1.05.ebuild
+++ b/dev-perl/DBD-XBase/DBD-XBase-1.05.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="5"
+EAPI=5
MODULE_AUTHOR=JANPAZ
@@ -13,7 +13,8 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
-DEPEND="virtual/perl-Module-Build
+DEPEND="
+ dev-perl/Module-Build
test? ( virtual/perl-Test-Simple )
"
RDEPEND=""