commit: 9e7a2ce780cd28babfd30dd323d926ea68f70145 Author: Matija Skala <mskala <AT> gmx <DOT> com> AuthorDate: Sat Apr 15 00:48:13 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun May 7 18:19:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e7a2ce7
sys-devel/gdb: add missing DEPEND on texinfo Closes: https://github.com/gentoo/gentoo/pull/4424 sys-devel/gdb/gdb-7.10.1.ebuild | 1 + sys-devel/gdb/gdb-7.12.1.ebuild | 1 + sys-devel/gdb/gdb-9999.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/sys-devel/gdb/gdb-7.10.1.ebuild b/sys-devel/gdb/gdb-7.10.1.ebuild index 0f97d529f16..c662f0cffde 100644 --- a/sys-devel/gdb/gdb-7.10.1.ebuild +++ b/sys-devel/gdb/gdb-7.10.1.ebuild @@ -76,6 +76,7 @@ RDEPEND="server? ( !dev-util/gdbserver ) )" DEPEND="${RDEPEND} app-arch/xz-utils + sys-apps/texinfo client? ( virtual/yacc test? ( dev-util/dejagnu ) diff --git a/sys-devel/gdb/gdb-7.12.1.ebuild b/sys-devel/gdb/gdb-7.12.1.ebuild index cff59054cc5..a22b6b27a44 100644 --- a/sys-devel/gdb/gdb-7.12.1.ebuild +++ b/sys-devel/gdb/gdb-7.12.1.ebuild @@ -76,6 +76,7 @@ RDEPEND="server? ( !dev-util/gdbserver ) )" DEPEND="${RDEPEND} app-arch/xz-utils + sys-apps/texinfo client? ( virtual/yacc test? ( dev-util/dejagnu ) diff --git a/sys-devel/gdb/gdb-9999.ebuild b/sys-devel/gdb/gdb-9999.ebuild index b96b17fa61a..8ae03593af2 100644 --- a/sys-devel/gdb/gdb-9999.ebuild +++ b/sys-devel/gdb/gdb-9999.ebuild @@ -75,6 +75,7 @@ RDEPEND="server? ( !dev-util/gdbserver ) )" DEPEND="${RDEPEND} app-arch/xz-utils + sys-apps/texinfo client? ( virtual/yacc test? ( dev-util/dejagnu )
