diff options
author | MarcvdSluys <git@vandersluys.nl> | 2020-10-03 21:26:30 +0200 |
---|---|---|
committer | Aisha Tammy <gentoo@aisha.cc> | 2020-10-06 13:33:16 +0000 |
commit | 1c8c2fd90ddc3b4c5f541f46aa0dacd466ed60f3 (patch) | |
tree | 75b907b81e1e46d4fd91e566b31d9062f4a8b893 /sci-astronomy | |
parent | dev-python/matplotlib2tikz: remove duplicate (diff) | |
download | sci-1c8c2fd90ddc3b4c5f541f46aa0dacd466ed60f3.tar.gz sci-1c8c2fd90ddc3b4c5f541f46aa0dacd466ed60f3.tar.bz2 sci-1c8c2fd90ddc3b4c5f541f46aa0dacd466ed60f3.zip |
sci-astronomy/libthesky: Fix build failure with USE=static-libs.
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: MarcvdSluys <git@vandersluys.nl>
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/libthesky/libthesky-0.4.1-r1.ebuild (renamed from sci-astronomy/libthesky/libthesky-0.4.1.ebuild) | 1 | ||||
-rw-r--r-- | sci-astronomy/libthesky/metadata.xml | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sci-astronomy/libthesky/libthesky-0.4.1.ebuild b/sci-astronomy/libthesky/libthesky-0.4.1-r1.ebuild index 8bb4600e8..bda782891 100644 --- a/sci-astronomy/libthesky/libthesky-0.4.1.ebuild +++ b/sci-astronomy/libthesky/libthesky-0.4.1-r1.ebuild @@ -5,6 +5,7 @@ EAPI=7 CMAKE_BUILD_TYPE=Release inherit cmake fortran-2 +CMAKE_MAKEFILE_GENERATOR="emake" DESCRIPTION="Fortran library to compute positions of celestial bodies" HOMEPAGE="http://libthesky.sourceforge.net/" diff --git a/sci-astronomy/libthesky/metadata.xml b/sci-astronomy/libthesky/metadata.xml index 1ce9631c7..08c750857 100644 --- a/sci-astronomy/libthesky/metadata.xml +++ b/sci-astronomy/libthesky/metadata.xml @@ -2,8 +2,8 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="person"> - <email>AstroFloyd@gmail.com</email> - <name>AstroFloyd</name> + <email>git@vandersluys.nl</email> + <name>MarcvdSluys</name> </maintainer> <maintainer type="project"> <email>sci-astronomy@gentoo.org</email> |