Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-DBI/
Date: Thu, 05 Apr 2018 14:11:06
Message-Id: 1522937341.b6a0d3caaee8eeb00973d62404b57d96b8fb78d2.bman@gentoo
1 commit: b6a0d3caaee8eeb00973d62404b57d96b8fb78d2
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 5 13:59:20 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 5 14:09:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6a0d3ca
7
8 dev-perl/Class-DBI: amd64 stable
9
10 Bug: https://bugs.gentoo.org/652526
11 Package-Manager: Portage-2.3.28, Repoman-2.3.9
12
13 dev-perl/Class-DBI/Class-DBI-3.0.17-r2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-perl/Class-DBI/Class-DBI-3.0.17-r2.ebuild b/dev-perl/Class-DBI/Class-DBI-3.0.17-r2.ebuild
17 index 7edd9cee9b4..473e6f84487 100644
18 --- a/dev-perl/Class-DBI/Class-DBI-3.0.17-r2.ebuild
19 +++ b/dev-perl/Class-DBI/Class-DBI-3.0.17-r2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -10,7 +10,7 @@ inherit perl-module
27 DESCRIPTION="Simple Database Abstraction"
28
29 SLOT="0"
30 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-solaris"
31 +KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-solaris"
32 IUSE="test"
33
34 RDEPEND=">=dev-perl/Class-Data-Inheritable-0.20.0