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 B1061138359 for ; Wed, 7 Oct 2020 17:06:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4F77E0874; Wed, 7 Oct 2020 17:06:17 +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 B81F0E0874 for ; Wed, 7 Oct 2020 17:06:17 +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 BEE24335D44 for ; Wed, 7 Oct 2020 17:06:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30DB833A for ; Wed, 7 Oct 2020 17:06:15 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1602090368.e4735b5cd98c63e416b1dc4eab3d7f6120c38873.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/repoman/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/repoman/repoman-9999.ebuild X-VCS-Directories: app-portage/repoman/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: e4735b5cd98c63e416b1dc4eab3d7f6120c38873 X-VCS-Branch: master Date: Wed, 7 Oct 2020 17:06:15 +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: b584a78c-fa65-47d2-bcf0-7aaaf0658c90 X-Archives-Hash: e530216323d951d32c72e6831cf9964a commit: e4735b5cd98c63e416b1dc4eab3d7f6120c38873 Author: Zac Medico gentoo org> AuthorDate: Wed Oct 7 17:03:41 2020 +0000 Commit: Zac Medico gentoo org> CommitDate: Wed Oct 7 17:06:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4735b5c app-portage/repoman: Update 9999 ebuild Reported-by: Kent Fredric gentoo.org> Closes: https://bugs.gentoo.org/747070 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Zac Medico gentoo.org> app-portage/repoman/repoman-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-portage/repoman/repoman-9999.ebuild b/app-portage/repoman/repoman-9999.ebuild index ac8c1532d0e..74e5a63301f 100644 --- a/app-portage/repoman/repoman-9999.ebuild +++ b/app-portage/repoman/repoman-9999.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6..9} pypy3 ) PYTHON_REQ_USE='bzip2(+)' inherit distutils-r1 @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/portage.git" S="${WORKDIR}/${P}/repoman" else - SRC_URI="https://dev.gentoo.org/~dolsen/releases/${PN}/${P}.tar.bz2" + SRC_URI="https://dev.gentoo.org/~zmedico/portage/archives/${P}.tar.bz2" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi @@ -26,7 +26,7 @@ SLOT="0" IUSE="" RDEPEND=" - >=sys-apps/portage-2.3.0_rc[${PYTHON_USEDEP}] + >=sys-apps/portage-3.0.4[${PYTHON_USEDEP}] >=dev-python/lxml-3.6.0[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] "