Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gifsicle/
Date: Sat, 12 May 2018 12:33:40
Message-Id: 1526128412.b954ecfa8bf20dc59e8f50079b22ec7263974f0a.jer@gentoo
1 commit: b954ecfa8bf20dc59e8f50079b22ec7263974f0a
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 12 12:30:54 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sat May 12 12:33:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b954ecfa
7
8 media-gfx/gifsicle: Install NEWS.md.
9
10 Package-Manager: Portage-2.3.36, Repoman-2.3.9
11
12 media-gfx/gifsicle/gifsicle-1.91.ebuild | 17 ++++++++++++++---
13 1 file changed, 14 insertions(+), 3 deletions(-)
14
15 diff --git a/media-gfx/gifsicle/gifsicle-1.91.ebuild b/media-gfx/gifsicle/gifsicle-1.91.ebuild
16 index f6c46c3539c..178513885a6 100644
17 --- a/media-gfx/gifsicle/gifsicle-1.91.ebuild
18 +++ b/media-gfx/gifsicle/gifsicle-1.91.ebuild
19 @@ -12,9 +12,20 @@ SLOT="0"
20 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
21 IUSE="X"
22
23 -RDEPEND="X? ( x11-libs/libX11 x11-libs/libXt )"
24 -DEPEND="${RDEPEND}
25 - X? ( x11-base/xorg-proto )"
26 +RDEPEND="
27 + X? (
28 + x11-libs/libX11
29 + x11-libs/libXt
30 + )
31 +"
32 +DEPEND="
33 + ${RDEPEND}
34 + X? ( x11-base/xorg-proto )
35 +"
36 +DOCS=(
37 + NEWS.md
38 + README.md
39 +)
40
41 src_configure() {
42 econf $(usex X "" "--disable-gifview")