diff options
author | Sam James <sam@gentoo.org> | 2021-06-18 23:04:45 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-06-18 23:04:45 +0200 |
commit | a3264293e8891c07bbbb345190f5c3e46587a1ff (patch) | |
tree | 215859b6895f01fb0bd7059a723b723ebc964844 /net-dialup | |
parent | net-analyzer/zniper: add pkgconfig or pkgconfig-referenced libs deps (diff) | |
download | gentoo-a3264293e8891c07bbbb345190f5c3e46587a1ff.tar.gz gentoo-a3264293e8891c07bbbb345190f5c3e46587a1ff.tar.bz2 gentoo-a3264293e8891c07bbbb345190f5c3e46587a1ff.zip |
net-dialup/xc: 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 'net-dialup')
-rw-r--r-- | net-dialup/xc/xc-4.3.2-r5.ebuild (renamed from net-dialup/xc/xc-4.3.2-r4.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dialup/xc/xc-4.3.2-r4.ebuild b/net-dialup/xc/xc-4.3.2-r5.ebuild index 7b2b3daae753..ec2eda48fa38 100644 --- a/net-dialup/xc/xc-4.3.2-r4.ebuild +++ b/net-dialup/xc/xc-4.3.2-r5.ebuild @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 ~ia64 ~mips ppc ppc64 sparc x86" IUSE="" -RDEPEND="sys-libs/ncurses" +RDEPEND="sys-libs/ncurses:=" DEPEND="${RDEPEND} virtual/pkgconfig" |