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-php/PEAR-File_Find/
Date: Fri, 16 Feb 2018 20:41:39
Message-Id: 1518813663.469a603b2f01439b1b16b9e3837351789ef2a76f.slyfox@gentoo
1 commit: 469a603b2f01439b1b16b9e3837351789ef2a76f
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 16 20:41:03 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 16 20:41:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=469a603b
7
8 dev-php/PEAR-File_Find: stable 1.3.3 for ia64, bug #647764
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11 RepoMan-Options: --include-arches="ia64"
12
13 dev-php/PEAR-File_Find/PEAR-File_Find-1.3.3.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-php/PEAR-File_Find/PEAR-File_Find-1.3.3.ebuild b/dev-php/PEAR-File_Find/PEAR-File_Find-1.3.3.ebuild
17 index 3bfd60ffb67..b9194e0e267 100644
18 --- a/dev-php/PEAR-File_Find/PEAR-File_Find-1.3.3.ebuild
19 +++ b/dev-php/PEAR-File_Find/PEAR-File_Find-1.3.3.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 @@ -11,7 +11,7 @@ HOMEPAGE="http://pear.php.net/package/${MY_PN}"
27 SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz"
28 LICENSE="PHP-3.01"
29 SLOT="0"
30 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
31 +KEYWORDS="~alpha ~amd64 ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86"
32 IUSE="test"
33
34 # Really only needs PEAR-Exception at runtime.