diff options
author | Sam James <sam@gentoo.org> | 2021-04-17 00:20:23 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:04:19 +0100 |
commit | 0da909e70cfb286e3ac74a3e9c74760079aa9eb8 (patch) | |
tree | 7ed6324d4df4dee6f8ca5f6b1a1bca7b7407f70b /sys-apps/lmctfy | |
parent | sys-apps/s6: fix phase function definition style (diff) | |
download | gentoo-0da909e70cfb286e3ac74a3e9c74760079aa9eb8.tar.gz gentoo-0da909e70cfb286e3ac74a3e9c74760079aa9eb8.tar.bz2 gentoo-0da909e70cfb286e3ac74a3e9c74760079aa9eb8.zip |
sys-apps/lmctfy: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/lmctfy')
-rw-r--r-- | sys-apps/lmctfy/lmctfy-0.5.0-r1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys-apps/lmctfy/lmctfy-0.5.0-r1.ebuild b/sys-apps/lmctfy/lmctfy-0.5.0-r1.ebuild index b55a5841ffc9..6ca084097656 100644 --- a/sys-apps/lmctfy/lmctfy-0.5.0-r1.ebuild +++ b/sys-apps/lmctfy/lmctfy-0.5.0-r1.ebuild @@ -1,10 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils - DESCRIPTION="Linux application container management from Google" HOMEPAGE="https://github.com/google/lmctfy" SRC_URI="https://github.com/google/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" |