diff options
author | Sam James <sam@gentoo.org> | 2020-12-15 03:49:55 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-15 03:49:55 +0000 |
commit | 17f2943d07a1f42954301231fd30317ed28c2d06 (patch) | |
tree | c0c7728bf3e2e0cd8c0de1fc415828b654341817 /x11-misc/rofi | |
parent | x11-misc/rofi: bump to 1.6.1 (diff) | |
download | gentoo-17f2943d07a1f42954301231fd30317ed28c2d06.tar.gz gentoo-17f2943d07a1f42954301231fd30317ed28c2d06.tar.bz2 gentoo-17f2943d07a1f42954301231fd30317ed28c2d06.zip |
x11-misc/rofi: pkgconfig is a BDEPEND here
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc/rofi')
-rw-r--r-- | x11-misc/rofi/rofi-1.6.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-misc/rofi/rofi-1.6.1.ebuild b/x11-misc/rofi/rofi-1.6.1.ebuild index 74b85e714b65..44eda2ab0a9a 100644 --- a/x11-misc/rofi/rofi-1.6.1.ebuild +++ b/x11-misc/rofi/rofi-1.6.1.ebuild @@ -15,6 +15,7 @@ KEYWORDS="~amd64 ~arm64 ~x86" IUSE="+drun test +windowmode" RESTRICT="!test? ( test )" +BDEPEND="virtual/pkgconfig" RDEPEND=" dev-libs/glib:2 gnome-base/librsvg:2 @@ -33,10 +34,10 @@ RDEPEND=" " DEPEND=" ${RDEPEND} - virtual/pkgconfig x11-base/xorg-proto test? ( >=dev-libs/check-0.11 ) " + PATCHES=( "${FILESDIR}"/${PN}-0.15.12-Werror.patch "${FILESDIR}"/${PN}-1.5.0-gtk-settings-test.patch |