Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/miller/
Date: Sun, 16 Apr 2017 22:00:51
Message-Id: 1492379962.ede61883e09eac0baa877caadd3aa4de6c93020e.monsieurp@gentoo
1 commit: ede61883e09eac0baa877caadd3aa4de6c93020e
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 16 21:59:22 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 16 21:59:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ede61883
7
8 sys-apps/miller: stable for amd64. mark stable for the remaining arches using the ALLARCHES policy.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 sys-apps/miller/miller-4.2.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-apps/miller/miller-4.2.0.ebuild b/sys-apps/miller/miller-4.2.0.ebuild
16 index 855e44ee8fc..df616602dab 100644
17 --- a/sys-apps/miller/miller-4.2.0.ebuild
18 +++ b/sys-apps/miller/miller-4.2.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -12,7 +12,7 @@ LICENSE="BSD-2"
26 SLOT="0"
27 SRC_URI="https://github.com/johnkerl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
28
29 -KEYWORDS="~amd64 ~arm ~x86"
30 +KEYWORDS="amd64 arm x86"
31 IUSE="doc test"
32
33 DEPEND="sys-devel/flex"