diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 09:09:05 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:14:10 +0100 |
commit | 2064f336e2888fc0ed736365bce1a214ffc56d00 (patch) | |
tree | 519c8b984745325e50bbaec1d40672bb3ab684cb /app-editors | |
parent | app-doc/linux-kernel-in-a-nutshell: eutils-- (diff) | |
download | gentoo-2064f336e2888fc0ed736365bce1a214ffc56d00.tar.gz gentoo-2064f336e2888fc0ed736365bce1a214ffc56d00.tar.bz2 gentoo-2064f336e2888fc0ed736365bce1a214ffc56d00.zip |
app-editors/fte: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/fte/fte-20110708-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/fte/fte-20110708-r1.ebuild b/app-editors/fte/fte-20110708-r1.ebuild index 2c849b33f9c6..96de0620957a 100644 --- a/app-editors/fte/fte-20110708-r1.ebuild +++ b/app-editors/fte/fte-20110708-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils toolchain-funcs vcs-clean +inherit toolchain-funcs vcs-clean DESCRIPTION="Lightweight text-mode editor" HOMEPAGE="http://fte.sourceforge.net" |