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 5D654139694 for ; Sat, 1 Jul 2017 12:11:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF659274022; Sat, 1 Jul 2017 12:11:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 AA165274021 for ; Sat, 1 Jul 2017 12:11:38 +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 8677F341931 for ; Sat, 1 Jul 2017 12:11:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4C8374A8 for ; Sat, 1 Jul 2017 12:11:34 +0000 (UTC) From: "Ulrich Müller" 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" Message-ID: <1498910567.c7906a07a35318631026e1a2b747d666bb590059.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/pov-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/pov-mode/pov-mode-3.3.ebuild X-VCS-Directories: app-emacs/pov-mode/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: c7906a07a35318631026e1a2b747d666bb590059 X-VCS-Branch: master Date: Sat, 1 Jul 2017 12:11:34 +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: e3872cec-6f0c-4948-97fb-c41bb1e13d06 X-Archives-Hash: c378ba1e0a9a05daec3e376f8c43c890 commit: c7906a07a35318631026e1a2b747d666bb590059 Author: Ulrich Müller gentoo org> AuthorDate: Sat Jul 1 12:02:47 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Jul 1 12:02:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7906a07 app-emacs/pov-mode: Add build-time dependency on sys-apps/texinfo. Bug: 622978 Package-Manager: Portage-2.3.6, Repoman-2.3.2 app-emacs/pov-mode/pov-mode-3.3.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-emacs/pov-mode/pov-mode-3.3.ebuild b/app-emacs/pov-mode/pov-mode-3.3.ebuild index 3953f756d29..4251766d372 100644 --- a/app-emacs/pov-mode/pov-mode-3.3.ebuild +++ b/app-emacs/pov-mode/pov-mode-3.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -12,7 +12,8 @@ SRC_URI="http://gitorious.org/${PN}/${PN}/archive-tarball/v${PV} -> ${P}.tar.gz" LICENSE="GPL-3 FDL-1.2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" + +DEPEND="sys-apps/texinfo" S="${WORKDIR}/${PN}-${PN}" SITEFILE="50${PN}-gentoo.el"