diff options
Diffstat (limited to 'app-text/c2ps')
-rw-r--r-- | app-text/c2ps/c2ps-4.0.ebuild | 5 | ||||
-rw-r--r-- | app-text/c2ps/files/c2ps-4.0-LDFLAGS.patch | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/app-text/c2ps/c2ps-4.0.ebuild b/app-text/c2ps/c2ps-4.0.ebuild index 667ebb401a85..84c0be2694a3 100644 --- a/app-text/c2ps/c2ps-4.0.ebuild +++ b/app-text/c2ps/c2ps-4.0.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=4 -inherit base toolchain-funcs +EAPI=7 + +inherit toolchain-funcs DESCRIPTION="Generates a beautified ps document from a source file (c/c++)" HOMEPAGE="http://www.cs.technion.ac.il/users/c2ps" diff --git a/app-text/c2ps/files/c2ps-4.0-LDFLAGS.patch b/app-text/c2ps/files/c2ps-4.0-LDFLAGS.patch index d68002180091..04c12af2bad5 100644 --- a/app-text/c2ps/files/c2ps-4.0-LDFLAGS.patch +++ b/app-text/c2ps/files/c2ps-4.0-LDFLAGS.patch @@ -1,5 +1,5 @@ ---- a/c2ps-4.0/Makefile 1997-05-15 11:50:56.000000000 -0400 -+++ b/c2ps-4.0/Makefile 2010-09-24 19:42:33.000000000 -0400 +--- a/Makefile ++++ b/Makefile @@ -45,7 +45,7 @@ install -m 644 c2ps.1 $(MAN) |