diff options
author | Alexey Sokolov <sokolov@google.com> | 2020-05-24 11:04:54 +0100 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2020-05-27 21:31:55 +0900 |
commit | c734c81452b05151fe024eb0309c9d63525fda96 (patch) | |
tree | cea13229a1f3d8c77e085591c6a1c0288d4e598d /app-i18n | |
parent | mail-mta/postfix: bump to 3.6_pre20200523 (diff) | |
download | gentoo-c734c81452b05151fe024eb0309c9d63525fda96.tar.gz gentoo-c734c81452b05151fe024eb0309c9d63525fda96.tar.bz2 gentoo-c734c81452b05151fe024eb0309c9d63525fda96.zip |
app-i18n/fbterm: add missing RDEPEND
Closes: https://github.com/gentoo/gentoo/pull/15943
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexey Sokolov <sokolov@google.com>
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/fbterm/fbterm-1.7_p20190503.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-i18n/fbterm/fbterm-1.7_p20190503.ebuild b/app-i18n/fbterm/fbterm-1.7_p20190503.ebuild index b8c3d875a618..c6271dc437cd 100644 --- a/app-i18n/fbterm/fbterm-1.7_p20190503.ebuild +++ b/app-i18n/fbterm/fbterm-1.7_p20190503.ebuild @@ -16,12 +16,13 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="gpm video_cards_vesa" +BDEPEND="virtual/pkgconfig" DEPEND="media-libs/fontconfig media-libs/freetype:2 >=sys-libs/ncurses-6.1 gpm? ( sys-libs/gpm ) video_cards_vesa? ( dev-libs/libx86 )" -BDEPEND="virtual/pkgconfig" +RDEPEND="${DEPEND}" FILECAPS=( cap_sys_tty_config+ep usr/bin/${PN} |