diff options
author | Petrus.Z <silencly07@gmail.com> | 2021-10-12 15:53:29 +0800 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2021-10-12 10:12:57 +0200 |
commit | 2ec5ef691d6bdaf618821e79b00772806e0311d5 (patch) | |
tree | ffa3a9e6c57d74ad8bfbf87d47cf2714778959c5 /x11-misc/rofi | |
parent | app-admin/sshguard: drop old (diff) | |
download | gentoo-2ec5ef691d6bdaf618821e79b00772806e0311d5.tar.gz gentoo-2ec5ef691d6bdaf618821e79b00772806e0311d5.tar.bz2 gentoo-2ec5ef691d6bdaf618821e79b00772806e0311d5.zip |
x11-misc/rofi: add missing x11-misc/xkeyboard-config dependency
Add the missing x11-misc/xkeyboard-config dependency.
This fixes test failures reported by the tinderbox.
Bump 1.6.1 to 1.6.1-r1, and bump 1.7.0 to 1.7.0-r1, drop
old non-r1 ebuilds.
Closes: https://bugs.gentoo.org/760048
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Petrus Zhao <petrus.zy.07@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/22561
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'x11-misc/rofi')
-rw-r--r-- | x11-misc/rofi/rofi-1.6.1-r1.ebuild (renamed from x11-misc/rofi/rofi-1.6.1.ebuild) | 1 | ||||
-rw-r--r-- | x11-misc/rofi/rofi-1.7.0-r1.ebuild (renamed from x11-misc/rofi/rofi-1.7.0.ebuild) | 1 | ||||
-rw-r--r-- | x11-misc/rofi/rofi-99999.ebuild | 3 |
3 files changed, 4 insertions, 1 deletions
diff --git a/x11-misc/rofi/rofi-1.6.1.ebuild b/x11-misc/rofi/rofi-1.6.1-r1.ebuild index c919a190ff0f..e654777a5b58 100644 --- a/x11-misc/rofi/rofi-1.6.1.ebuild +++ b/x11-misc/rofi/rofi-1.6.1-r1.ebuild @@ -31,6 +31,7 @@ RDEPEND=" x11-libs/xcb-util x11-libs/xcb-util-wm x11-libs/xcb-util-xrm + x11-misc/xkeyboard-config " DEPEND=" ${RDEPEND} diff --git a/x11-misc/rofi/rofi-1.7.0.ebuild b/x11-misc/rofi/rofi-1.7.0-r1.ebuild index bfa3300d765f..813b6e07de00 100644 --- a/x11-misc/rofi/rofi-1.7.0.ebuild +++ b/x11-misc/rofi/rofi-1.7.0-r1.ebuild @@ -31,6 +31,7 @@ RDEPEND=" x11-libs/xcb-util x11-libs/xcb-util-wm x11-libs/xcb-util-xrm + x11-misc/xkeyboard-config " DEPEND=" ${RDEPEND} diff --git a/x11-misc/rofi/rofi-99999.ebuild b/x11-misc/rofi/rofi-99999.ebuild index 81f8f9cf847d..5612e93f9552 100644 --- a/x11-misc/rofi/rofi-99999.ebuild +++ b/x11-misc/rofi/rofi-99999.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=7 @@ -28,6 +28,7 @@ RDEPEND=" x11-libs/xcb-util x11-libs/xcb-util-wm x11-libs/xcb-util-xrm + x11-misc/xkeyboard-config " DEPEND=" ${RDEPEND} |