diff options
author | Sam James <sam@gentoo.org> | 2021-06-18 23:05:06 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-06-18 23:05:06 +0200 |
commit | 99e5b5641f58004a120c4bc7a7bc684111bd4210 (patch) | |
tree | 0ab7b1d8c73de43e8ec1897cf420acf63e369297 /sci-electronics | |
parent | sci-chemistry/tinker: add pkgconfig or pkgconfig-referenced libs deps (diff) | |
download | gentoo-99e5b5641f58004a120c4bc7a7bc684111bd4210.tar.gz gentoo-99e5b5641f58004a120c4bc7a7bc684111bd4210.tar.bz2 gentoo-99e5b5641f58004a120c4bc7a7bc684111bd4210.zip |
sci-electronics/spice: add pkgconfig or pkgconfig-referenced libs deps
Add dependencies for either virtual/pkgconfig, move it into BDEPEND
where applicable, or add dependencies for libraries we're trying to find
with pkgconfig.
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/spice/spice-3.5.5-r3.ebuild (renamed from sci-electronics/spice/spice-3.5.5-r2.ebuild) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sci-electronics/spice/spice-3.5.5-r2.ebuild b/sci-electronics/spice/spice-3.5.5-r3.ebuild index 45cf153cde8a..e20171071a19 100644 --- a/sci-electronics/spice/spice-3.5.5-r2.ebuild +++ b/sci-electronics/spice/spice-3.5.5-r3.ebuild @@ -14,12 +14,14 @@ LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ~ppc x86" -RDEPEND="sys-libs/ncurses:0 +RDEPEND="sys-libs/ncurses:0= x11-libs/libXaw >=app-misc/editor-wrapper-3" DEPEND="${RDEPEND} - x11-base/xorg-proto" + virtual/pkgconfig + x11-base/xorg-proto + " S=${WORKDIR}/${MY_P} |