diff options
author | Sam James <sam@gentoo.org> | 2021-06-23 05:51:13 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-23 05:51:13 +0100 |
commit | e0f4cb490c9f0e0cc4a866547933097bf64589f5 (patch) | |
tree | eae795f4989ab58b75e706ecf91f5125fb0c721b /sys-apps/byld | |
parent | dev-libs/libverto: drop static-libs in 0.3.2 (diff) | |
download | gentoo-e0f4cb490c9f0e0cc4a866547933097bf64589f5.tar.gz gentoo-e0f4cb490c9f0e0cc4a866547933097bf64589f5.tar.bz2 gentoo-e0f4cb490c9f0e0cc4a866547933097bf64589f5.zip |
sys-apps/byld: add missing sys-libs/libtermcap-compat dep
Closes: https://bugs.gentoo.org/728052
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/byld')
-rw-r--r-- | sys-apps/byld/byld-1.0.3-r1.ebuild (renamed from sys-apps/byld/byld-1.0.3.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/byld/byld-1.0.3.ebuild b/sys-apps/byld/byld-1.0.3-r1.ebuild index 932d28c0c9f1..2f2785f83302 100644 --- a/sys-apps/byld/byld-1.0.3.ebuild +++ b/sys-apps/byld/byld-1.0.3-r1.ebuild @@ -13,7 +13,8 @@ KEYWORDS="x86" # bug #252054 RESTRICT="strip" -RDEPEND="sys-apps/util-linux" +RDEPEND="sys-apps/util-linux + sys-libs/libtermcap-compat" QA_PREBUILT="*" |