diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-01-25 20:19:10 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-01-25 20:19:10 +0100 |
commit | 97e6d32103d92bdc03b685869599fa5812188cf9 (patch) | |
tree | 525e12b6d552b6b718cb331e5c4ffbbeb13fde3f /sci-astronomy/libthesky | |
parent | sci-chemistry/erkale: bump to snapshot (diff) | |
download | sci-97e6d32103d92bdc03b685869599fa5812188cf9.tar.gz sci-97e6d32103d92bdc03b685869599fa5812188cf9.tar.bz2 sci-97e6d32103d92bdc03b685869599fa5812188cf9.zip |
sci-astronomy/libthesky: relax dependency
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-astronomy/libthesky')
-rw-r--r-- | sci-astronomy/libthesky/libthesky-0.4.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-astronomy/libthesky/libthesky-0.4.2.ebuild b/sci-astronomy/libthesky/libthesky-0.4.2.ebuild index f213dd198..09f89265f 100644 --- a/sci-astronomy/libthesky/libthesky-0.4.2.ebuild +++ b/sci-astronomy/libthesky/libthesky-0.4.2.ebuild @@ -18,7 +18,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="static-libs" -DEPEND="~sci-libs/libsufr-0.7.5[static-libs?]" +DEPEND="sci-libs/libsufr[static-libs?]" RDEPEND="${DEPEND}" src_unpack() { |