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 EE79F138359 for ; Fri, 4 Sep 2020 10:07:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C5F8E086D; Fri, 4 Sep 2020 10:07:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 CA18EE086D for ; Fri, 4 Sep 2020 10:07:27 +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 9682D340CCE for ; Fri, 4 Sep 2020 10:07:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20B2E315 for ; Fri, 4 Sep 2020 10:07:25 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1599214042.19d95807d51291f64451c269d80dd2be3f68358d.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/volume_key/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/volume_key/volume_key-0.3.12-r1.ebuild dev-libs/volume_key/volume_key-0.3.12.ebuild X-VCS-Directories: dev-libs/volume_key/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 19d95807d51291f64451c269d80dd2be3f68358d X-VCS-Branch: master Date: Fri, 4 Sep 2020 10:07:25 +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: df6773cb-65c4-484e-ad05-94483ca6e62a X-Archives-Hash: b32cf5835be74925157ce792569136ad commit: 19d95807d51291f64451c269d80dd2be3f68358d Author: Lars Wendler gentoo org> AuthorDate: Fri Sep 4 10:06:11 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Sep 4 10:07:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19d95807 dev-libs/volume_key: Revbump adding python3_8 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Lars Wendler gentoo.org> .../{volume_key-0.3.12.ebuild => volume_key-0.3.12-r1.ebuild} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-libs/volume_key/volume_key-0.3.12.ebuild b/dev-libs/volume_key/volume_key-0.3.12-r1.ebuild similarity index 89% rename from dev-libs/volume_key/volume_key-0.3.12.ebuild rename to dev-libs/volume_key/volume_key-0.3.12-r1.ebuild index 87bc022c35c..2a6dd33d088 100644 --- a/dev-libs/volume_key/volume_key-0.3.12.ebuild +++ b/dev-libs/volume_key/volume_key-0.3.12-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit python-single-r1 @@ -45,5 +45,7 @@ src_configure() { src_install() { default - find "${ED}" -name "*.la" -delete || die + find "${ED}" -type f -name "*.la" -delete || die + + python_optimize }