Skip to content

Commit

Permalink
sys-devel/gdb: add missing DEPEND on texinfo
Browse files Browse the repository at this point in the history
Closes: #4424
  • Loading branch information
matijaskala authored and mgorny committed May 7, 2017
1 parent 182efcb commit 9e7a2ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions sys-devel/gdb/gdb-7.10.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down
1 change: 1 addition & 0 deletions sys-devel/gdb/gdb-7.12.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down
1 change: 1 addition & 0 deletions sys-devel/gdb/gdb-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down

0 comments on commit 9e7a2ce

Please sign in to comment.