diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:38:04 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 06:53:06 +0100 |
commit | 6a141840690c1015b0d1b7909f0878372126b604 (patch) | |
tree | 1314e4db6c1e39f0b07a50ef7b4002fd11285a30 /app-editors/ted | |
parent | app-editors/nedit: eutils->epatch (diff) | |
download | gentoo-6a141840690c1015b0d1b7909f0878372126b604.tar.gz gentoo-6a141840690c1015b0d1b7909f0878372126b604.tar.bz2 gentoo-6a141840690c1015b0d1b7909f0878372126b604.zip |
app-editors/ted: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors/ted')
-rw-r--r-- | app-editors/ted/ted-2.23.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/ted/ted-2.23.ebuild b/app-editors/ted/ted-2.23.ebuild index 41d6280abf91..d174bad221e0 100644 --- a/app-editors/ted/ted-2.23.ebuild +++ b/app-editors/ted/ted-2.23.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs xdg-utils +inherit epatch toolchain-funcs xdg-utils DESCRIPTION="X-based rich text editor" HOMEPAGE="https://www.nllgg.nl/Ted/" |