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 74F281382C5 for ; Fri, 30 Mar 2018 17:56:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86D57E0909; Fri, 30 Mar 2018 17:56:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 63B07E0909 for ; Fri, 30 Mar 2018 17:56:18 +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 AC258335D49 for ; Fri, 30 Mar 2018 17:56:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECEBD268 for ; Fri, 30 Mar 2018 17:56:14 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1522432557.abe7957c3daffe81e110eab3154d61c950db80ac.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/mtools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/mtools/mtools-4.0.18-r2.ebuild X-VCS-Directories: sys-fs/mtools/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: abe7957c3daffe81e110eab3154d61c950db80ac X-VCS-Branch: master Date: Fri, 30 Mar 2018 17:56:14 +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: 4ad30c19-2439-4e55-ae50-7e14bd13dfcb X-Archives-Hash: 71370c71c2b37651af1ac8b03575d57e commit: abe7957c3daffe81e110eab3154d61c950db80ac Author: Manuel Rüger gentoo org> AuthorDate: Fri Mar 30 17:55:57 2018 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Fri Mar 30 17:55:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abe7957c sys-fs/mtools: Add dependency on sys-apps/texinfo Acked by floppym Package-Manager: Portage-2.3.27, Repoman-2.3.9 sys-fs/mtools/mtools-4.0.18-r2.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sys-fs/mtools/mtools-4.0.18-r2.ebuild b/sys-fs/mtools/mtools-4.0.18-r2.ebuild index 543c5416891..5d3714efbff 100644 --- a/sys-fs/mtools/mtools-4.0.18-r2.ebuild +++ b/sys-fs/mtools/mtools-4.0.18-r2.ebuild @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm ~hppa ~ppc ~ppc64 sparc x86 ~x64-macos ~x64-solaris" IUSE="X elibc_glibc" -DEPEND=" +RDEPEND=" !elibc_glibc? ( virtual/libiconv ) X? ( x11-libs/libICE @@ -23,7 +23,10 @@ DEPEND=" x11-libs/libX11 x11-libs/libXt )" -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + sys-apps/texinfo" +# texinfo is required because we patch mtools.texi +# drop it when mtools-4.0.18-locking.patch is no longer applied src_prepare() { # Don't throw errors on existing directories