diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-12-20 01:06:22 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-12-20 18:24:40 -0800 |
commit | 9a427bcfdbc830b53654d918d3346d3c5e23c8d1 (patch) | |
tree | 4a56112fddfbd52195b261f1d5d0f5b8f62a5bc8 /app-containers/lxc-templates | |
parent | Move {app-emulation -> app-containers}/lxc-templates (diff) | |
download | gentoo-9a427bcfdbc830b53654d918d3346d3c5e23c8d1.tar.gz gentoo-9a427bcfdbc830b53654d918d3346d3c5e23c8d1.tar.bz2 gentoo-9a427bcfdbc830b53654d918d3346d3c5e23c8d1.zip |
Move {app-emulation -> app-containers}/lxc
Closes: https://github.com/gentoo/gentoo/pull/23428
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-containers/lxc-templates')
-rw-r--r-- | app-containers/lxc-templates/lxc-templates-3.0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/lxc-templates/lxc-templates-3.0.4.ebuild b/app-containers/lxc-templates/lxc-templates-3.0.4.ebuild index f8ce13079521..a1f732c6c824 100644 --- a/app-containers/lxc-templates/lxc-templates-3.0.4.ebuild +++ b/app-containers/lxc-templates/lxc-templates-3.0.4.ebuild @@ -15,7 +15,7 @@ KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" LICENSE="LGPL-3" SLOT="0" -RDEPEND=">=app-emulation/lxc-3.0" +RDEPEND=">=app-containers/lxc-3.0" DEPEND="${RDEPEND}" BDEPEND="verify-sig? ( sec-keys/openpgp-keys-linuxcontainers )" |