Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gifsicle/
Date: Fri, 30 Mar 2018 00:18:37
Message-Id: 1522367734.40b07ee73742c2529a4a3b4cf3641793d9d2fc8d.bman@gentoo
1 commit: 40b07ee73742c2529a4a3b4cf3641793d9d2fc8d
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 29 23:52:04 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 29 23:55:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40b07ee7
7
8 media-gfx/gifsicle: amd64 stable wrt bug #648602
9
10 Package-Manager: Portage-2.3.26, Repoman-2.3.7
11
12 media-gfx/gifsicle/gifsicle-1.90.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-gfx/gifsicle/gifsicle-1.90.ebuild b/media-gfx/gifsicle/gifsicle-1.90.ebuild
16 index 1787353501e..1120482889a 100644
17 --- a/media-gfx/gifsicle/gifsicle-1.90.ebuild
18 +++ b/media-gfx/gifsicle/gifsicle-1.90.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -9,7 +9,7 @@ SRC_URI="https://www.lcdf.org/~eddietwo/${PN}/${P}.tar.gz"
26
27 LICENSE="GPL-2 MIT"
28 SLOT="0"
29 -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
30 +KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
31 IUSE="X"
32
33 RDEPEND="X? ( x11-libs/libX11 x11-libs/libXt )"