Install this version:
emerge -a =dev-db/dynamodb-shell-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-db/dynamodb-shell-9999
Or alternatively:
emerge --autounmask-write -a =dev-db/dynamodb-shell-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake git-r3
DESCRIPTION="A command line client (shell) for AWS DynamoDB"
HOMEPAGE="https://github.com/awslabs/dynamodb-shell"
EGIT_REPO_URI="https://github.com/awslabs/${PN}.git"
LICENSE="Apache-2.0"
SLOT="0"
IUSE="test"
RESTRICT="test" # fails
RDEPEND=">=dev-cpp/aws-sdk-cpp-1.11.688-r1:=[dynamodb,iam,sts]
sys-libs/readline:=
virtual/zlib:="
DEPEND="${RDEPEND}"
BDEPEND="sys-devel/bison
sys-devel/flex"
src_prepare() {
! use test && eapply "${FILESDIR}/${PN}"-0.8.1-tests.patch
cmake_src_prepare
}
Manage flags for this package:
euse -i <flag> -p dev-db/dynamodb-shell |
euse -E <flag> -p dev-db/dynamodb-shell |
euse -D <flag> -p dev-db/dynamodb-shell
>=dev-cpp/aws-sdk-cpp-1.11.688-r1:=[dynamodb,iam,sts] sys-libs/readline:= virtual/zlib:=
>=dev-cpp/aws-sdk-cpp-1.11.688-r1:=[dynamodb,iam,sts] sys-libs/readline:= virtual/zlib:=
sys-devel/bison sys-devel/flex