diff options
author | gentoo-setan <gentoo-setan@protonmail.com> | 2024-07-21 12:53:18 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-08-10 09:58:28 +0300 |
commit | ef493c7ea1d0fa56daf45520b5c3bd636f6ee90b (patch) | |
tree | b6c56b1cf476f45cd46475afdb290afb3222c66e /app-text | |
parent | app-text/par: remove empty IUSE, improve indents (diff) | |
download | gentoo-ef493c7ea1d0fa56daf45520b5c3bd636f6ee90b.tar.gz gentoo-ef493c7ea1d0fa56daf45520b5c3bd636f6ee90b.tar.bz2 gentoo-ef493c7ea1d0fa56daf45520b5c3bd636f6ee90b.zip |
app-text/pdf2html: remove empty IUSE
Also downloading does not work.
Signed-off-by: gentoo-setan <gentoo-setan@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/37650
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/pdf2html/pdf2html-1.4.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-text/pdf2html/pdf2html-1.4.ebuild b/app-text/pdf2html/pdf2html-1.4.ebuild index 3dfc5cf35421..8c427a5c4114 100644 --- a/app-text/pdf2html/pdf2html-1.4.ebuild +++ b/app-text/pdf2html/pdf2html-1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,6 @@ SRC_URI="ftp://atrey.karlin.mff.cuni.cz/pub/local/clock/pdf2html/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 ~ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" DEPEND=">=media-libs/libpng-1.4 sys-libs/zlib" |