From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 787EB1382C5 for ; Sat, 12 May 2018 12:33:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71FB9E0A49; Sat, 12 May 2018 12:33:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 52A7CE09F2 for ; Sat, 12 May 2018 12:33:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 564A8335CA5 for ; Sat, 12 May 2018 12:33:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8CFA27B for ; Sat, 12 May 2018 12:33:33 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1526128412.b954ecfa8bf20dc59e8f50079b22ec7263974f0a.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gifsicle/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/gifsicle/gifsicle-1.91.ebuild X-VCS-Directories: media-gfx/gifsicle/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: b954ecfa8bf20dc59e8f50079b22ec7263974f0a X-VCS-Branch: master Date: Sat, 12 May 2018 12:33:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2793e7c2-5bb7-4e4e-84ff-622611bd67dd X-Archives-Hash: 70b387a4ce82464be841693cf80caece commit: b954ecfa8bf20dc59e8f50079b22ec7263974f0a Author: Jeroen Roovers gentoo org> AuthorDate: Sat May 12 12:30:54 2018 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat May 12 12:33:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b954ecfa 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 f6c46c3539c..178513885a6 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")