| # |
| # Copyright 2024 Google LLC |
| # |
| # This program is free software; you can redistribute it and/or |
| # modify it under the terms of the GNU General Public License |
| # version 2 as published by the Free Software Foundation. |
| # |
| # This program is distributed in the hope that it will be useful, |
| # but WITHOUT ANY WARRANTY; without even the implied warranty of |
| # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| # GNU General Public License for more details. |
| # |
| |
| EAPI=7 |
| DESCRIPTION="GCP specific packages" |
| HOMEPAGE="http://cos.googlesource.com" |
| LICENSE="metapackage" |
| SLOT="0" |
| KEYWORDS="*" |
| IUSE="cpuballoon" |
| RDEPEND=" |
| app-admin/fluent-bit |
| app-admin/google-guest-agent |
| app-admin/google-guest-configs |
| app-admin/google-osconfig-agent |
| app-admin/lakitu-boot |
| app-admin/oslogin |
| app-admin/warmup-service |
| sys-apps/policymanager |
| cpuballoon? ( sys-apps/ek-cpu-balloon ) |
| " |
| DEPEND="${RDEPEND}" |