projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6772e82
)
dev-util/cgdb: add test feature to live ebuild
author
Nado
<nado@troglodyte.be>
Tue, 6 Dec 2016 11:19:44 +0000
(12:19 +0100)
committer
Göktürk Yüksek
<gokturk@gentoo.org>
Tue, 6 Dec 2016 18:00:29 +0000
(13:00 -0500)
Package-Manager: portage-2.3.2
dev-util/cgdb/cgdb-9999.ebuild
patch
|
blob
|
history
diff --git
a/dev-util/cgdb/cgdb-9999.ebuild
b/dev-util/cgdb/cgdb-9999.ebuild
index af01627dadc629179cb578a4c456d46909d1f93d..b974589789b8aa751e3e7d3acb40d3fa56c0829b 100644
(file)
--- a/
dev-util/cgdb/cgdb-9999.ebuild
+++ b/
dev-util/cgdb/cgdb-9999.ebuild
@@
-19,13
+19,17
@@
DESCRIPTION="A curses front-end for GDB, the GNU debugger"
HOMEPAGE="http://cgdb.github.io/"
LICENSE="GPL-2"
SLOT="0"
+IUSE="test"
-DEPEND="
+
COMMON
DEPEND="
sys-libs/ncurses:0=
sys-libs/readline:0="
+DEPEND="${COMMONDEPEND}
+ test? ( dev-util/dejagnu )"
+
RDEPEND="
- ${DEPEND}
+ ${
COMMON
DEPEND}
sys-devel/gdb"
DOCS=( AUTHORS ChangeLog INSTALL NEWS README.md TODO )