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 5276B13835A for ; Wed, 23 Jun 2021 10:21:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8314E0900; Wed, 23 Jun 2021 10:21:55 +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 9392DE0900 for ; Wed, 23 Jun 2021 10:21:55 +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 AAF5E340562 for ; Wed, 23 Jun 2021 10:21:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D942A7BB for ; Wed, 23 Jun 2021 10:21:51 +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: <1624443697.2bcedc4f6997c7f2d93cc7a8d6148a2db01657d0.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/pms/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-doc/pms/pms-9999.ebuild X-VCS-Directories: app-doc/pms/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 2bcedc4f6997c7f2d93cc7a8d6148a2db01657d0 X-VCS-Branch: master Date: Wed, 23 Jun 2021 10:21:51 +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: 9c98d5a3-f41f-4c75-86d5-cfdfab75192f X-Archives-Hash: db6f96ee7008e340c50d9c8678d0ce58 commit: 2bcedc4f6997c7f2d93cc7a8d6148a2db01657d0 Author: Ulrich Müller gentoo org> AuthorDate: Wed Jun 23 10:17:15 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Jun 23 10:21:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bcedc4f app-doc/pms: Bump live ebuild to EAPI 8 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Ulrich Müller gentoo.org> app-doc/pms/pms-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-doc/pms/pms-9999.ebuild b/app-doc/pms/pms-9999.ebuild index b37a3c1f7af..337c699dd80 100644 --- a/app-doc/pms/pms-9999.ebuild +++ b/app-doc/pms/pms-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit git-r3 @@ -28,7 +28,7 @@ RDEPEND="!app-doc/pms-bin" src_compile() { # just in case; we shouldn't be generating any fonts export VARTEXFONTS="${T}/fonts" - emake $(usex twoside TWOSIDE=yes "") + emake $(usev twoside TWOSIDE=yes) use html && emake html }