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 78E27138350 for ; Mon, 13 Jan 2020 16:09:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 880F6E0DDF; Mon, 13 Jan 2020 16:09:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 9F968E0DDF for ; Mon, 13 Jan 2020 16:09:14 +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 650FB34E05F for ; Mon, 13 Jan 2020 16:09:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65D7D99 for ; Mon, 13 Jan 2020 16:09:11 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1578931734.b5c3843384d657437f6cb566d7fd504d0553d4e7.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/vc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tex/vc/vc-0.6.ebuild X-VCS-Directories: dev-tex/vc/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: b5c3843384d657437f6cb566d7fd504d0553d4e7 X-VCS-Branch: master Date: Mon, 13 Jan 2020 16:09:11 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8475dbf2-7a84-4205-bde7-ce9c5bb47a57 X-Archives-Hash: 61b2d163cc1f8938c8950c9c12d9b47c commit: b5c3843384d657437f6cb566d7fd504d0553d4e7 Author: Mikle Kolyada gentoo org> AuthorDate: Mon Jan 13 16:08:54 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Mon Jan 13 16:08:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5c38433 dev-tex/vc: port to EAPI=7 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Mikle Kolyada gentoo.org> dev-tex/vc/vc-0.6.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-tex/vc/vc-0.6.ebuild b/dev-tex/vc/vc-0.6.ebuild index e0d91ac8022..cf4910ec908 100644 --- a/dev-tex/vc/vc-0.6.ebuild +++ b/dev-tex/vc/vc-0.6.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit latex-package @@ -14,7 +14,7 @@ LICENSE="CC0-1.0" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" S="${WORKDIR}/${PN}"