diff options
Diffstat (limited to 'app-portage/repoman/repoman-3.0.2.ebuild')
-rw-r--r-- | app-portage/repoman/repoman-3.0.2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-portage/repoman/repoman-3.0.2.ebuild b/app-portage/repoman/repoman-3.0.2.ebuild index d850a86e961..5b7a2231156 100644 --- a/app-portage/repoman/repoman-3.0.2.ebuild +++ b/app-portage/repoman/repoman-3.0.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{6..9} pypy3 ) +PYTHON_COMPAT=( python3_{7..9} pypy3 ) PYTHON_REQ_USE='bzip2(+)' inherit distutils-r1 @@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]]; then S="${WORKDIR}/${P}/repoman" else 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" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi DESCRIPTION="Repoman is a Quality Assurance tool for Gentoo ebuilds" @@ -50,7 +50,7 @@ python_install() { } pkg_postinst() { - if [[ -z {REPLACING_VERSIONS} ]]; then + if [[ -z ${REPLACING_VERSIONS} ]]; then elog "" elog "This release of repoman is from the new portage/repoman split" elog "release code base." |