diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:41:01 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 06:53:42 +0100 |
commit | 890a335e3e528a0e3e00d7e9451c933f41459e0b (patch) | |
tree | 0483cc397977b91b0b095dfbbbd44f8ae1d83820 /app-text | |
parent | app-text/chasen: eutils->epatch (diff) | |
download | gentoo-890a335e3e528a0e3e00d7e9451c933f41459e0b.tar.gz gentoo-890a335e3e528a0e3e00d7e9451c933f41459e0b.tar.bz2 gentoo-890a335e3e528a0e3e00d7e9451c933f41459e0b.zip |
app-text/code2html: 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-text')
-rw-r--r-- | app-text/code2html/code2html-0.9.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/code2html/code2html-0.9.1-r2.ebuild b/app-text/code2html/code2html-0.9.1-r2.ebuild index d56c83132575..04b8d89521c5 100644 --- a/app-text/code2html/code2html-0.9.1-r2.ebuild +++ b/app-text/code2html/code2html-0.9.1-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils prefix +inherit epatch prefix DESCRIPTION="Converts source files to colored HTML output" HOMEPAGE="http://www.palfrader.org/code2html/" |