Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/jpgraph/
Date: Sat, 04 Feb 2017 16:57:25
Message-Id: 1486227405.1d378a0245d8262444957440882b6a6d6174c00e.mjo@gentoo
1 commit: 1d378a0245d8262444957440882b6a6d6174c00e
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 4 16:52:32 2017 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 4 16:56:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d378a02
7
8 dev-php/jpgraph: stabilize remaining arches per ALLARCHES policy.
9
10 Gentoo-Bug: 604562
11
12 Package-Manager: portage-2.3.3
13
14 dev-php/jpgraph/jpgraph-4.0.2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-php/jpgraph/jpgraph-4.0.2.ebuild b/dev-php/jpgraph/jpgraph-4.0.2.ebuild
18 index 12a1511..201a967 100644
19 --- a/dev-php/jpgraph/jpgraph-4.0.2.ebuild
20 +++ b/dev-php/jpgraph/jpgraph-4.0.2.ebuild
21 @@ -10,7 +10,7 @@ HOMEPAGE="http://jpgraph.net/"
22 SRC_URI="https://dev.gentoo.org/~mjo/distfiles/${P}.tar.gz"
23 LICENSE="QPL-1.0"
24 SLOT="0"
25 -KEYWORDS="~alpha amd64 ~hppa ~ppc ~sparc ~x86"
26 +KEYWORDS="alpha amd64 hppa ppc sparc x86"
27 IUSE="truetype examples"
28
29 DEPEND=""