Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/collectl/
Date: Wed, 10 Apr 2019 22:36:46
Message-Id: 1554935794.1eb2588ee598837348edc800422e7f4a42a333e5.bman@gentoo
1 commit: 1eb2588ee598837348edc800422e7f4a42a333e5
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 10 22:31:30 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 10 22:36:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eb2588e
7
8 sys-apps/collectl: amd64 stable wrt bug #678516
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 sys-apps/collectl/collectl-4.3.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-apps/collectl/collectl-4.3.1.ebuild b/sys-apps/collectl/collectl-4.3.1.ebuild
17 index ba9800dc9fb..7ffa8740f70 100644
18 --- a/sys-apps/collectl/collectl-4.3.1.ebuild
19 +++ b/sys-apps/collectl/collectl-4.3.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/collectl/${P}.src.tar.gz"
27
28 LICENSE="GPL-2 Artistic"
29 SLOT="0"
30 -KEYWORDS="~alpha ~amd64 ~ia64 ~x86"
31 +KEYWORDS="~alpha amd64 ~ia64 ~x86"
32 IUSE=""
33
34 RDEPEND=">=dev-lang/perl-5.8.8