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-libs/libstatgrab/
Date: Sat, 31 Mar 2018 23:41:50
Message-Id: 1522539671.0b72ce1c7a70bec12cf5fb6db84ca860c272dd3a.bman@gentoo
1 commit: 0b72ce1c7a70bec12cf5fb6db84ca860c272dd3a
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 31 23:26:21 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 31 23:41:11 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b72ce1c
7
8 sys-libs/libstatgrab: amd64 stable
9
10 Bug: https://bugs.gentoo.org/651712
11 Package-Manager: Portage-2.3.27, Repoman-2.3.9
12
13 sys-libs/libstatgrab/libstatgrab-0.91.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-libs/libstatgrab/libstatgrab-0.91.ebuild b/sys-libs/libstatgrab/libstatgrab-0.91.ebuild
17 index 66d6b6f489e..cecf282cfc2 100644
18 --- a/sys-libs/libstatgrab/libstatgrab-0.91.ebuild
19 +++ b/sys-libs/libstatgrab/libstatgrab-0.91.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=5
26 @@ -12,7 +12,7 @@ SRC_URI="http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/libsta
27
28 LICENSE="|| ( GPL-2 LGPL-2.1 )"
29 SLOT=0
30 -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~x86"
31 +KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~x86"
32 IUSE="doc examples static-libs"
33
34 RDEPEND="sys-libs/ncurses"