diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 09:09:33 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:14:29 +0100 |
commit | 31d5c272a1b4abda0d5adb2a14f8e03b13fb5460 (patch) | |
tree | b25c46b5dadbd1dd8a48bc47f1820f47b698777c /app-misc | |
parent | app-misc/symlinks: eutils-- (diff) | |
download | gentoo-31d5c272a1b4abda0d5adb2a14f8e03b13fb5460.tar.gz gentoo-31d5c272a1b4abda0d5adb2a14f8e03b13fb5460.tar.bz2 gentoo-31d5c272a1b4abda0d5adb2a14f8e03b13fb5460.zip |
app-misc/tdl: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/tdl/tdl-1.5.2-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/tdl/tdl-1.5.2-r3.ebuild b/app-misc/tdl/tdl-1.5.2-r3.ebuild index 6fdd2918c492..075f1712868c 100644 --- a/app-misc/tdl/tdl-1.5.2-r3.ebuild +++ b/app-misc/tdl/tdl-1.5.2-r3.ebuild @@ -1,9 +1,9 @@ -# 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 flag-o-matic toolchain-funcs +inherit flag-o-matic toolchain-funcs DESCRIPTION="Command line To Do List manager" HOMEPAGE="http://www.rc0.org.uk/tdl/" |