diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-05-23 00:43:47 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-23 22:52:05 +0100 |
commit | dbba9c37bb1c6ac99c43ef7e8e630f16e705721c (patch) | |
tree | 23d3c402f3db9a362be97ae7c031fa928a3d76ea /app-text | |
parent | dev-util/ruff: update various urls to resolve redirects (diff) | |
download | gentoo-dbba9c37bb1c6ac99c43ef7e8e630f16e705721c.tar.gz gentoo-dbba9c37bb1c6ac99c43ef7e8e630f16e705721c.tar.bz2 gentoo-dbba9c37bb1c6ac99c43ef7e8e630f16e705721c.zip |
app-text/rtf2html: update EAPI 7 -> 8
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/rtf2html/rtf2html-0.2.0-r2.ebuild (renamed from app-text/rtf2html/rtf2html-0.2.0-r1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/rtf2html/rtf2html-0.2.0-r1.ebuild b/app-text/rtf2html/rtf2html-0.2.0-r2.ebuild index 09aa4b9a8dd4..0d62d8091759 100644 --- a/app-text/rtf2html/rtf2html-0.2.0-r1.ebuild +++ b/app-text/rtf2html/rtf2html-0.2.0-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="RTF to HTML converter" HOMEPAGE="http://rtf2html.sourceforge.net/" |