Skip to content

Commit

Permalink
dev-tex/dvi2tty: eapi bump
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <[email protected]>
  • Loading branch information
Zlogene committed Dec 10, 2019
1 parent c6c5040 commit e26f61a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=4
inherit eutils toolchain-funcs
EAPI=7

inherit toolchain-funcs

DESCRIPTION="Preview dvi-files on text-only devices"
HOMEPAGE="http://www.ctan.org/tex-archive/dviware/"
Expand All @@ -11,10 +12,10 @@ SRC_URI="ftp://ftp.mesa.nl/pub/dvi2tty/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux"
IUSE=""

src_prepare() {
epatch "${FILESDIR}"/${P}-cflags.patch
default
eapply "${FILESDIR}"/${P}-cflags.patch
}

src_compile() {
Expand Down
4 changes: 2 additions & 2 deletions dev-tex/dvi2tty/files/dvi2tty-5.3.4-cflags.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- Makefile
+++ Makefile
--- a/Makefile
+++ b/Makefile
@@ -6,11 +6,10 @@
# This Makefile does not work for MSDOS. Make your
# own one, or compile by hand.
Expand Down

0 comments on commit e26f61a

Please sign in to comment.