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 568C31382C5 for ; Sun, 6 Dec 2020 10:49:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E3FEE094F; Sun, 6 Dec 2020 10:49:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 CC706E094A for ; Sun, 6 Dec 2020 10:49:30 +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 C5F1B341294 for ; Sun, 6 Dec 2020 10:49:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F0E6490 for ; Sun, 6 Dec 2020 10:49:26 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1607251550.22126446602c23576f696a2bd32f71d5cb02e9ec.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-embedded/rauc/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-embedded/rauc/rauc-1.4.ebuild X-VCS-Directories: dev-embedded/rauc/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 22126446602c23576f696a2bd32f71d5cb02e9ec X-VCS-Branch: master Date: Sun, 6 Dec 2020 10:49:26 +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: 20bd76dd-6111-46c9-9b8f-db7469bed27b X-Archives-Hash: bb8a9fc1813bbfcfe34b7f69fc5ae04a commit: 22126446602c23576f696a2bd32f71d5cb02e9ec Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Dec 6 10:24:22 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Dec 6 10:45:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=22126446 dev-embedded/rauc: inherit python-any-r1 no longer inherited automatically by docs Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> dev-embedded/rauc/rauc-1.4.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-embedded/rauc/rauc-1.4.ebuild b/dev-embedded/rauc/rauc-1.4.ebuild index 03fa6f46..d4db0dcb 100644 --- a/dev-embedded/rauc/rauc-1.4.ebuild +++ b/dev-embedded/rauc/rauc-1.4.ebuild @@ -3,10 +3,11 @@ EAPI=7 +PYTHON_COMPAT=( python3_{7,8,9} ) DOCS_BUILDER="sphinx" DOCS_DIR="${S}/docs" -inherit autotools docs +inherit autotools python-any-r1 docs DESCRIPTION="Lightweight update client that runs on your Embedded Linux device" HOMEPAGE="https://rauc.io/" 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 1CF3A1382C5 for ; Sun, 6 Dec 2020 10:46:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2177BE0919; Sun, 6 Dec 2020 10:46:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 E0217E0920 for ; Sun, 6 Dec 2020 10:46:05 +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 EA8E434126E for ; Sun, 6 Dec 2020 10:46:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 899F047E for ; Sun, 6 Dec 2020 10:46:03 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1607251550.22126446602c23576f696a2bd32f71d5cb02e9ec.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-embedded/rauc/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-embedded/rauc/rauc-1.4.ebuild X-VCS-Directories: dev-embedded/rauc/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 22126446602c23576f696a2bd32f71d5cb02e9ec X-VCS-Branch: dev Date: Sun, 6 Dec 2020 10:46:03 +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: 9636a272-e125-4e9e-9d4f-d5520c900fac X-Archives-Hash: 4d2cda1eae5458989c3153885b28fc8f Message-ID: <20201206104603.agtlLQ8cgiNr3NVNVVOH7N1cL5tjzRCHGnfimZNR2mE@z> commit: 22126446602c23576f696a2bd32f71d5cb02e9ec Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Dec 6 10:24:22 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Dec 6 10:45:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=22126446 dev-embedded/rauc: inherit python-any-r1 no longer inherited automatically by docs Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> dev-embedded/rauc/rauc-1.4.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-embedded/rauc/rauc-1.4.ebuild b/dev-embedded/rauc/rauc-1.4.ebuild index 03fa6f46..d4db0dcb 100644 --- a/dev-embedded/rauc/rauc-1.4.ebuild +++ b/dev-embedded/rauc/rauc-1.4.ebuild @@ -3,10 +3,11 @@ EAPI=7 +PYTHON_COMPAT=( python3_{7,8,9} ) DOCS_BUILDER="sphinx" DOCS_DIR="${S}/docs" -inherit autotools docs +inherit autotools python-any-r1 docs DESCRIPTION="Lightweight update client that runs on your Embedded Linux device" HOMEPAGE="https://rauc.io/"