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 12C41138350 for ; Sat, 18 Apr 2020 03:28:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FF0EE089F; Sat, 18 Apr 2020 03:28:43 +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 D6008E089F for ; Sat, 18 Apr 2020 03:28:42 +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 811AF34F13A for ; Sat, 18 Apr 2020 03:28:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 506F7154 for ; Sat, 18 Apr 2020 03:28:39 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1587180513.e5b4d9163f99699190d0c57bbda64b36ecf9ab3b.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/acme/acme-1.3.0-r1.ebuild app-crypt/acme/acme-1.3.0.ebuild app-crypt/acme/acme-9999.ebuild X-VCS-Directories: app-crypt/acme/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: e5b4d9163f99699190d0c57bbda64b36ecf9ab3b X-VCS-Branch: master Date: Sat, 18 Apr 2020 03:28:39 +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: 60e922d9-3578-4cd6-bd0b-add8d240855e X-Archives-Hash: 475e5cd9a7f02455bf44f1282ce5dc3e commit: e5b4d9163f99699190d0c57bbda64b36ecf9ab3b Author: Matthew Thode gentoo org> AuthorDate: Sat Apr 18 03:28:18 2020 +0000 Commit: Matthew Thode gentoo org> CommitDate: Sat Apr 18 03:28:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5b4d916 app-crypt/acme: 1.3.0-r1 bump for regression caused by eclass change fixes: 180fa85d7d00aea463c399f70348beaad9166eb7 Closes: https://bugs.gentoo.org/717970 Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --force Signed-off-by: Matthew Thode gentoo.org> app-crypt/acme/{acme-1.3.0.ebuild => acme-1.3.0-r1.ebuild} | 1 + app-crypt/acme/acme-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/app-crypt/acme/acme-1.3.0.ebuild b/app-crypt/acme/acme-1.3.0-r1.ebuild similarity index 98% rename from app-crypt/acme/acme-1.3.0.ebuild rename to app-crypt/acme/acme-1.3.0-r1.ebuild index db4f214816d..279b634c175 100644 --- a/app-crypt/acme/acme-1.3.0.ebuild +++ b/app-crypt/acme/acme-1.3.0-r1.ebuild @@ -52,6 +52,7 @@ DEPEND=" src_compile() { python_foreach_impl run_in_build_dir default + distutils-r1_src_compile if use doc ; then cd docs || die sphinx-build -b html -d _build/doctrees . _build/html diff --git a/app-crypt/acme/acme-9999.ebuild b/app-crypt/acme/acme-9999.ebuild index 4aaf884c944..baec59de4e1 100644 --- a/app-crypt/acme/acme-9999.ebuild +++ b/app-crypt/acme/acme-9999.ebuild @@ -52,6 +52,7 @@ DEPEND=" src_compile() { python_foreach_impl run_in_build_dir default + distutils-r1_src_compile if use doc ; then cd docs || die sphinx-build -b html -d _build/doctrees . _build/html