From b954ecfa8bf20dc59e8f50079b22ec7263974f0a Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Sat, 12 May 2018 14:30:54 +0200 Subject: [PATCH] media-gfx/gifsicle: Install NEWS.md. Package-Manager: Portage-2.3.36, Repoman-2.3.9 --- media-gfx/gifsicle/gifsicle-1.91.ebuild | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/media-gfx/gifsicle/gifsicle-1.91.ebuild b/media-gfx/gifsicle/gifsicle-1.91.ebuild index f6c46c3539ce..178513885a6f 100644 --- a/media-gfx/gifsicle/gifsicle-1.91.ebuild +++ b/media-gfx/gifsicle/gifsicle-1.91.ebuild @@ -12,9 +12,20 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="X" -RDEPEND="X? ( x11-libs/libX11 x11-libs/libXt )" -DEPEND="${RDEPEND} - X? ( x11-base/xorg-proto )" +RDEPEND=" + X? ( + x11-libs/libX11 + x11-libs/libXt + ) +" +DEPEND=" + ${RDEPEND} + X? ( x11-base/xorg-proto ) +" +DOCS=( + NEWS.md + README.md +) src_configure() { econf $(usex X "" "--disable-gifview") -- 2.26.2