diff options
Diffstat (limited to 'sci-astronomy/libthesky/libthesky-0.2.0.ebuild')
-rw-r--r-- | sci-astronomy/libthesky/libthesky-0.2.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sci-astronomy/libthesky/libthesky-0.2.0.ebuild b/sci-astronomy/libthesky/libthesky-0.2.0.ebuild index 695c718..9dc3fd7 100644 --- a/sci-astronomy/libthesky/libthesky-0.2.0.ebuild +++ b/sci-astronomy/libthesky/libthesky-0.2.0.ebuild @@ -17,8 +17,7 @@ IUSE="static-libs" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz mirror://sourceforge/${PN}/libthesky-data-20131020.tar.bz2" -DEPEND="virtual/fortran ->=sci-libs/libsufr-0.5.4" +DEPEND=">=sci-libs/libsufr-0.5.4" RDEPEND="${DEPEND}" src_configure() { @@ -28,7 +27,7 @@ src_configure() { cmake-utils_src_configure } -# CMake cannot build both the shared and static libraries in parallel, +# CMake cannot build both the shared and static libraries simultaneously, # but can build each one of them separately in parallel: src_compile() { cd "${CMAKE_BUILD_DIR}" |