diff options
author | Sam James <sam@gentoo.org> | 2021-04-03 23:05:08 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 23:07:21 +0000 |
commit | 33b9be6fa18cd5447f8e162fd5045736b3540cb2 (patch) | |
tree | 23075729f4b8998ba4e0df5459ef59c4f8212a3c /app-misc/vit | |
parent | app-misc/jail: eutils--, fix ${D} in src_compile (diff) | |
download | gentoo-33b9be6fa18cd5447f8e162fd5045736b3540cb2.tar.gz gentoo-33b9be6fa18cd5447f8e162fd5045736b3540cb2.tar.bz2 gentoo-33b9be6fa18cd5447f8e162fd5045736b3540cb2.zip |
app-misc/vit: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/vit')
-rw-r--r-- | app-misc/vit/vit-1.3.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app-misc/vit/vit-1.3.ebuild b/app-misc/vit/vit-1.3.ebuild index d259efed3a62..39987374585f 100644 --- a/app-misc/vit/vit-1.3.ebuild +++ b/app-misc/vit/vit-1.3.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=6 -inherit eutils - DESCRIPTION="Perl/Curses front-end for Taskwarrior (app-misc/task)" HOMEPAGE="https://github.com/scottkosty/vit" SRC_URI="https://github.com/scottkosty/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" @@ -12,7 +10,6 @@ SRC_URI="https://github.com/scottkosty/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" -IUSE="" DEPEND=" app-misc/task |