diff options
author | Sam James <sam@gentoo.org> | 2020-11-04 05:28:55 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-04 05:28:55 +0000 |
commit | a7bf071816f32f7eb05f9b26aea9b60f6a88eca4 (patch) | |
tree | 6d7fef9483950f73e6abc93055342b66d92e2bae /app-emulation/docker-compose | |
parent | eclass/nvidia-drivers.eclass: update copyright (fix OldGentooCopyright) (diff) | |
download | gentoo-a7bf071816f32f7eb05f9b26aea9b60f6a88eca4.tar.gz gentoo-a7bf071816f32f7eb05f9b26aea9b60f6a88eca4.tar.bz2 gentoo-a7bf071816f32f7eb05f9b26aea9b60f6a88eca4.zip |
app-emulation/docker-compose: Stabilize 1.27.4 arm64, #749774
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/docker-compose')
-rw-r--r-- | app-emulation/docker-compose/docker-compose-1.27.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/docker-compose/docker-compose-1.27.4.ebuild b/app-emulation/docker-compose/docker-compose-1.27.4.ebuild index 21b5b42471fc..14c165fca24f 100644 --- a/app-emulation/docker-compose/docker-compose-1.27.4.ebuild +++ b/app-emulation/docker-compose/docker-compose-1.27.4.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/docker/compose/archive/${MY_PV}.tar.gz -> ${P}.tar.g LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64" +KEYWORDS="~amd64 arm64" IUSE="test" RESTRICT="!test? ( test )" |