From 6c952ce066df40833bfe88e84bb97d34bb839ada Mon Sep 17 00:00:00 2001 From: Joonas Niilola Date: Thu, 16 Jan 2025 15:47:38 +0200 Subject: [PATCH] app-containers/lxc-templates: remove unused eclass & comment Closes: https://bugs.gentoo.org/948179 Signed-off-by: Joonas Niilola --- .../lxc-templates/lxc-templates-3.0.4_p20240917.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-containers/lxc-templates/lxc-templates-3.0.4_p20240917.ebuild b/app-containers/lxc-templates/lxc-templates-3.0.4_p20240917.ebuild index 6b6d964366712..3a1ba2016b5ea 100644 --- a/app-containers/lxc-templates/lxc-templates-3.0.4_p20240917.ebuild +++ b/app-containers/lxc-templates/lxc-templates-3.0.4_p20240917.ebuild @@ -3,10 +3,9 @@ EAPI=8 -inherit autotools verify-sig +inherit autotools MY_COMMIT="da14466ce09afa3b39adb2b324be20084b776eb7" -https://github.com/lxc/lxc-templates/archive/da14466ce09afa3b39adb2b324be20084b776eb7.zip DESCRIPTION="Old style template scripts for LXC" HOMEPAGE="https://linuxcontainers.org/ https://github.com/lxc/lxc-templates" SRC_URI="https://github.com/lxc/lxc-templates/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"