diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-ec2-compat/oem-ec2-compat-0.1.2.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-ec2-compat/oem-ec2-compat-0.1.2.ebuild index 1e8993049a..f02447c2fb 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-ec2-compat/oem-ec2-compat-0.1.2.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-ec2-compat/oem-ec2-compat-0.1.2.ebuild @@ -13,23 +13,14 @@ KEYWORDS="amd64 arm64 x86" IUSE="ec2 openstack brightbox aws_pro" REQUIRED_USE="^^ ( ec2 openstack brightbox aws_pro )" -# TODO: The AWS SSM Agent is currently too big for the OEM partition -# but if it fits, uncomment the following and revert -# b6abb59c544be13e923a3e7240b5c9395c281fca -#RDEPEND=" -# ec2? ( app-emulation/amazon-ssm-agent ) -#" RDEPEND=" + ec2? ( app-emulation/amazon-ssm-agent ) aws_pro? ( coreos-base/flatcar-eks x11-drivers/nvidia-drivers ) " -RDEPEND=" - app-emulation/amazon-ssm-agent -" - # no source directory S="${WORKDIR}"