Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-SQLite/
Date: Wed, 06 May 2020 06:41:16
Message-Id: 1588747024.ccb1e70c87d5c78e20fb69a0ac77712e0765e9bb.slyfox@gentoo
1 commit: ccb1e70c87d5c78e20fb69a0ac77712e0765e9bb
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 6 06:37:04 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed May 6 06:37:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccb1e70c
7
8 dev-perl/DateTime-Format-SQLite: keyworded 0.110.0 for ppc, bug #719138
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 RepoMan-Options: --include-arches="ppc"
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 dev-perl/DateTime-Format-SQLite/DateTime-Format-SQLite-0.110.0.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-perl/DateTime-Format-SQLite/DateTime-Format-SQLite-0.110.0.ebuild b/dev-perl/DateTime-Format-SQLite/DateTime-Format-SQLite-0.110.0.ebuild
18 index 7c329f5adf0..eb53efbd9bb 100644
19 --- a/dev-perl/DateTime-Format-SQLite/DateTime-Format-SQLite-0.110.0.ebuild
20 +++ b/dev-perl/DateTime-Format-SQLite/DateTime-Format-SQLite-0.110.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -10,7 +10,7 @@ inherit perl-module
28 DESCRIPTION="Parse and format SQLite dates and times"
29
30 SLOT="0"
31 -KEYWORDS="~amd64 ~x86 ~x86-solaris"
32 +KEYWORDS="~amd64 ~ppc ~x86 ~x86-solaris"
33 IUSE=""
34
35 RDEPEND=">=dev-perl/DateTime-0.51