Install this version:
emerge -a =app-admin/awscli-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-admin/awscli-9999
Or alternatively:
emerge --autounmask-write -a =app-admin/awscli-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License
EAPI=8
PYTHON_COMPAT=( python3_{12..15} pypy3{,_11} )
DISTUTILS_USE_PEP517="setuptools"
inherit distutils-r1 git-r3
DESCRIPTION="CLI interface for AWS"
HOMEPAGE="https://github.com/aws/aws-cli"
EGIT_REPO_URI="https://github.com/aws/aws-cli"
EGIT_BRANCH="develop"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
LICENSE="Apache-2.0"
SLOT="0"
DEPEND="!!app-admin/awscli-bin"