diff options
author | Sam James <sam@gentoo.org> | 2021-06-18 23:04:39 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-06-18 23:04:39 +0200 |
commit | 5094049859df3b39673cc170ee1727b69183d8e3 (patch) | |
tree | 947dd1336c64d4da286c64e17fd6e524a56c610e /media-video | |
parent | media-radio/fsync-mdc1200-decode: add pkgconfig or pkgconfig-referenced libs ... (diff) | |
download | gentoo-5094049859df3b39673cc170ee1727b69183d8e3.tar.gz gentoo-5094049859df3b39673cc170ee1727b69183d8e3.tar.bz2 gentoo-5094049859df3b39673cc170ee1727b69183d8e3.zip |
media-video/matroxset: 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 'media-video')
-rw-r--r-- | media-video/matroxset/matroxset-0.4-r1.ebuild (renamed from media-video/matroxset/matroxset-0.4.ebuild) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-video/matroxset/matroxset-0.4.ebuild b/media-video/matroxset/matroxset-0.4-r1.ebuild index 9fea3c6f1738..cb498e31f168 100644 --- a/media-video/matroxset/matroxset-0.4.ebuild +++ b/media-video/matroxset/matroxset-0.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,8 +11,9 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" + RDEPEND=" - sys-libs/ncurses + sys-libs/ncurses:= " DEPEND=" ${RDEPEND} |