diff options
author | David Seifert <soap@gentoo.org> | 2022-07-27 22:09:52 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-07-27 22:09:52 +0200 |
commit | 0ebee400456a585a7059b0dd523cd3f6f3efa316 (patch) | |
tree | 83538cb51a911e7020a888bf926e5466fd7fb300 /sci-astronomy/cdsclient/files | |
parent | dev-libs/pslib: update EAPI 6 -> 8 (diff) | |
download | gentoo-0ebee400456a585a7059b0dd523cd3f6f3efa316.tar.gz gentoo-0ebee400456a585a7059b0dd523cd3f6f3efa316.tar.bz2 gentoo-0ebee400456a585a7059b0dd523cd3f6f3efa316.zip |
sci-astronomy/cdsclient: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-astronomy/cdsclient/files')
-rw-r--r-- | sci-astronomy/cdsclient/files/cdsclient-makefile.patch | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/sci-astronomy/cdsclient/files/cdsclient-makefile.patch b/sci-astronomy/cdsclient/files/cdsclient-makefile.patch index 6d135a622056..d07928219b40 100644 --- a/sci-astronomy/cdsclient/files/cdsclient-makefile.patch +++ b/sci-astronomy/cdsclient/files/cdsclient-makefile.patch @@ -1,5 +1,19 @@ ---- cdsclient-3.81/Makefile.in.orig 2016-02-26 17:33:14.217750589 +0000 -+++ cdsclient-3.81/Makefile.in 2016-02-26 17:38:22.463875411 +0000 +- remove non standard "mantex" page +- respect user flags + +--- a/configure ++++ b/configure +@@ -3938,7 +3938,7 @@ + + + EXPORT_SOURCE_FILE="aclient.c wwwget.c skio.c skclient.c sk.h" +-EXPORT_MAN_FILE="sk.3 aclient.1 wwwget.1 aclient.tex" ++EXPORT_MAN_FILE="sk.3 aclient.1 wwwget.1 " + EXPORT_MAN_TEX="man.tex" + CASE="dev" + +--- a/Makefile.in ++++ b/Makefile.in @@ -31,17 +31,17 @@ ################################################################# #PREFIX = /usr/local |