diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-03-10 00:01:07 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-03-10 00:05:33 +0000 |
commit | 854abca0bdecb5efc0627aeb99f9f3e8299d8d65 (patch) | |
tree | 1b9a8929923436f078ec8243faa315d0a9605258 /sys-devel/binutils-hppa64 | |
parent | net-misc/ntpsec: add upstream patch and expand py3 compat (diff) | |
download | gentoo-854abca0bdecb5efc0627aeb99f9f3e8299d8d65.tar.gz gentoo-854abca0bdecb5efc0627aeb99f9f3e8299d8d65.tar.bz2 gentoo-854abca0bdecb5efc0627aeb99f9f3e8299d8d65.zip |
sys-devel/binutils-hppa64: move deps to BDEPEND for EAPI 7, bug #700898
Tweak only latest ~arch binutils-hppa64-2.34.
Reported-by: David Michael
Bug: https://bugs.gentoo.org/700898
Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-devel/binutils-hppa64')
-rw-r--r-- | sys-devel/binutils-hppa64/binutils-hppa64-2.34.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.34.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.34.ebuild index 97770ec57d63..526abae15dbf 100644 --- a/sys-devel/binutils-hppa64/binutils-hppa64-2.34.ebuild +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.34.ebuild @@ -75,7 +75,8 @@ RDEPEND=" >=sys-devel/binutils-config-3 sys-libs/zlib " -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" doc? ( sys-apps/texinfo ) test? ( dev-util/dejagnu ) nls? ( sys-devel/gettext ) |