diff options
author | Joonas Niilola <juippis@gentoo.org> | 2024-08-10 09:58:14 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-08-10 09:58:29 +0300 |
commit | 61ee713f692593b2a535130746a570ea9dbb9e77 (patch) | |
tree | 6d62f775cf1f75e70890f8b170aeb6dc6a44767b /app-text | |
parent | app-text/pdf2html: remove empty IUSE (diff) | |
download | gentoo-61ee713f692593b2a535130746a570ea9dbb9e77.tar.gz gentoo-61ee713f692593b2a535130746a570ea9dbb9e77.tar.bz2 gentoo-61ee713f692593b2a535130746a570ea9dbb9e77.zip |
app-text/par: fix MisplacedWeakBlocker,OutdatedBlocker
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/par/par-1.53.0.ebuild | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app-text/par/par-1.53.0.ebuild b/app-text/par/par-1.53.0.ebuild index 6b287a174aeb..14ad2f6868fb 100644 --- a/app-text/par/par-1.53.0.ebuild +++ b/app-text/par/par-1.53.0.ebuild @@ -15,11 +15,6 @@ LICENSE="|| ( MIT par )" SLOT="0" KEYWORDS="~amd64 ~mips ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" -DEPEND=" - !dev-util/par - !app-arch/par -" - src_compile() { emake -f protoMakefile CC="$(tc-getCC) ${CFLAGS} -c" \ LINK1="$(tc-getCC) ${LDFLAGS}" |