From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-945457-garchives=archives.gentoo.org@lists.gentoo.org>
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 54E9C139695
	for <garchives@archives.gentoo.org>; Sat, 22 Apr 2017 20:58:15 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 62B16E0CCD;
	Sat, 22 Apr 2017 20:58:13 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 3D2D6E0CCD
	for <gentoo-commits@lists.gentoo.org>; Sat, 22 Apr 2017 20:58:13 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 3C11533FE7D
	for <gentoo-commits@lists.gentoo.org>; Sat, 22 Apr 2017 20:58:12 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id CCD0269BC
	for <gentoo-commits@lists.gentoo.org>; Sat, 22 Apr 2017 20:58:10 +0000 (UTC)
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" <ulm@gentoo.org>
Message-ID: <1492894684.b5866f14da5bbf07785438fcb65ae26e5800c1ff.ulm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/elisp-manual/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-doc/elisp-manual/elisp-manual-23.4.ebuild app-doc/elisp-manual/elisp-manual-24.5.ebuild
X-VCS-Directories: app-doc/elisp-manual/
X-VCS-Committer: ulm
X-VCS-Committer-Name: Ulrich Müller
X-VCS-Revision: b5866f14da5bbf07785438fcb65ae26e5800c1ff
X-VCS-Branch: master
Date: Sat, 22 Apr 2017 20:58:10 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 377aad4d-3f98-4838-89ed-22cd76da6ad0
X-Archives-Hash: 992e91279666e63982b7d86bcff88640

commit:     b5866f14da5bbf07785438fcb65ae26e5800c1ff
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 20:30:26 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 20:58:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5866f14

app-doc/elisp-manual: Drop explicit dependency on xz-utils.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-doc/elisp-manual/elisp-manual-23.4.ebuild | 5 ++---
 app-doc/elisp-manual/elisp-manual-24.5.ebuild | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/app-doc/elisp-manual/elisp-manual-23.4.ebuild b/app-doc/elisp-manual/elisp-manual-23.4.ebuild
index 7650b580822..ea879a7492c 100644
--- a/app-doc/elisp-manual/elisp-manual-23.4.ebuild
+++ b/app-doc/elisp-manual/elisp-manual-23.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,8 +15,7 @@ LICENSE="FDL-1.3+"
 SLOT="23"
 KEYWORDS="amd64 ppc x86 ~x86-fbsd"
 
-DEPEND="app-arch/xz-utils
-	sys-apps/texinfo"
+DEPEND="sys-apps/texinfo"
 
 S="${WORKDIR}/lispref"
 

diff --git a/app-doc/elisp-manual/elisp-manual-24.5.ebuild b/app-doc/elisp-manual/elisp-manual-24.5.ebuild
index cdfe92bcb75..fca59e62bcf 100644
--- a/app-doc/elisp-manual/elisp-manual-24.5.ebuild
+++ b/app-doc/elisp-manual/elisp-manual-24.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,8 +14,7 @@ LICENSE="FDL-1.3+"
 SLOT="24"
 KEYWORDS="amd64 ppc x86 ~x86-fbsd"
 
-DEPEND="app-arch/xz-utils
-	sys-apps/texinfo"
+DEPEND="sys-apps/texinfo"
 
 S="${WORKDIR}/lispref"