From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1319430-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 D461F158041
	for <garchives@archives.gentoo.org>; Wed,  8 Sep 2021 16:55:54 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id CBD9BE09C2;
	Wed,  8 Sep 2021 16:55:50 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.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 91504E09C4
	for <gentoo-commits@lists.gentoo.org>; Wed,  8 Sep 2021 16:55:50 +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 37B6933BE1F
	for <gentoo-commits@lists.gentoo.org>; Wed,  8 Sep 2021 16:55:49 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FFBAEA
	for <gentoo-commits@lists.gentoo.org>; Wed,  8 Sep 2021 16:55:45 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@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, "Andreas Sturmlechner" <asturm@gentoo.org>
Message-ID: <1631120083.1e65742a8f2201ce4c64ce7a1990d844aa40c3e4.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qt-docs/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-qt/qt-docs/qt-docs-5.15.2_p202011130614.ebuild
X-VCS-Directories: dev-qt/qt-docs/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 1e65742a8f2201ce4c64ce7a1990d844aa40c3e4
X-VCS-Branch: master
Date: Wed,  8 Sep 2021 16:55:45 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: d4b611fa-e486-4890-b808-6a0833e8ccf0
X-Archives-Hash: 68b9398113bc44eaf27a642edeae8d04

commit:     1e65742a8f2201ce4c64ce7a1990d844aa40c3e4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  7 15:02:02 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep  8 16:54:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e65742a

dev-qt/qt-docs: EAPI-8 bump, requires unpacker.eclass

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qt-docs/qt-docs-5.15.2_p202011130614.ebuild | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-qt/qt-docs/qt-docs-5.15.2_p202011130614.ebuild b/dev-qt/qt-docs/qt-docs-5.15.2_p202011130614.ebuild
index 351c5273763..233c6d5932a 100644
--- a/dev-qt/qt-docs/qt-docs-5.15.2_p202011130614.ebuild
+++ b/dev-qt/qt-docs/qt-docs-5.15.2_p202011130614.ebuild
@@ -1,7 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
+
+inherit unpacker
 
 PV_FULL=${PV/_p/-0-}
 PV_NODOTS=$(ver_rs 1-3 '' ${PV%_p*})
@@ -80,13 +82,13 @@ for DOCUSE in ${!QT5_DOCS[@]}; do
 done
 unset DOCTAR DOCUSE
 
+S=${WORKDIR}/Docs/Qt-${PV%_p*}
+
 BDEPEND="
 	app-arch/p7zip
 	media-libs/libpng:0
 "
 
-S=${WORKDIR}/Docs/Qt-${PV%_p*}
-
 src_prepare() {
 	default