diff options
author | Sam James <sam@gentoo.org> | 2021-06-18 23:05:27 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-06-18 23:05:27 +0200 |
commit | 897b72d3f0431a8d0f4312f73bb22106d85a83ac (patch) | |
tree | 6f4f5ad069662765e40ad4f2e249acca0ada498e /x11-wm/ratpoison | |
parent | x11-misc/dmenu: add pkgconfig or pkgconfig-referenced libs deps (diff) | |
download | gentoo-897b72d3f0431a8d0f4312f73bb22106d85a83ac.tar.gz gentoo-897b72d3f0431a8d0f4312f73bb22106d85a83ac.tar.bz2 gentoo-897b72d3f0431a8d0f4312f73bb22106d85a83ac.zip |
x11-wm/ratpoison: 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 'x11-wm/ratpoison')
-rw-r--r-- | x11-wm/ratpoison/ratpoison-1.4.9-r1.ebuild (renamed from x11-wm/ratpoison/ratpoison-1.4.9.ebuild) | 3 | ||||
-rw-r--r-- | x11-wm/ratpoison/ratpoison-9999.ebuild | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/x11-wm/ratpoison/ratpoison-1.4.9.ebuild b/x11-wm/ratpoison/ratpoison-1.4.9-r1.ebuild index 2b0a855b17c6..001e9b843227 100644 --- a/x11-wm/ratpoison/ratpoison-1.4.9.ebuild +++ b/x11-wm/ratpoison/ratpoison-1.4.9-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,6 +19,7 @@ RDEPEND=" xft? ( x11-libs/libXft ) xrandr? ( x11-libs/libXrandr ) virtual/perl-Pod-Parser + x11-libs/libX11 x11-libs/libXtst " DEPEND=" diff --git a/x11-wm/ratpoison/ratpoison-9999.ebuild b/x11-wm/ratpoison/ratpoison-9999.ebuild index 6b3032fb05c2..70a7773144bc 100644 --- a/x11-wm/ratpoison/ratpoison-9999.ebuild +++ b/x11-wm/ratpoison/ratpoison-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,13 +19,14 @@ RDEPEND=" xft? ( x11-libs/libXft ) xrandr? ( x11-libs/libXrandr ) virtual/perl-Pod-Parser + x11-libs/libX11 x11-libs/libXtst " DEPEND=" ${RDEPEND} - virtual/pkgconfig x11-base/xorg-proto " +BDEPEND="virtual/pkgconfig" SITEFILE=50ratpoison-gentoo.el DOCS=( |