diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 22:36:08 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-12 23:07:42 +0000 |
commit | 52bbe237c3e2dbca387a15ad9d398ff9ddf974a5 (patch) | |
tree | 00041f27412422162d3a76865de6415d3c691075 /sci-astronomy | |
parent | sci-astronomy/montage: add missing pkgconfig (B)DEPEND (diff) | |
download | gentoo-52bbe237c3e2dbca387a15ad9d398ff9ddf974a5.tar.gz gentoo-52bbe237c3e2dbca387a15ad9d398ff9ddf974a5.tar.bz2 gentoo-52bbe237c3e2dbca387a15ad9d398ff9ddf974a5.zip |
sci-astronomy/predict: add missing pkgconfig (B)DEPEND
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/predict/predict-2.2.3-r2.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sci-astronomy/predict/predict-2.2.3-r2.ebuild b/sci-astronomy/predict/predict-2.2.3-r2.ebuild index a56e5e83ba46..670d872ba9c0 100644 --- a/sci-astronomy/predict/predict-2.2.3-r2.ebuild +++ b/sci-astronomy/predict/predict-2.2.3-r2.ebuild @@ -23,7 +23,10 @@ RDEPEND=" gtk? ( x11-libs/gtk+:2 ) xforms? ( x11-libs/xforms ) xplanet? ( x11-misc/xplanet[truetype] )" -DEPEND="${RDEPEND}" +DEPEND=" + ${RDEPEND} + virtual/pkgconfig +" PATCHES=( "${FILESDIR}"/${P}-earthtrack.patch |