diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-10-21 11:25:41 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-10-21 11:55:24 +0200 |
commit | b371ed15c2774e22a81edcd52f6c3580d65543c0 (patch) | |
tree | c9ac14abd6343a2a6f467d96d92c47b545671721 /sci-libs/cgcode/files | |
parent | sci-astronomy/ds9-bin: drop 7.2 (diff) | |
download | gentoo-b371ed15c2774e22a81edcd52f6c3580d65543c0.tar.gz gentoo-b371ed15c2774e22a81edcd52f6c3580d65543c0.tar.bz2 gentoo-b371ed15c2774e22a81edcd52f6c3580d65543c0.zip |
sci-libs/cgcode: Port to EAPI 8
Closes: https://bugs.gentoo.org/688888
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sci-libs/cgcode/files')
-rw-r--r-- | sci-libs/cgcode/files/1.0-gentoo.patch | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sci-libs/cgcode/files/1.0-gentoo.patch b/sci-libs/cgcode/files/1.0-gentoo.patch index 612ca9e06497..449f1f18dde5 100644 --- a/sci-libs/cgcode/files/1.0-gentoo.patch +++ b/sci-libs/cgcode/files/1.0-gentoo.patch @@ -1,5 +1,3 @@ -diff --git a/makefile b/makefile -index 4813b55..f20af02 100644 --- a/makefile +++ b/makefile @@ -1,21 +1,23 @@ @@ -33,8 +31,6 @@ index 4813b55..f20af02 100644 clean : rm -f *.o goos good -diff --git a/src/makefile b/src/makefile -index 10cf6c3..1dfd02d 100644 --- a/src/makefile +++ b/src/makefile @@ -1,16 +1,17 @@ @@ -60,8 +56,6 @@ index 10cf6c3..1dfd02d 100644 clean : rm -f *.o $(THISLIB) -diff --git a/util/makefile b/util/makefile -index 6dad0d1..5c9d24f 100644 --- a/util/makefile +++ b/util/makefile @@ -6,11 +6,12 @@ SOBJLIB = saxpy.o scopy.o sdot.o snrm2.o sscal.o |