diff options
| author | BaldEagleOS Migration <dev@baldeagleos.com> | 2026-06-02 11:24:22 -0500 |
|---|---|---|
| committer | BaldEagleOS Migration <dev@baldeagleos.com> | 2026-06-02 11:24:22 -0500 |
| commit | fa2a9ceb34861c64aee4400a4686233134d8e652 (patch) | |
| tree | 8eae804ea9a6ecae6af75b29d59c2376dc9153ed /app-containers/docker-compose | |
| parent | 637414c2448c2e6b0a24db5fafe01716205be445 (diff) | |
| download | baldeagleos-repo-develop.tar.gz baldeagleos-repo-develop.tar.xz baldeagleos-repo-develop.zip | |
Diffstat (limited to 'app-containers/docker-compose')
| -rw-r--r-- | app-containers/docker-compose/docker-compose-5.0.1-r2.ebuild (renamed from app-containers/docker-compose/docker-compose-5.0.1-r1.ebuild) | 5 | ||||
| -rw-r--r-- | app-containers/docker-compose/docker-compose-5.1.4-r1.ebuild (renamed from app-containers/docker-compose/docker-compose-5.1.4.ebuild) | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-containers/docker-compose/docker-compose-5.0.1-r1.ebuild b/app-containers/docker-compose/docker-compose-5.0.1-r2.ebuild index 775981137178..95bb06b764dd 100644 --- a/app-containers/docker-compose/docker-compose-5.0.1-r1.ebuild +++ b/app-containers/docker-compose/docker-compose-5.0.1-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit eapi9-ver go-module +inherit eapi9-ver go-module optfeature MY_PV=${PV/_/-} DESCRIPTION="Multi-container orchestration for Docker" @@ -21,7 +21,6 @@ RDEPEND=" >=app-containers/docker-cli-23.0.0 app-containers/podman[wrapper(+)] ) -app-containers/docker-credential-helpers " BDEPEND=">=dev-lang/go-1.24.7" @@ -42,6 +41,8 @@ src_install() { } pkg_postinst() { + optfeature "credential store support" app-containers/docker-credential-helpers + if ver_replacing -lt 2; then ewarn ewarn "docker-compose 2.x is a sub command of docker" diff --git a/app-containers/docker-compose/docker-compose-5.1.4.ebuild b/app-containers/docker-compose/docker-compose-5.1.4-r1.ebuild index f846e7e88032..182562bd89be 100644 --- a/app-containers/docker-compose/docker-compose-5.1.4.ebuild +++ b/app-containers/docker-compose/docker-compose-5.1.4-r1.ebuild @@ -1,7 +1,9 @@ # Copyright 2018-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=9 +EAPI=8 + +inherit eapi9-ver optfeature DESCRIPTION="Multi-container orchestration for Docker" HOMEPAGE="https://github.com/docker/compose" @@ -19,7 +21,6 @@ RDEPEND=" >=app-containers/docker-cli-29.5.2 app-containers/podman[wrapper(+)] ) - app-containers/docker-credential-helpers " BDEPEND=">=dev-lang/go-1.25.5" @@ -38,6 +39,8 @@ src_install() { } pkg_postinst() { + optfeature "credential store support" app-containers/docker-credential-helpers + if ver_replacing -lt 2; then ewarn ewarn "docker-compose 2.x is a sub command of docker" |
