diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-02-16 21:53:41 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-02-16 22:11:49 +0100 |
commit | e9947c2371d0932e9eb250fee84aa4f040cfa5df (patch) | |
tree | 9ac46aaeb85df100e094fa483613ed45f51a6037 /app-eselect/eselect-python | |
parent | dev-perl/DBD-mysql: x86 stable (bug #709628) (diff) | |
download | gentoo-e9947c2371d0932e9eb250fee84aa4f040cfa5df.tar.gz gentoo-e9947c2371d0932e9eb250fee84aa4f040cfa5df.tar.bz2 gentoo-e9947c2371d0932e9eb250fee84aa4f040cfa5df.zip |
app-eselect/eselect-python: x86 stable (bug #709778)
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-eselect/eselect-python')
-rw-r--r-- | app-eselect/eselect-python/eselect-python-20190417.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-eselect/eselect-python/eselect-python-20190417.ebuild b/app-eselect/eselect-python/eselect-python-20190417.ebuild index 6b5477fa2e26..87a1e540fc04 100644 --- a/app-eselect/eselect-python/eselect-python-20190417.ebuild +++ b/app-eselect/eselect-python/eselect-python-20190417.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ if [[ ${PV} == "99999999" ]] ; then EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git" else SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~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 ~sh ~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 DESCRIPTION="Eselect module for management of multiple Python versions" |